Skip to content
Security
Command

/op-report

Generate comprehensive opsec report covering operations, hardening, traces, identities, and risk assessment

From plugin
fsociety
2063 skills7 agents63 commands
Install
$ npx -y skills add ogrodev/fsociety --agent claude-code

How 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.md
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
Read more
Ships withfsociety

Multi-plugin marketplace for Claude Code offensive security plugins

Get the whole plugin, auto-invoked
Stats
20
Stars
0
Views
2
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
4mo ago
Last commit
5mo ago
Created

Repo: ogrodev/fsociety