skill-architect
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill includes four Python helper scripts in the
assets/scripts/directory (inspect_skill.py,validate_skill.py,fix_skill.py, andscaffold_skill.py). These scripts are used for deterministic structural checks and scaffolding of skill folders. They utilize only Python standard library modules (e.g., re, pathlib, argparse, json) and do not perform network operations or execute dynamic code. - [EXTERNAL_DOWNLOADS]: The documentation references external resources from trusted organizations such as Anthropic, OpenAI, Microsoft, and Vercel, as well as community resources on skills.sh. These links are provided for informational comparative study and to establish architectural benchmarks.
- [COMMAND_EXECUTION]: The operating instructions describe the use of local development commands (e.g.,
npm test,node bin/hash-check.mjs,python3 assets/scripts/validate_skill.py). These are standard project-level maintenance operations intended for execution within a local development environment.
Audit Metadata