deploy
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill contains a vulnerability surface for indirect prompt injection because it ingests and processes data from untrusted local project files to determine its execution flow.
- Ingestion points: The
references/workflow.mdfile defines steps to readpackage.json,next.config.js,nest-cli.json, andvite.config.jsto discover project configuration. - Boundary markers: Absent. The skill does not employ delimiters or explicit instructions to ignore potential commands embedded within these configuration files.
- Capability inventory: The skill instructions involve executing significant shell commands via
npm,docker,aws,vercel,serverless, and the GitHub CLI (gh). - Sanitization: Absent. There is no evidence of content validation or escaping of the data retrieved from project files before it is processed by the agent.
- [COMMAND_EXECUTION]: The skill defines numerous shell command sequences for building, testing, and deploying code using standard developer tooling, as seen in
SKILL.mdandreferences/workflow.md. - [EXTERNAL_DOWNLOADS]: The skill instructions involve running packages from external registries via
npxandbunx, specifically targeting tools like Biome and Turbo.
Audit Metadata