standup
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/gather.pyscript executes shell commands usingsubprocess.runto interact with thegh(GitHub) andgitCLI tools. While these are used for the skill's core functionality, any command execution on the host machine presents a potential attack surface. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from multiple sources, including GitHub PR titles, commit messages, and local AI session history (Claude, Codex, OpenCode).
- Ingestion points:
scripts/gather.pyreads data from GitHub API calls and local session log files (.jsonland SQLite DB) as described inSKILL.mdStep 1. - Boundary markers: The instructions in
SKILL.mdlack explicit boundary markers or "ignore instructions" directives for the ingested content. - Capability inventory: The skill has the ability to execute shell commands (via
ghandgit) and read local session history files. - Sanitization: No sanitization or filtering is performed on the ingested text in
scripts/gather.pybefore it is presented to the agent for summarization.
Audit Metadata