debug-broken-ui
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process data from the application being debugged, which could potentially contain malicious instructions.
- Ingestion points: Untrusted data enters the agent context through tools like
reticle_console,reticle_network,reticle_state, andreticle_storageas described in SKILL.md. - Boundary markers: There are no explicit instructions or delimiters mentioned to prevent the agent from potentially obeying instructions embedded within the application's logs or state.
- Capability inventory: The skill possesses extensive inspection capabilities (element properties, network traffic, storage, and application state) but lacks arbitrary write access or non-vendor exfiltration tools.
- Sanitization: The skill documentation does not mention specific sanitization or filtering of the ingested runtime data.
- [EXTERNAL_DOWNLOADS]: The documentation provides instructions to install the Reticle server using
npx @reticlehq/server@latest init. The package originates from the skill's official vendor. - [COMMAND_EXECUTION]: The skill instructs the user or agent to execute shell commands for setup and troubleshooting, including
npxfor the server installation andcurlto fetch vendor-hosted documentation fromdocs.reticle.sh.
Audit Metadata