quick-game
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONREMOTE_CODE_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands including
npm install,npm run dev, andnpm run buildwithin the newly created project directory. - [EXTERNAL_DOWNLOADS]: The skill fetches external content from Twitter/X via the
fetch-tweetskill when a URL is provided as an argument. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection where data from external tweets is used to influence game logic and code generation. * Ingestion points: Tweet content fetched from external URLs via
fetch-tweetinSKILL.md. * Boundary markers: No delimiters or safety instructions are used to isolate the tweet content from the generation prompt. * Capability inventory: The skill can execute shell commands, perform file system operations, and launch subagents via theTaskskill. * Sanitization: No evidence of filtering or validation of the fetched tweet content before it is passed to the game concept abstraction step. - [REMOTE_CODE_EXECUTION]: Running
npm installandnpm run buildon a scaffolded project involves executing external code dependencies from the NPM registry. - [CREDENTIALS_UNSAFE]: The skill requests a
MESHY_API_KEYfrom the user and stores it for subsequent 3D asset generation tasks.
Audit Metadata