work-loop
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill identifies and attempts to mitigate indirect prompt injection risks arising from its primary function of processing untrusted external data.
- Ingestion points: The skill reads item titles, bodies, comments, and pull request text from external issue trackers using the
ghCLI. - Boundary markers: It references an
item-content-trust.mdguide and explicitly instructs the agent to treat all item text as data to be evaluated, never as instructions to be obeyed. - Capability inventory: The skill has the capability to execute shell commands (
gh,git), write to the local file system, and schedule future cycles. - Sanitization: The instructions explicitly require using JSON parsers for untrusted fields and prohibit the string interpolation of user-influenced data into shell commands or prompts.
- [COMMAND_EXECUTION]: The skill uses shell scripts to perform telemetry updates and repository maintenance.
- It executes
gh apicommands to search for, create, and update telemetry comments on GitHub issues. - It uses
gitcommands (e.g.,git check-ignore,git rev-parse) to manage local repository configuration, such as ensuring escalation records are ignored by version control.
Audit Metadata