61 Rust detection engines · 1101 tests · 7 novel security primitives · 98.5% detection
docs/
├── rnd/ R&D notes and architecture design
│ ├── sentinel-lattice-architecture.md Full Sentinel Lattice architecture (1430 lines)
│ ├── sentinel-lattice-announcements.md Launch announcement templates
│ ├── deep-research.md Cross-domain research findings
│ └── full-research.md Initial research compilation
│
├── reference/ Technical reference
│ ├── engines-en.md All 61 engines — English
│ ├── engines.md All 61 engines — Russian
│ ├── api.md REST API reference
│ ├── compliance.md Compliance mapping
│ ├── design-review.md Design review process
│ ├── micro-swarm.md ML ensemble reference
│ └── requirements.md System requirements
│
├── academy/ Educational content
│ ├── ru/ Full Russian curriculum (8 modules)
│ ├── expert/en/ Expert track — English (21 lessons)
│ ├── expert/ru/ Expert track — Russian (22 lessons)
│ └── labs/ Hands-on exercises with attack targets
│
├── security/ Security advisories
│ └── QWEN-2026-001-advisory.md
│
├── images/ Diagrams and figures
│
├── ARCHITECTURE.md Platform architecture overview
├── CHANGELOG.md Version history
├── COMPARISON.md Competitive comparison
├── CONTRIBUTING.md How to contribute
└── owasp_agentic_mapping.md OWASP Agentic AI coverage
| Document | Description |
|---|---|
| Architecture | Platform components, detection cascade, data flow |
| Engine Reference (EN) | All 61 engines with categories and descriptions |
| Sentinel Lattice Architecture | Full design of 7 novel security primitives |
| OWASP Mapping | Coverage of OWASP Agentic AI Top 10 |
| API Reference | REST API endpoints and examples |
| Changelog | Release history |
See the root QUICKSTART.md for installation and first scan.