diagnose-instant-nav
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard shell utilities (
awk,grep,sed,comm,sort) to process browser snapshots and calculate diagnostic grades. These operations are performed on temporary files within/tmpand do not involve unauthorized system modifications or persistence attempts. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection because it processes and interprets content from external, untrusted web pages.
- Ingestion points: Content is ingested from the browser via
agent-browser snapshotandagent-browser get urlinto shell variables and temporary files (SKILL.md). - Boundary markers: No explicit delimiters or instructions are used to distinguish untrusted webpage content from the agent's operational logic.
- Capability inventory: The skill utilizes capabilities such as
agent-browser click,agent-browser eval, andagent-browser cookies set, which could be manipulated if an attacker can influence the snapshot or URL data. - Sanitization: While the skill uses quoted shell variables and sanitizes certain identifiers (like
reftags) viased, there is no comprehensive validation of the content retrieved from the web page before it is processed.
Audit Metadata