skill-authoring
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The repository contains a maintenance script (
scripts/update-sources.sh) used to fetch and update source material from external repositories. The targets include official resources from Anthropic and PyTorch, as well as well-known community repositories focused on agent skills. - [COMMAND_EXECUTION]: The skill provides several Python and shell scripts (
scripts/init.py,scripts/validate.sh,sources/anthropic/scripts/init_skill.py) designed to automate the scaffolding and validation of new skills. These scripts perform standard filesystem operations and execute validation logic. - [SAFE]: Extensive analysis across all files revealed no malicious patterns, prompt injection attempts, or data exfiltration logic. The skill promotes security best practices, such as restricted tool access (
allowed-tools) and secure credential management via environment variables.
Audit Metadata