rabbit-inspect
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection by ingesting untrusted data from external sources.
- Ingestion points: External website content is captured via screenshots using the Glimpse tool from a user-provided
target_urlin Phase 1 (ARRIVE). - Boundary markers: There are no explicit instructions or delimiters used to ensure the agent ignores potential instructions embedded within the visual content of the analyzed screenshots during Phase 2 (LOOK).
- Capability inventory: The skill possesses the capability to execute local tools via
uv runand create remote GitHub issues using thegw gh issue createcommand in Phase 5 (BURROW). - Sanitization: No sanitization, filtering, or validation of the content on the target URL is performed prior to processing and analysis.
- [COMMAND_EXECUTION]: The skill constructs shell commands that incorporate external variables such as
{target_url}and{tenant}. Specifically, it usesuv runto execute a local vendor tool (tools/glimpse) andgw ghto interact with GitHub. While the inputs are quoted in the templates, this pattern represents a command execution surface.
Audit Metadata