woostack-audit
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill auditing process involves reading untrusted source code and passing it to an agent swarm. The resulting findings are interpolated into a Markdown report. While the report contains clear non-authoritative labels, it does not explicitly sanitize findings for prompt injection patterns, which could potentially be processed by other automated systems.
- Ingestion points: Source code targets specified by the user via
/woostack-audit <target>. - Boundary markers: The report generated in
scripts/render-report.shincludes a header: 'Non-authoritative diagnostic evidence — report only.' - Capability inventory: The skill reads local files, writes reports to
.woostack/audits/, and executes system binaries (git,jq,python3). - Sanitization:
scripts/render-report.shimplements regex-based redaction for credentials, personal data, and local system paths. - [COMMAND_EXECUTION]: The skill uses shell scripts to orchestrate the audit process, executing
gitfor repository enumeration and diffing,jqfor manipulating JSON metadata, andpython3for logic processing. - [DYNAMIC_EXECUTION]: In
scripts/load-audit-config.sh, the skill dynamically modifies the Python module search path usingsys.path.insertto load a configuration helper from a relative sibling directory (../../woostack-review/scripts).
Audit Metadata