fix-what-i-pointed-at
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process user-provided notes and element labels from the Reticle application, which introduces a surface for indirect instructions.
- Ingestion points: Data returned from the
reticle_sessiontool, specifically thenoteandlabelfields within themarksarray. - Boundary markers: No explicit delimiters or instructions are provided to the agent to distinguish between data and commands within these notes.
- Capability inventory: The agent has access to file modification, application interaction via
reticle_act_and_wait, and session management tools. - Sanitization: No sanitization or validation of the input strings is mentioned.
- [COMMAND_EXECUTION]: The skill references an initialization command for setting up the environment.
- Evidence: Mentions
RETICLE_INSTALL_SOURCE=npx_skill npx @reticlehq/server@latest initfor setting up the Reticle server. - [EXTERNAL_DOWNLOADS]: The skill references external vendor resources for documentation and package initialization.
- Evidence: References
npx @reticlehq/server@latestandcurl https://docs.reticle.sh/llms.txtfor additional information.
Audit Metadata