strix/skills/coordination/source_aware_whitebox.md
Use this coordination playbook when repository source code is available.
Increase white-box coverage by combining source-aware triage with dynamic validation. Source-aware tooling is expected by default when source is available.
sg or tree-sitter) scoped to relevant paths.
sg baseline, derive sg-targets.txt from semgrep.json scope first (paths.scanned, fallback to unique results[].path) and run xargs ... sg run on that list.semgrep: fast security-first triage and custom pattern scansast-grep (sg): structural pattern hunting and targeted repo mappingtree-sitter: syntax-aware parsing support for symbol and route extractiongitleaks + trufflehog: complementary secret detection (working tree and history coverage)trivy fs: dependency, misconfiguration, license, and secret checksCoverage target per repository:
semgrep passsg and/or tree-sitter)gitleaks and/or trufflehog)trivy fs passsource_aware_sast skill.