Mcp Ssdlc Security Toolkit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Ssdlc Security Toolkit (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Automate 85-95% of SSDLC planning phase through multi-role AI orchestration.
🎯 Achievement: 90.75% coverage | 99.9% time savings | 45% token efficiency
# Clone repository
git clone https://github.com/vuongdat67/mcp-ssdlc-security-toolkit
cd mcp-ssdlc-security-toolkit
# Install dependencies
pnpm install
# Build packages
cd packages/security-kb && pnpm build
cd ../ssdlc-planner && pnpm build# Windows - Edit configuration file
notepad %APPDATA%\Claude\claude_desktop_config.jsonAdd:
{
"mcpServers": {
"ssdlc-planner": {
"command": "node",
"args": ["C:\\path\\to\\packages\\ssdlc-planner\\dist\\index.js"]
}
}
}Restart Claude Desktop → Ready to use!
# Run demo
cd packages/ssdlc-planner
pnpm tsx scripts/demo-simple.tsSee: CLAUDE-DESKTOP-SETUP.md for detailed instructions
packages/
├── core/ # Shared types, utilities, validators
├── ssdlc-planner/ # Main MCP server with role-based tools
├── security-kb/ # CVE/CWE/OWASP knowledge base
├── test-strategy/ # Test planning tools
└── git-workflow/ # Git workflow design toolsMulti-Role Intelligence:
Phase 8: Production SAST Engine ✅
User: "Plan security for e-commerce with payment processing"
↓
BA Tool → User stories + Abuse cases (AB-1: Card theft)
↓
Tech Lead Tool → Architecture + Trust boundaries
↓
Security Tool → STRIDE: 12 threats (3 critical, 5 high)
↓
QA Tool → 18 test cases (83% automated)
↓
Result: Complete SSDLC artifacts in 60 seconds| Phase | Component | Target | Achieved | Status |
|---|---|---|---|---|
| 9A | BA Requirements | 90-95% | 95% | ✅ |
| 9B | Tech Lead Architecture | 85-90% | 90% | ✅ |
| 10 | Security Threat Model | 85-95% | 90% | ✅ |
| 11 | QA Test Strategy | 85-90% | 88% | ✅ |
| Overall | SSDLC Planning | 85-95% | 90.75% | ✅ |
Performance:
mcp-ssdlc-security-toolkit/
├── packages/
│ ├── core/ # Shared types, utilities, validators
│ ├── ssdlc-planner/ # Main MCP server
│ │ ├── src/
│ │ │ ├── tools/
│ │ │ │ ├── business-analyst/
│ │ │ │ │ └── analyze-requirements.ts (240 lines)
│ │ │ │ ├── tech-lead/
│ │ │ │ │ └── design-architecture.ts (280 lines)
│ │ │ │ ├── security/
│ │ │ │ │ ├── threat-model.ts (320 lines)
│ │ │ │ │ └── security-review-tool.ts (Phase 8)
│ │ │ │ └── qa/
│ │ │ │ └── design-test-strategy.ts (360 lines)
│ │ │ └── index.ts # MCP server entry point
│ │ ├── scripts/
│ │ │ └── demo-simple.ts # E-commerce demo
│ │ └── dist/ # Build output (120.56 KB)
│ └── security-kb/ # CVE/CWE/OWASP knowledge base
│ ├── src/
│ │ ├── db/ # SQLite database (969 CWEs, OWASP mappings)
│ │ ├── intelligence/ # Security intelligence engine
│ │ └── report-generator.ts
│ └── dist/ # Build output (118.51 KB)
├── docs/ # Planning documents (Vietnamese)
├── QUICKSTART.md # Installation & usage guide
├── CLAUDE-DESKTOP-SETUP.md # MCP configuration guide
└── PHASE-9-11-COMPLETE.md # Implementation reportSecurity Knowledge Base (@mcp-ssdlc/security-kb):
Enhanced Pseudocode Generation:
CI/CD Pipeline Design:
Sprint Planning:
🚀 Full Pipeline Orchestration (orchestrate_ssdlc_pipeline):
🧪 Test Strategy Design (qa_design_test_strategy):
🔒 Security Code Review (security_review_code):
| Metric | Target | Calculation |
|---|---|---|
| Requirements | 90-95% | Complete user stories with acceptance criteria |
| Security | 85-95% | Threats with defined mitigations |
| Testing | 85-90% | Test cases vs expected (3 per story) |
| Architecture | 85-90% | Components with defined interfaces |
| Overall | 85-95% | Weighted average (Req: 25%, Sec: 30%, Test: 25%, Arch: 20%) |
Sprint Planning:
See PHASE2-SUMMARY.md for complete documentation.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.