Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

specter-kit

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

specter-kit

SPECTER — The Illusive Security Protocol. Modular security skills for autonomous IDE agents.

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

 ███████╗██████╗ ███████╗ ██████╗████████╗███████╗██████╗
 ██╔════╝██╔══██╗██╔════╝██╔════╝╚══██╔══╝██╔════╝██╔══██╗
 ███████╗██████╔╝█████╗  ██║        ██║   █████╗  ██████╔╝
 ╚════██║██╔═══╝ ██╔══╝  ██║        ██║   ██╔══╝  ██╔══██╗
 ███████║██║     ███████╗╚██████╗   ██║   ███████╗██║  ██║
 ╚══════╝╚═╝     ╚══════╝ ╚═════╝   ╚═╝   ╚══════╝╚═╝  ╚═╝

Security Protocol for Exploitation, Comprehensive Testing, Evaluation & Reporting

Modular security skill system for autonomous IDE agents.


npm license zero-deps

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
pnpm add -g specter-kit && specter init

# Manual clone
git clone https://github.com/AnvinX1/SPECTER-The-Illusive-Security-Protocol.git
bash SPECTER-The-Illusive-Security-Protocol/setup.sh init

Supported Platforms

PlatformAuto-Detected
GitHub Copilot
Cursor
Windsurf
Claude Code
Zed Editor
Continue.dev
Cline (VS Code)
Generic (AGENTS.md)
Custom (any agent)
specter init --agent all              # target all platforms
specter init --agent zed              # Zed Editor
specter init --agent cline            # Cline (VS Code)
specter init --agent custom --src ./my-adapter.md --dest ./.myagent/specter.md
specter list --agents                 # show all supported platforms

Skills

DomainSkillsCovers
Governance & Triage2Authorization enforcement, scope control, 22 guardrails, finding intake & dedup
Reconnaissance & Threat Modeling2Attack surface mapping, STRIDE/PASTA, AI threat actor profiling, risk prioritization
Code & Application3Source review, API security (OWASP Top 10), server misconfiguration
Infrastructure & Cloud3Cloud IAM/CIS, container escape & K8s, network segmentation
Supply Chain & Identity3Dependency CVEs, secret detection, AI hallucinated packages, CI/CD pipelines, AD/Kerberos
Exploit, Mobile & AI3PoC validation, OWASP Mobile Top 10, LLM/AI red teaming, OWASP LLM Top 10 2025
Reporting & Audit2Evidence 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

TypeCountDescription
Security Skills18Structured SKILL.md workflows with standard finding formats
Reference Docs14Checklists, attack patterns, MITRE ATT&CK mapping, attack chains, severity matrix, CIS benchmarks
Helper Scripts15Finding normalization, dedup, export, redaction, validation, scanning, shared utilities
Guardrails22Scope enforcement, evidence standards, regulatory escalation

Commands

specter init       # initialize in current project
specter scan web https://target.com   # TLS + HTTP headers scan
specter scan host target.com          # TLS + port probe
specter scan dir ./src                # secret scan
specter scan all https://target.com . # all checks + optional --output report.md
specter list       # view installed skills
specter doctor     # verify installation health
specter update     # update to latest skills
specter banner     # replay the terminal animation

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


Keywords

security

FAQs

Package last updated on 14 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts