skills/boshu2/agentops/review/Gen Agent Trust Hub

review

Pass

Audited by Gen Agent Trust Hub on Apr 6, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: Executes shell commands including git, gh, find, and mkdir. It interpolates user-provided variables such as $PR_REF and $AGENT_PATH into these commands to fetch and process review targets.
  • [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from external PRs and code files. Ingestion points: Untrusted content is ingested from GitHub PR metadata, git diffs, and files within agent output directories. Boundary markers: No specific delimiters or 'ignore' instructions are used to separate untrusted content from agent instructions. Capability inventory: The skill has the ability to write to the local file system and post comments to external GitHub repositories via the gh CLI. Sanitization: No sanitization of the ingested content is performed before it is processed by the agent.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 6, 2026, 01:30 PM