5 Commits

Author SHA1 Message Date
Rene Fichtmueller
b9a28a12ea docs: update descriptions with typoglycemia, 547+ rules, 50+ languages 2026-04-07 11:57:58 +02:00
Rene Fichtmueller
9520820364 feat: expand multilingual detection to 211 rules across 50+ languages
- TPR improved from 70.8% to 91.9% (324 sample benchmark)
- Multilingual attack TPR: 96.6% (29 samples)
- Deep South Asian coverage: Bengali (9), Hindi (8), Urdu (6), Tamil (4),
  Telugu (3), Marathi (4), Gujarati (3), Kannada (2), Malayalam (2),
  Punjabi (2), Sinhala (2), Nepali (4), Pan-Indic transliterated (7)
- New languages: Persian, Hebrew, Kurdish, Indonesian, Filipino, Burmese,
  Khmer, Lao, Finnish, Czech, Slovak, Romanian, Hungarian, Greek, Bulgarian,
  Croatian, Serbian, Georgian, Armenian, Azerbaijani, Swahili, Amharic,
  Afrikaans, Mongolian, and 20+ more
- Universal patterns: rapid script switching, global DAN mode, cross-script
  password extraction, no-filter patterns
- README updated with new benchmark results and language coverage tables
2026-04-07 01:08:09 +02:00
Rene Fichtmueller
7da39fd7d5 docs: fix clone URL for public repo 2026-04-07 00:36:46 +02:00
Rene Fichtmueller
2e7e11fbce docs: comprehensive v0.5.0 README with full feature documentation
- Architecture diagram updated with all new modules (ensemble, ATLAS, evolution, immune memory)
- Benchmark results section (70.8% TPR, 0.0% FPR)
- Defense modules overview table with line counts
- 369+ detection rules across 12 categories documented
- Bio-immune self-evolution (6 mechanisms) fully explained
- Preprocessing pipeline: CipherDecoder, TokenizerNormalizer, Unicode
- MITRE ATLAS mapping (90 techniques, 8 tactics) with API examples
- MCP Guard with MELON, tool chain, resource governor details
- Decomposition attack detection documentation
- Supply chain integrity section
- Multilingual detection (20+ languages) with examples
- RAG Shield documentation
- Output validation and OutputPayloadGuard docs
- Compliance section (MITRE ATLAS, OWASP LLM Top 10, EU AI Act)
- Full project structure tree
- Updated feature comparison table (30 features vs competitors)
- Updated performance targets with new modules
- Bio-immune API examples (evolution, adversarial training, calibration)
- 1265 lines from 604 — over 2x content increase
2026-04-07 00:36:20 +02:00
Rene Fichtmueller
1c4c034483 feat: ShieldX v0.3.0 — UnicodeScanner (L5), DNS Covert Channel rules, ATLAS v5.4 mappings
- Layer 4 EntropyScanner: Shannon entropy, Base32/Base64 detection, CVE-2025-55284
  ping/nslookup exfil, EchoLeak markdown pattern, DNS tunneling (iodine/dnscat)
- Layer 5 UnicodeScanner: ASCII Smuggling (U+E0000 Tags Block), Variant Selectors,
  Zero-Width steganography, CamoLeak image-ordering (CVE-2025-53773), homoglyphs,
  BiDi override, high-entropy URL params
- 30 DNS covert channel rules (dns-001 to dns-030)
- ATLASMapper: 29 techniques (ATLAS v5.4.0 Feb 2026), added AML.T0062 (Agent Tool
  Invocation), AML.TA0015 (C2 tactic), memory poisoning, multi-agent trust,
  CamoLeak, Unicode steganography mappings
- Rule count: 72 → 102
- Build: tsup 316ms, zero TypeScript errors
2026-03-31 16:32:16 +02:00