harness-init
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/harness.pyexecutes thegitbinary to resolve project paths and identities. - Evidence: The script uses
subprocess.runwith a list of arguments to callgit. It specifically clearsGIT_environment variables to prevent environment-based hijacking and uses a timeout to prevent hanging. - [INDIRECT_PROMPT_INJECTION]: The skill manages and processes external knowledge files and handoff records which could contain instructions.
- Ingestion points: The
readandwriteoperations inscripts/harness.pyaccess Markdown files in the project's knowledge directory. Thehandoffoperation processes text provided via stdin. - Boundary markers: Content is read and returned as raw text; the skill does not wrap findings in specific security delimiters.
- Capability inventory: The skill performs file system reads/writes and executes local
gitcommands. - Sanitization: The script validates that files are UTF-8 Markdown and uses path validation to prevent traversal outside the designated knowledge and project directories.
Audit Metadata