design
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes internal utility scripts (
scripts/check.py) that usesubprocess.runto execute validation tools. These tools (validate_skill.py,package.py, etc.) are part of the skill's own codebase or the associated development environment, intended for quality assurance and packaging. - [DATA_EXPOSURE]: The skill incorporates extensive guidance on maintaining data privacy. For instance,
references/vite-config.mdexplicitly warns against using environment variable prefixes (likeVITE_) for secrets, andreferences/badge-systems.mdadvises against adding badges for private repositories or secret-bearing endpoints. - [INDIRECT_PROMPT_INJECTION]: The skill scans local frontend files and processes web content via browser tools. While this presents a potential surface for indirect injection (e.g., malicious instructions in HTML comments), the skill is designed to treat scanner results as 'evidence' rather than authoritative commands, and it uses read-only operations for discovery.
- [SAFE]: No obfuscation, data exfiltration, or malicious remote code execution patterns were detected. The skill uses standard, well-known development tools like
uvand interfaces with established services likeshields.ioandshadcn.
Audit Metadata