twinmind-local-dev-loop
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses established package managers and well-known libraries (axios, zod, dotenv) from official registries.
- [SAFE]: Sensitive credentials like API keys are handled via .env files with explicit instructions to include them in .gitignore, preventing accidental exposure.
- [SAFE]: External network communication is restricted to the official TwinMind API endpoints, which is consistent with the skill's stated purpose.
- [SAFE]: Data ingestion from the API is handled using type-safe schemas (Zod) for validation, and the example scripts do not perform high-risk operations based on the retrieved content.
Audit Metadata