troubleshoot
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute arbitrary shell commands for reproducing and fixing issues, including development server commands and project scripts (e.g.,pnpm lint,kill-port,pnpm dev). - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection. It processes untrusted data from error logs, stack traces, and external web content (via
Context7oragent-browser) without explicit boundary markers or instructions to ignore embedded commands. This could allow malicious content to hijack the agent's file system or shell capabilities. - Ingestion points: Error logs, stack traces, external documentation, and browser snapshots.
- Boundary markers: Absent.
- Capability inventory: Shell access (
Bash), file modification (Write,Edit), and browser automation (agent-browser). - Sanitization: None detected for interpolated data.
- [DATA_EXFILTRATION]: The skill handles sensitive authentication data via
agent-browserpersistence features (e.g.,auth.json, browser data profiles). While the instructions recommend excluding these files from version control, the management of active session tokens and browser profiles represents a potential data exposure surface.
Audit Metadata