security-mcp 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,8 +19,8 @@ Works with **Claude Code, GitHub Copilot, Cursor, Codex, Replit**, and any MCP-c
|
|
|
19
19
|
|
|
20
20
|
- [What Problem Does This Solve?](#what-problem-does-this-solve)
|
|
21
21
|
- [Who Is This For?](#who-is-this-for)
|
|
22
|
-
- [Two Modes - Pick Your Depth](#two-modes
|
|
23
|
-
- [Quick Start - Install in 60 Seconds](#quick-start
|
|
22
|
+
- [Two Modes - Pick Your Depth](#two-modes---pick-your-depth)
|
|
23
|
+
- [Quick Start - Install in 60 Seconds](#quick-start---install-in-60-seconds)
|
|
24
24
|
- [Step-by-Step Installation Guide](#step-by-step-installation-guide)
|
|
25
25
|
- [Claude Code](#step-by-step-claude-code)
|
|
26
26
|
- [Cursor](#step-by-step-cursor)
|
|
@@ -77,19 +77,19 @@ A single elite security engineer agent that reviews your code, finds vulnerabili
|
|
|
77
77
|
|
|
78
78
|
### `/ciso-orchestrator` - A Full Security Program in One Command
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
39 specialist agents across 3 phases. Phase 1: 7 lead agents run in parallel, each commanding its own team of sub-agents — threat modeling, deep code analysis, cloud infrastructure, supply chain, AI/LLM red team, mobile, and cryptography. Phase 2: adversarial penetration testing and compliance synthesis run in parallel after Phase 1 completes. Phase 3: findings are merged, deduplicated, and attested. Every domain has a dedicated specialist — an injection attacker, a JWT/OAuth hacker, a cloud privilege escalation analyst, a prompt injection specialist, a TLS auditor, a pentest team that reads the threat model as its attack brief, and a compliance analyst mapping every finding to PCI DSS 4.0, SOC 2, ISO 27001, NIST 800-53, HIPAA, and GDPR. Agents learn from each run and improve over time. 86 specialist skills registered in the registry — loaded on demand based on detected stack. Optionally fetches live CVE, CISA KEV, and ATT&CK data. Produces a merged findings report with full compliance mapping and a signed attestation.
|
|
81
81
|
|
|
82
|
-
**Use this before major releases, compliance audits, or security reviews. -> [See the full
|
|
82
|
+
**Use this before major releases, compliance audits, or security reviews. -> [See the full 39-agent architecture](#ciso-orchestrator-flow-39-agents)**
|
|
83
83
|
|
|
84
84
|
---
|
|
85
85
|
|
|
86
86
|
| | `/senior-security-engineer` | `/ciso-orchestrator` |
|
|
87
87
|
| --- | --- | --- |
|
|
88
|
-
| **What it is** | Single expert agent |
|
|
88
|
+
| **What it is** | Single expert agent | 39-agent multi-phase security program |
|
|
89
89
|
| **Best for** | Daily development, PR reviews, targeted hardening | Pre-launch audits, compliance prep, incident response |
|
|
90
90
|
| **Speed** | Seconds to minutes | Minutes to hours |
|
|
91
91
|
| **Scope** | You choose: recent changes, full codebase, or specific files | Always full - every surface, every framework |
|
|
92
|
-
| **Agents** | 1 |
|
|
92
|
+
| **Agents** | 1 | 39 (9 leads + 30 sub-agents) |
|
|
93
93
|
| **Output** | Inline code fixes + SHA-256 attestation | Full domain reports + merged findings + attestation |
|
|
94
94
|
| **API cost** | Low | High |
|
|
95
95
|
| **Internet** | Not required | Optional (enriches findings with live CVEs, CISA KEV, MITRE ATT&CK) |
|
|
@@ -112,7 +112,7 @@ Restart your editor. Then in Claude Code:
|
|
|
112
112
|
|
|
113
113
|
That's it. The engineer will ask how you want to scope the review, then find and fix security issues in your code.
|
|
114
114
|
|
|
115
|
-
For a full
|
|
115
|
+
For a full 39-agent deep audit:
|
|
116
116
|
|
|
117
117
|
```text
|
|
118
118
|
/ciso-orchestrator
|
|
@@ -398,7 +398,7 @@ The orchestrator will ask:
|
|
|
398
398
|
- **Yes** - agents enrich findings with live threat intelligence. More accurate, more current.
|
|
399
399
|
- **No** - agents use cached intel. Still comprehensive, no external calls made.
|
|
400
400
|
|
|
401
|
-
**Step 3 - Wait for Phase 1 (7 lead agents
|
|
401
|
+
**Step 3 - Wait for Phase 1 (7 lead agents running in parallel, each commanding their domain-specific sub-agents — 25 sub-agents total across Phase 1).**
|
|
402
402
|
|
|
403
403
|
Each agent writes findings to `.mcp/agent-runs/{agentRunId}/`.
|
|
404
404
|
|
|
@@ -621,7 +621,7 @@ app.use(helmet({
|
|
|
621
621
|
│ Your Editor (Claude Code) │
|
|
622
622
|
│ │
|
|
623
623
|
│ /senior-security-engineer /ciso-orchestrator │
|
|
624
|
-
│ (single expert agent) (
|
|
624
|
+
│ (single expert agent) (39-agent security program) │
|
|
625
625
|
│ │ │ │
|
|
626
626
|
└──────────┼────────────────────────────────┼───────────────────┘
|
|
627
627
|
│ │
|
|
@@ -702,7 +702,7 @@ User: /senior-security-engineer
|
|
|
702
702
|
└── SHA-256 integrity hash
|
|
703
703
|
```
|
|
704
704
|
|
|
705
|
-
### `/ciso-orchestrator` Flow (
|
|
705
|
+
### `/ciso-orchestrator` Flow (39 Agents)
|
|
706
706
|
|
|
707
707
|
```text
|
|
708
708
|
User: /ciso-orchestrator
|
|
@@ -716,7 +716,7 @@ User: /ciso-orchestrator
|
|
|
716
716
|
│ -> stackContext: { languages, frameworks, cloudProvider, hasAI, hasMobile, ... }
|
|
717
717
|
├── security.start_review() -> runId
|
|
718
718
|
├── orchestration.create_agent_run() -> agentRunId + manifest.json
|
|
719
|
-
└── orchestration.ensure_skill(
|
|
719
|
+
└── orchestration.ensure_skill(×N) -> download stack-relevant skills from 86-skill registry
|
|
720
720
|
│
|
|
721
721
|
▼
|
|
722
722
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "security-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "AI security MCP server and enforcement gate for Claude Code, Cursor, GitHub Copilot, Codex, Replit, and any MCP-compatible editor. Applies OWASP, MITRE ATT&CK, NIST, Zero Trust, PCI DSS, SOC 2, and ISO 27001.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|