craft-harness
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes multiple utility scripts intended for use as agent hooks (e.g.,
python-ruff-check.mjs,secret-scan-adapter.mjs). These scripts execute local CLI tools such asgit,ruff,gitleaks, anddetect-secretsto perform validation and linting tasks. - Evidence in
assets/hooks/python-ruff/scripts/python-ruff-check.mjsshows the use ofspawnSyncto invokeruff checkon Python files. - Evidence in
assets/hooks/secret-scan-adapter/scripts/secret-scan-adapter.mjsshows the invocation ofgitleaksordetect-secretsfor security scanning. - Risk is mitigated by using argument arrays to prevent shell injection, performing path validation via
fs.existsSync, and using the--separator where applicable. - [SAFE]: The skill demonstrates high security awareness through its 'Risk gates' and 'Required reads' sections. It explicitly instructs the agent to defer high-risk actions (enabling hooks, installing MCP servers, or editing global config) until explicit user approval is granted. No data exfiltration, obfuscation, or malicious prompt injection patterns were found.
Audit Metadata