codify-to-knowhow
Warn
Audited by Socket on Jul 2, 2026
1 alert found:
AnomalyAnomalyphases/03-generate-specs.md
LOWAnomalyLOW
phases/03-generate-specs.md
No clear indicators of intentional malware are present in the fragment. However, the code executes shell commands via Bash(...) and interpolates multiple untrusted manifest fields (notably spec.title and spec.body) directly into those command strings, creating a meaningful command/argument injection risk if input validation or safe argument handling is not enforced in the Bash wrapper. Additionally, it persistently appends attacker-controlled content to workflow spec markdown files (especially via the fallback path), which can harm supply-chain integrity if later stages parse or render these entries.
Confidence: 60%Severity: 60%
Audit Metadata