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.
npx agentmods add skills/ogrodev/fsociety/opsec-reportingnpx skills add ogrodev/fsociety --skill opsec-reportinggit clone --depth 1 https://github.com/ogrodev/fsocietyWrote 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.
[](https://agentmods.dev/skills/ogrodev/fsociety/opsec-reporting)<a href="https://agentmods.dev/skills/ogrodev/fsociety/opsec-reporting"><img src="https://agentmods.dev/badge/skills/ogrodev/fsociety/opsec-reporting.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00274 | $0.02509 |
| Opus 5 | $0.00137 | $0.01255 |
| Sonnet 5 | $0.00055 | $0.00502 |
| Haiku 4.5 | $0.00027 | $0.00251 |
Grade A, and why
opsec-reporting 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.
How it starts
The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Opsec Reporting
End-to-end operational reporting for red team engagements — from evidence capture through secure delivery and post-engagement destruction. Every report produced through this skill is designed to protect both the operator and the client by enforcing metadata hygiene, redaction discipline, and secure handling throughout the report lifecycle.
Why This Matters
Reports are the most dangerous artifact an operator produces. They contain target details, exploitation paths, credentials, and internal architecture — all in a single document. A report leaked, intercepted, or left unencrypted on disk is an operational compromise. This skill treats reports as sensitive material from creation to destruction.
Report Lifecycle
Evidence Capture → Classification → Drafting → Redaction → Encryption → Delivery → Destruction
Every phase is documented. Every phase has opsec controls. Skip nothing.
Report Types
| Report Type | When to Use | Template | Reference |
|---|---|---|---|
| Engagement Summary | End of any engagement | Executive + technical sections | references/report-templates.md |
| Hardening Assessment | After system hardening audit | Coverage map + findings matrix | references/report-templates.md |
| Trace Elimination | After cleanup operations | Artifact inventory + verification | references/report-templates.md |
| VPS Security Audit | After VPS provisioning/audit | Provisioning checklist + exposure map | references/report-templates.md |
| Purple Team Exercise | Joint red/blue engagement | Attack timeline + detection gaps | references/report-templates.md |
| Compliance Assessment | PCI-DSS, SOC2, HIPAA mapping | Control mapping + gap analysis | references/compliance-reporting.md |
| Debrief Package | Pre-presentation preparation | Slide-ready findings + demo notes | references/debrief-and-delivery.md |
| Incident Timeline | Documenting operational chronology | Timestamped event sequence | references/report-templates.md |
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- yesterday First seen · 230 lines · 274 tokens per session scan A add926f33f1e
opsec-reporting is a skill published in the GitHub repository ogrodev/fsociety (20 stars, last pushed 5mo ago), licensed MIT. It adds 274 tokens to every session and 2,509 once invoked, about $0.0014 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.
Other skills, from other repositories
pwnote-offsec-pen200
Use whenever the user is working on Offsec's PEN-200 course/OSCP — PWK lab notes, exam report drafting, screenshot/evidence discipline, or exam flag handling. Trigger on "OSCP", "PEN-200", "PWK", "OSCP exam report", or "proof.txt", even without the word "skill".
skill-deck
Generate slide deck presentations from briefs — use when you need slides, pitch decks, or visual summaries.
add-pdf-report
Internal implementation skill invoked by /add-native for app-generated PDF report workflows using expo-print and, when present, expo-sharing.
add-onedrive
Adds OneDrive for Business connector to a Power Apps code app. Use when uploading, downloading, listing, or managing files in OneDrive.
cco-export
Export context report as Markdown or HTML.
resume
Generate a tailored resume AND cover letter for a job description via the native four-role Resume Team, score both against ATS and HR rubrics, create DOCX files, and update the tracker. Use when the user pastes a job description and wants a complete application package (resume plus cover letter) with dual scoring and…