op-report

op-report is a command for coding agents from ogrodev/fsociety. It costs 18 tokens per session (396 once invoked), scanned A, original, MIT.

A command that creates an operational-security report from tracked operations, hardening checks, traces, identity changes, and session information.

In plain words
What is it for?
Reviewing operations, system hardening, forensic traces, identity rotations, and the current session state.
Why use it?
It turns scattered security records into a document that shows what was done, what was checked, and where risks remain.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the trenton plugin — 5 skills, 12 commands, 2 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/ogrodev/fsociety/op-report
Clone the repo
git clone --depth 1 https://github.com/ogrodev/fsociety

Or install trenton, the plugin that ships this one along with the rest of its 5 skills, 12 commands, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for op-report

README.md
[![agentmods](https://agentmods.dev/badge/commands/ogrodev/fsociety/op-report.svg)](https://agentmods.dev/commands/ogrodev/fsociety/op-report)
Your own site
<a href="https://agentmods.dev/commands/ogrodev/fsociety/op-report"><img src="https://agentmods.dev/badge/commands/ogrodev/fsociety/op-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 396 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00018 $0.00396
Opus 5 $0.00009 $0.00198
Sonnet 5 $0.00004 $0.00079
Haiku 4.5 $0.00002 $0.00040

Measured yesterday against content hash 00c39047f9d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

op-report scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

trenton/commands/op-report.md · 27 lines

What it actually says

Storage Policy: ALL output files MUST be saved in the project directory. NEVER write to /tmp/ or any system temporary directory.

Op Report

  1. Storage Policy reminder: ALL output files MUST be saved in the project directory. NEVER write to /tmp/
  2. Run node "${CLAUDE_PLUGIN_ROOT}/scripts/ops-tracker.js" list for all operations
  3. Run node "${CLAUDE_PLUGIN_ROOT}/scripts/ops-tracker.js" summary for operations summary
  4. Run node "${CLAUDE_PLUGIN_ROOT}/scripts/ops-tracker.js" coverage for category coverage analysis
  5. Run node "${CLAUDE_PLUGIN_ROOT}/scripts/identity-tracker.js" list for identity rotation history
  6. Run node "${CLAUDE_PLUGIN_ROOT}/scripts/opsec-profile.js" show for current opsec profile information
  7. Run node "${CLAUDE_PLUGIN_ROOT}/scripts/session-state.js" show for full session state
  8. Compile OPSEC-REPORT-<date>.md in the project directory with the following sections:
    • Executive Summary — High-level opsec posture overview
    • Operations Inventory — All tracked operations with status
    • Hardening Status — Tool availability and system hardening state
    • Trace Analysis — Forensic trace assessment
    • Identity Rotations — Identity change history and current identity
    • Proxy Chain History — Proxy chain configurations used
    • Opsec Coverage Map — Category coverage breakdown
    • Risk Assessment — Identified risks and severity ratings
    • Recommendations — Actionable steps to improve opsec posture
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 27 lines · 18 tokens per session scan A 00c39047f9d6

Subscribe to this mod's changes

op-report is a command published in the GitHub repository ogrodev/fsociety (20 stars, last pushed 5mo ago), licensed MIT. It adds 18 tokens to every session and 396 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other commands, from other repositories

octo-docs

Document delivery with export to PPTX, DOCX, PDF formats.

nyldn/claude-octopus · 13 tokens

notebook

Local NotebookLM over a FOLDER of documents using Antigravity (agy). Sweeps each document (PDF with text, scanned PDF, image, docx) into an objective-driven Markdown summary, then builds a relevance INDEX and a cited master summary. Incremental cache (re-runs only re-summarize changed docs / changed objective) and…

MarcosNahuel/antigravity-plugin-cc · 101 tokens

doc-to-md

Convert a PDF, docx, image, or other document to clean Markdown using Antigravity (agy) multimodal Gemini. Saves to docs/agy/converted/.

MarcosNahuel/antigravity-plugin-cc · 34 tokens

paper-trail-inject-url

Injecte une URL OA connue (HAL, dépôt uni, NIME, page perso) pour une ref dont la cascade automatique a échoué, puis relance l'acquisition + validation page 1.

roomi-fields/paper-trail · 41 tokens

paper-trail-acquire

Troisième passe du pipeline cible refondu. Lance la cascade PDF (10 sources : Crossref OA + arXiv + OpenAlex + Unpaywall + HAL + CORE + éditeur par DOI + archive.org + WebSearch ; jusqu'à 17 avec les voies par navigateur et les sources étendues opt-in) ciblée sur les refs d'un SOTA donné. Différent de pipeline run qui…

roomi-fields/paper-trail · 114 tokens

paper-trail-cascade

Acquire PDFs via the 8-source cascade (11 with opt-in extended sources) for a single ref by slug, or a batch filtered by state. Validates page 1 anti-homonymy on each download.

roomi-fields/paper-trail · 44 tokens