███████╗██████╗ ███████╗ ██████╗████████╗███████╗██████╗
██╔════╝██╔══██╗██╔════╝██╔════╝╚══██╔══╝██╔════╝██╔══██╗
███████╗██████╔╝█████╗ ██║ ██║ █████╗ ██████╔╝
╚════██║██╔═══╝ ██╔══╝ ██║ ██║ ██╔══╝ ██╔══██╗
███████║██║ ███████╗╚██████╗ ██║ ███████╗██║ ██║
╚══════╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
Security Protocol for Exploitation, Comprehensive Testing, Evaluation & Reporting
Modular security skill system for autonomous IDE agents.

SPECTER is a zero-dependency skill framework that transforms any LLM-powered coding agent into a governed security operator. One command installs 18 security skills, 22 enforceable guardrails, and a structured assessment workflow into any project — with support for 8 agent platforms (5 auto-detected, 1 custom).
Installation
npx specter-kit init
Or install globally:
npm install -g specter-kit
specter init
Other methods
pnpm add -g specter-kit && specter init
git clone https://github.com/AnvinX1/SPECTER-The-Illusive-Security-Protocol.git
bash SPECTER-The-Illusive-Security-Protocol/setup.sh init
Supported Platforms
| GitHub Copilot | ✓ |
| Cursor | ✓ |
| Windsurf | ✓ |
| Claude Code | — |
| Zed Editor | ✓ |
| Continue.dev | ✓ |
| Cline (VS Code) | ✓ |
| Generic (AGENTS.md) | ✓ |
| Custom (any agent) | — |
specter init --agent all
specter init --agent zed
specter init --agent cline
specter init --agent custom --src ./my-adapter.md --dest ./.myagent/specter.md
specter list --agents
Skills
| Governance & Triage | 2 | Authorization enforcement, scope control, 22 guardrails, finding intake & dedup |
| Reconnaissance & Threat Modeling | 2 | Attack surface mapping, STRIDE/PASTA, AI threat actor profiling, risk prioritization |
| Code & Application | 3 | Source review, API security (OWASP Top 10), server misconfiguration |
| Infrastructure & Cloud | 3 | Cloud IAM/CIS, container escape & K8s, network segmentation |
| Supply Chain & Identity | 3 | Dependency CVEs, secret detection, AI hallucinated packages, CI/CD pipelines, AD/Kerberos |
| Exploit, Mobile & AI | 3 | PoC validation, OWASP Mobile Top 10, LLM/AI red teaming, OWASP LLM Top 10 2025 |
| Reporting & Audit | 2 | Evidence compilation, redaction, statistics, continuous post-task delta audit |
Workflow
governance ──► recon ──► threat model
│
┌───────────────┼───────────────┐
▼ ▼ ▼
code & app infra & cloud AI / LLM
supply chain
│ │ │
└───────────────┼───────────────┘
▼
triage ──► exploit validation
│
▼
reporting
Every engagement starts with security-governance — scope authorization and 22 cascading guardrails are enforced before any assessment work begins.
Included
| Security Skills | 18 | Structured SKILL.md workflows with standard finding formats |
| Reference Docs | 14 | Checklists, attack patterns, MITRE ATT&CK mapping, attack chains, severity matrix, CIS benchmarks |
| Helper Scripts | 15 | Finding normalization, dedup, export, redaction, validation, scanning, shared utilities |
| Guardrails | 22 | Scope enforcement, evidence standards, regulatory escalation |
Commands
specter init
specter scan web https://target.com
specter scan host target.com
specter scan dir ./src
specter scan all https://target.com .
specter list
specter doctor
specter update
specter banner
Guardrails
All assessments operate under 22 mandatory rules enforced by the governance skill:
Scope & Authorization — Written authorization required. Strict scope boundaries. Out-of-scope discovery protocol.
Engagement Rules — Full exploit capability within scope. Credential testing against authorized targets only. Lateral movement requires explicit approval. Destructive action limits enforced.
Evidence & Classification — Suspected ≠ Confirmed. Evidence required for all findings. Conservative severity classification. Standard finding format (S1–S5 severity, C1–C4 confidence).
Compliance & Escalation — PII access limits. Zero-day disclosure protocol. Regulatory escalation triggers for GDPR, PCI-DSS, HIPAA, SOX. Evidence retention policy enforced.
SPECTER · by Anvin · Illusive Operations
MIT License