testing-mastracode-tui
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill documents standard development procedures for building and testing the
mastracodetool within its own repository context. - [COMMAND_EXECUTION]: Provides commands to build the project (
pnpm build:mastracode), run the CLI (pnpm cli), and execute unit tests (vitest). These are legitimate development actions. - [EXTERNAL_DOWNLOADS]: Includes a step to install the
pnpmpackage manager from the official npm registry, which is a trusted source for development tools. - [SAFE]: References the local configuration file
~/.local/share/mastracode/settings.jsonfor storing an API key. This is a standard practice for local tool configuration and does not involve hardcoded secrets or unauthorized exfiltration.
Audit Metadata