babysit
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and act upon data from GitHub PR comments and reviews, which are untrusted external sources.
- Ingestion points: The skill fetches PR state including
commentsandreviewsusing thegh pr viewcommand inSKILL.md. - Boundary markers: There are no explicit delimiters or instructions provided to the agent to treat the text of these comments as data rather than instructions, nor are there warnings to ignore embedded instructions.
- Capability inventory: The agent possesses significant capabilities, including file modification, committing code, force-pushing to branches, and merging PRs via the
ghCLI as described in the triage and loop steps ofSKILL.md. - Sanitization: The skill lacks sanitization or validation of the ingested comment prose before the agent evaluates it for potential action.
- [COMMAND_EXECUTION]: The skill relies extensively on the
gh(GitHub) CLI to perform actions. - The agent executes
gh pr view,gh run view,gh pr checks, andgh pr readyto manage the PR lifecycle. - While these are standard tools, the integration with the
loopskill for automated pacing increases the impact of any potentially misdirected commands.
Audit Metadata