team-frontend-debug
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface because it ingests and processes untrusted data from external or local web environments without sufficient isolation.
- Ingestion points: Browser console logs, DOM snapshots, and network request details are retrieved via
mcp__chrome-devtools__*tools within thetester,reproducer, andverifierroles. - Boundary markers: None identified. There are no explicit delimiters or instructions provided to the
analyzerrole to ignore or treat embedded instructions within the browser data as non-executable text. - Capability inventory: The skill has significant capabilities, including modifying source code (
EditandWritetools used by thefixerrole) and spawning subagents (TeamCreateandAgenttools used by thecoordinatorrole). - Sanitization: No sanitization or validation logic is present to filter malicious instructions that might be embedded in the UI or console output of a debugged application.
- [COMMAND_EXECUTION]: The skill utilizes tools for system interaction and file modification that are sensitive if manipulated.
- Evidence: The
coordinatorrole usesBashto executepwdfor workspace resolution, and thefixerrole uses theEdittool to apply modifications to the project's source code. While these operations are fundamental to the skill's purpose, they represent the execution of high-privilege operations that could be misdirected if an indirect prompt injection succeeds.
Audit Metadata