javascript-typescript-typescript-scaffold

Pass

Audited by Gen Agent Trust Hub on Sep 4, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The instructions include the installation of pnpm and the use of standard scaffolding commands such as pnpm create next-app and pnpm create vite. These commands fetch project templates from well-known and established ecosystems.
  • [INDIRECT_PROMPT_INJECTION]: The skill ingests user requirements via the $ARGUMENTS placeholder to determine the project type. This input is used to select from predefined static templates (Next.js, Vite, Node.js API, or Library) provided within the skill instructions, minimizing the risk of arbitrary command execution.
  • [SAFE]: The skill implements security best practices by explicitly instructing the configuration of .gitignore to prevent the accidental exposure of sensitive environment variables (.env) and build artifacts.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 4, 2026, 03:04 PM
Security Audit — agent-trust-hub — javascript-typescript-typescript-scaffold