oss-contribute
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external, untrusted content from GitHub issues and repository documentation to drive code changes and command execution.
- Ingestion points: The skill reads repository contents using
gh apiand processes issue descriptions to determine implementation strategies inSKILL.md. - Boundary markers: Absent. The instructions do not specify the use of delimiters or 'ignore embedded instructions' warnings when handling content from external GitHub repositories.
- Capability inventory: The skill utilizes shell access for
gitoperations,ghCLI commands, and running arbitrary test suites such aspytest,npm test, andcargo test. - Sanitization: Absent. There is no explicit sanitization or validation of the content retrieved from external sources before it influences the agent's logic.
- [COMMAND_EXECUTION]: The skill dynamically identifies and executes development tools and test suites based on configuration instructions found in external repository metadata.
- Evidence: Instructions in
SKILL.mdinclude runningpython -m pytest tests/,npm test, orcargo testas found in the target repository'sREADMEorCONTRIBUTING.mddocumentation.
Audit Metadata