deploy-scaffold-gen
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute commands likenpx tsxandclef. These tools are used to process deployment configurations and validate generated manifests. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (Category 8) due to the handling of external data.
- Ingestion points: Untrusted data enters via the
appName,runtimes, andconceptsarguments in theSKILL.mdprocess. - Boundary markers: Absent. The skill does not provide clear delimiters or instructions to the agent to ignore instructions embedded within the user-provided data.
- Capability inventory: The skill has access to
Bash(for CLI execution) andWrite(for manifest creation) capabilities. - Sanitization: Absent. There is no evidence of input validation, filtering, or escaping before the user data is interpolated into high-privilege tool calls.
Audit Metadata