not-spam-pr
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external sources, specifically the repository's commit history and GitHub pull request metadata, which could contain malicious instructions.
- Ingestion points: The skill executes
git log -8 --format='%s%n%b---'andgh pr list --state merged --limit 5 --json title,bodyto read historical text (referenced inSKILL.mdandreferences/voice.md). - Boundary markers: There are no explicit delimiters or instructions to ignore commands that might be embedded in the commit messages or PR bodies being read.
- Capability inventory: The skill has access to the
Bashtool as specified in theallowed-toolssection ofSKILL.md, allowing for command execution. - Sanitization: The skill does not perform sanitization or filtering of the output from
gitorghbefore using it to influence the agent's output generation. - [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands using
Bashto inspect the local environment. - Evidence:
SKILL.mdandreferences/voice.mdcontain instructions to rungit log,gh pr list, andls .github/PULL_REQUEST_TEMPLATE.mdto gather context about the repository's house style.
Audit Metadata