Skip to content

Commit 844c15a

Browse files
emmanuelgjrclaude
andcommitted
Sync all counts — 70+ tools, 25 eval profiles, 21 recipes across README + webapp
README: - Tools: 57+ → 70+ (71 actual tools with URLs in TOOLS.md) - Eval profiles description: added Garak (13) + PyRIT (6) + LAAF (6) breakdown - Recipes description: added all 5 parts (RAG, MCP, OT, Agentic, Data Pipeline) - Standout coverage: expanded recipes description with all 21 patterns Webapp: - About timeline: 57+ → 70+ tools, 22 → 25 eval profiles Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2783093 commit 844c15a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Every file answers one question: **which controls from framework X address vulne
6464
| **20** frameworks | Compliance · Governance · Threat modeling · Testing · OT/ICS · Identity · Secure SDLC · Financial |
6565
| **67** mapping files | Every source list entry × every applicable framework |
6666
| **21** implementation recipes | Production-ready Python patterns |
67-
| **57+** open-source tools | Catalogued and organised by function |
68-
| **25** eval profiles | Runnable Garak + PyRIT tests mapped to OWASP entries |
67+
| **70+** open-source tools | Catalogued and organised by function |
68+
| **25** eval profiles | Runnable Garak (13) + PyRIT (6) + LAAF (6) tests mapped to OWASP entries |
6969
| **20** compliance reports | Per-framework gap assessments auto-generated from data layer (MD, CSV, JSON, OSCAL) |
7070
| **50** documented incidents | Real-world + research incidents with MAESTRO layer attribution (MD, CSV, JSON, STIX 2.1) |
7171
| **LAAF v2.0** | First agentic LPCI red-teaming framework — fully integrated with 6-stage × OWASP crosswalk |
@@ -200,8 +200,8 @@ All free. All open-source. Built for practitioners.
200200

201201
| File | Contents |
202202
|---|---|
203-
| [shared/RECIPES.md](shared/RECIPES.md) | 21 security implementation patterns with working Python — RAG, MCP, OT, agentic |
204-
| [shared/TOOLS.md](shared/TOOLS.md) | 57+ open-source security tools organised by function |
203+
| [shared/RECIPES.md](shared/RECIPES.md) | 21 security implementation patterns with working Python — RAG, MCP, OT, Agentic, Data Pipeline |
204+
| [shared/TOOLS.md](shared/TOOLS.md) | 70+ open-source security tools organised by function |
205205
| [shared/GLOSSARY.md](shared/GLOSSARY.md) | Unified terminology across LLM, ASI, and DSGAI source lists |
206206
| [shared/SEVERITY.md](shared/SEVERITY.md) | Severity definitions and AIVSS alignment |
207207
| [shared/TEMPLATE.md](shared/TEMPLATE.md) | Canonical template for new mapping file contributors |
@@ -302,7 +302,7 @@ GenAI-Security-Crosswalk/
302302
303303
├── shared/
304304
│ ├── RECIPES.md ← 21 implementation patterns (Python code)
305-
│ ├── TOOLS.md ← 57+ open-source tools catalogue
305+
│ ├── TOOLS.md ← 70+ open-source tools catalogue
306306
│ ├── GLOSSARY.md ← Unified terminology
307307
│ ├── SEVERITY.md ← Severity definitions + AIVSS alignment
308308
│ └── TEMPLATE.md ← Canonical template for new mapping files
@@ -588,7 +588,7 @@ Key finding from the DSGAI mapping: **L2 Data Operations is the originating laye
588588

589589
### Production implementation recipes
590590

591-
[shared/RECIPES.md](shared/RECIPES.md) contains 21 production-ready security patterns with working Python: access-controlled RAG retrieval, MCP descriptor integrity verification, JIT credential issuance, OT kill switch, behavioural baseline monitoring, cascade containment, and human confirmation gates.
591+
[shared/RECIPES.md](shared/RECIPES.md) contains 21 production-ready security patterns with working Python across 5 deployment architectures: RAG pipeline security (access control, ingestion integrity, circuit breakers), MCP server hardening (input validation, credential scoping), OT/ICS agent safety (kill switches, behavioural baselines, cascade containment), agentic AI security (memory sanitization, inter-agent message validation, credential rotation, output guardrails), and data pipeline security (provenance tracking, PII redaction, differential privacy, retention enforcement).
592592

593593
---
594594

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3216,7 +3216,7 @@
32163216
['2024 Q4', 'Expanded to 10 frameworks with community contributions. Added ASVS, ISO 27001, ISO 42001 mappings.'],
32173217
['2025 Q1', 'v1.0 release with query interface. Added CIS Controls, OWASP SAMM, PCI DSS, SOC 2 mappings.'],
32183218
['2025 Q3', 'Added Agentic Top 10 2026 entries. Expanded to 17 frameworks. Added incident database.'],
3219-
['2026 Q1', 'v1.8.x: 20 frameworks, 67 mapping files, 50 incidents (100% entry coverage), 57+ tools, 21 recipes, 22 eval profiles, evidence-based scoring, leaderboard.']
3219+
['2026 Q1', 'v1.8.x: 20 frameworks, 67 mapping files, 50 incidents (100% entry coverage), 70+ tools, 21 recipes, 25 eval profiles, evidence-based scoring, leaderboard.']
32203220
];
32213221
events.forEach(function(ev) {
32223222
var item = el('div', { className: 'timeline-item' });

0 commit comments

Comments
 (0)