ss-setup
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches design specifications from the
VoltAgent/awesome-design-mdrepository on GitHub. This is used to extract color palettes for the theme configuration. As this targets a well-known service (GitHub) and is used for its primary purpose of retrieving design metadata, it is considered a legitimate operation. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it ingests untrusted markdown data from an external repository (
DESIGN.md) that is subsequently processed by the agent. - Ingestion points: Remote
DESIGN.mdfiles fetched viaWebFetchin Step 3. - Boundary markers: Absent; the agent is instructed to read and extract data without explicit delimiters or safety instructions regarding embedded content.
- Capability inventory: The skill has access to
Write,Edit, andBashtools as defined in the frontmatter. - Sanitization: No specific sanitization or validation of the remote content is mentioned beyond extracting color-related data.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool and suggests standard development lifecycle commands such asnpm run dev. These are contextually appropriate for a project setup wizard.
Audit Metadata