scaffold-project
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFEDATA_EXFILTRATIONREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell scripts in
SKILL.mdto manage telemetry and workspace setup, executing commands likecat,grep,sed,mkdir, andcurlto interact with the local environment.- [DATA_EXFILTRATION]: A telemetry system transmits usage metrics and platform information to an external endpoint (Convex) viacurl. This behavior reads from~/.superstack/config.jsonand is gated by a user consent prompt.- [REMOTE_CODE_EXECUTION]: The skill performs remote code operations, including cloning GitHub repositories and installing packages vianpx skills addandnpx create-solana-dapp. It references various repositories and templates from the Solana ecosystem.- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface with the following characteristics: - Ingestion points: Project requirements are read from
.superstack/idea-context.mdinSKILL.md. - Boundary markers: Absent; the skill does not use delimiters or instructions to ignore embedded commands when reading context data.
- Capability inventory: The skill possesses the ability to execute shell commands, clone repositories, and install remote packages (
SKILL.md). - Sanitization: Absent; the content from the context file is processed to inform project structure and dependency selection without explicit validation.
Audit Metadata