mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-08-01 08:30:20 +00:00
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):
- brain/ LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
dispatch, A51 channels, and the OSINT cluster
- knowledge/ LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
MITRE ATT&CK data
- reference/ defensive threat-reference (C3, shhbruh doc) + AdaYaml parser
License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.
Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.
https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
1.3 KiB
1.3 KiB
Workflows - Web Application Vulnerability Triage
Workflow 1: DAST Finding Triage
- Import DAST scan results (ZAP XML/JSON, Burp XML)
- Auto-classify findings by OWASP Top 10 category via CWE mapping
- Filter out known false positive patterns (missing headers on non-sensitive pages, etc.)
- Flag confirmed exploitation findings as true positives
- Queue remaining findings for manual validation
- Security analyst validates with manual testing in Burp/ZAP
- Assign OWASP risk rating to validated findings
- Push validated findings to DefectDojo/Jira
Workflow 2: SAST Finding Triage
- Import SAST scan results (Semgrep JSON, SonarQube)
- Filter out findings in test files, example code, and dead code
- Cross-reference against data flow analysis for injection findings
- Review code context to validate exploitability
- Assign severity based on data sensitivity and exposure
- Create development tickets for validated findings
Workflow 3: Combined Triage and Deduplication
- Import both DAST and SAST findings for same application
- Correlate SAST code findings with DAST runtime findings
- Findings confirmed by both DAST and SAST get elevated priority
- Deduplicate findings pointing to same root cause
- Generate unified triage report with remediation priority