architect-nextjs-vercel-app
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes several system-level shell commands including
npx,pnpm, anddockerto perform scaffolding, install dependencies, and run validation smoke tests. These commands incorporate variables provided by the user during the input phase.- [PROMPT_INJECTION]: The skill demonstrates a vulnerability surface for indirect prompt injection or command injection because user-controlled inputs are interpolated directly into shell command templates without sanitization. - Ingestion points: User inputs
PROJECT_NAMEandAPP_PORTare collected inSKILL.mdand used to build command strings. - Boundary markers: No delimiters or explicit instructions are provided to the agent to treat these inputs as literal strings rather than potentially executable code.
- Capability inventory: The skill possesses the capability to execute arbitrary commands via
npxandpnpm, and can interact with the host filesystem and Docker daemon. - Sanitization: There is no evidence of validation or escaping to prevent shell metacharacters in the
PROJECT_NAMEorAPP_PORTvariables from altering the intended command execution flow.- [EXTERNAL_DOWNLOADS]: The skill fetches thecreate-next-apputility and several development packages from the NPM registry. Note thatcreate-next-appis an official tool from Vercel, a well-known service.
Audit Metadata