30-thiet-ke-master
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell logic in its runtime workflow to detect the presence of environment variables such as
OPENAI_API_KEYandOPENAI_ORG_ID, as well as checking if a local binary defined by$OD_BINis executable. This logic is used strictly for tier detection (Free, Pro, or Enterprise) to adjust its features accordingly. - [EXTERNAL_DOWNLOADS]: When configured for professional tiers, the skill makes outbound requests to
api.openai.comto generate images. This is a well-known, trusted service and is used for the skill's primary intended purpose. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface because it reads project documentation to inform its design choices.
- Ingestion points: It reads local project files including
brand-guideline.md,prd.md, andpackage.jsonto extract brand identity details like colors and typography. - Boundary markers: It currently lacks explicit delimiters or specific instructions to ignore malicious commands that might be embedded within these documentation files.
- Capability inventory: The skill's capabilities include reading project metadata, performing environment checks, and transmitting data to the OpenAI API.
- Sanitization: There is no evidence of sanitization or filtering applied to the content extracted from project files before it is used to build prompts.
Audit Metadata