maintainer-sweep
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands to manage repository state and verify code quality. It executes
gitfor version control,ghfor GitHub interaction, and build tools likemakeandcargoto run tests and format checks. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests untrusted data from an external source and uses it to guide agent actions.
- Ingestion points: The skill reads external content from GitHub issues and pull requests (titles, bodies, and comments) using
gh issue viewandgh pr viewin SKILL.md. - Boundary markers: No explicit delimiters or instructions are provided to the agent to treat the retrieved GitHub content as data only or to ignore embedded instructions.
- Capability inventory: The agent has the authority to execute repository scripts (
make,cargo), interact with the file system, and push changes directly to themainbranch (git push origin main). - Sanitization: There is no evidence of sanitization or filtering of the content retrieved from GitHub before the agent processes it.
Audit Metadata