create-aptos-project
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute several shell commands, including
npx,aptos init, andnpm run, to manage the project lifecycle. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto download and execute thecreate-aptos-dapppackage from the npm registry. - [PROMPT_INJECTION]: The skill is potentially vulnerable to indirect prompt injection if user-provided strings (like the project name) are not sanitized before being used in shell commands. The skill mitigates this by instructing the agent to use a specific format (kebab-case).
Audit Metadata