nextjs-standards
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION] (LOW): The skill is susceptible to indirect prompt injection through its processing of untrusted project documentation. \n
- Ingestion points:
docs/features/anddocs/issues/(referenced in SKILL.md and Coding_Guidelines.md). \n - Boundary markers: Absent; the skill explicitly directs the agent to follow these documents as 'the LAW'. \n
- Capability inventory:
scripts/vibe-verify.pyexecutes shell commands includingtsc,lint, andbuild. \n - Sanitization: Absent. \n- [COMMAND_EXECUTION] (LOW): The skill requires the execution of a Python script that invokes local shell commands to verify project state. \n
- Evidence:
scripts/vibe-verify.pyusessubprocess.runto execute package manager commands and build tools.
Audit Metadata