website-qa
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from local project files and external website content during QA checks.
- Ingestion points: Reads local code (Next.js, React, static files) and navigates to external URLs to verify links and accessibility.
- Boundary markers: Absent; there are no instructions to the agent to treat external content strictly as data.
- Capability inventory: Shell command execution (
npm run build,npm run lint), file system access, and network navigation. - Sanitization: None; the skill does not specify any sanitization or filtering of the content it parses.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands to build and lint the project.
- Evidence:
npm run buildandnpm run lintcommands are specified in theSKILL.mdfile for checking project health.
Audit Metadata