/op-report
Generate comprehensive opsec report covering operations, hardening, traces, identities, and risk assessment
$ npx -y skills add ogrodev/fsociety --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/op-report
Context preview
What this command does when you run it.
Generate comprehensive opsec report covering operations, hardening, traces, identities, and risk assessment
Command definition
op-report.mddescription: Generate comprehensive opsec report covering operations, hardening, traces, identities, and risk assessment
allowed-tools: Bash, Read, Write, Glob, Grep
> **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
Read more
description: Generate comprehensive opsec report covering operations, hardening, traces, identities, and risk assessment allowed-tools: Bash, Read, Write, Glob, Grep
> **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
Multi-plugin marketplace for Claude Code offensive security plugins
Repo: ogrodev/fsociety
Other commands on fsociety.
- /apiscan
API security audit — REST, GraphQL, JWT analysis, parameter discovery
Open command - /archives
Archive or list previous engagement snapshots
Open command - /bruteforce
Password brute force and hash cracking against target services
Open command - /campaign
Resume or execute an attack campaign with progress tracking
Open command - /dashboard
Show running scans, system health, and engagement status
Open command - /debrief
Post-engagement lessons learned analysis and debrief report
Open command

