@349/starchild-design-pack
Pass
Audited by Gen Agent Trust Hub on Jun 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Retrieves design standards from a public repository on GitHub (vercel-labs) and brand configuration assets from the author's official community registry (iamstarchild.com).
- [COMMAND_EXECUTION]: The design system persistence logic in
scripts/design_system.pyconstructs file paths using unvalidated user input. - Evidence: The script uses the
project_nameparameter directly to create directories and files (design-system/<project_slug>/MASTER.md) usingmkdir(parents=True)andopen(). - Risk: This lack of sanitization allows for potential path traversal, where files could be written outside the intended directory if malicious input is provided. The risk is mitigated by an enforced
.mdextension. - [INDIRECT_PROMPT_INJECTION]: The skill exposes an attack surface by ingesting external data from the web (brand assets and UX rules) which is then processed to provide instructions for the agent.
- Ingestion points:
SKILL.md(Brand Registry) andreferences/web-interface-guidelines-source.md(GitHub guidelines). - Boundary markers: Not explicitly implemented in the retrieval logic.
- Capability inventory: The skill has file system write capabilities and network read capabilities.
- Sanitization: Data is processed as configuration or text without specific filtering.
Audit Metadata