init-project
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill automates the installation of external agent skills using
pnpm dlx skills@latest. These downloads target identified user repositories (k5-mot/skills,mattpocock/skills) and utilize the standardpnpmecosystem for package acquisition. This is a common pattern for environment setup skills and is considered safe when targeting known community providers. - [COMMAND_EXECUTION]: The skill uses
uv runandpnpm execto initialize project tools (graphifyandopenspec). These are legitimate development tools for repository architecture and specification management. While they involve local command execution, the operations are restricted to project initialization and configuration management within the current directory. - [SAFE]: No signs of prompt injection, obfuscation, or suspicious persistence mechanisms were detected. The use of
--forcein the OpenSpec initialization is explicitly documented with a warning about potential configuration overwrites, following best practices for user transparency.
Audit Metadata