skill-checker
Pass
Audited by Gen Agent Trust Hub on May 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/check-skill.shscript downloads several auditing tools from external sources during its execution. - Fetches the
skills-reftool from theagentskills/agentskillsGitHub repository viauvx. - Installs the
wazatool from Microsoft's official GitHub organization and theskill-validatorfrom theagent-ecosystemrepository usinggo install. - Executes the
skill-checkpackage directly from the public npm registry usingnpx. - [COMMAND_EXECUTION]: The skill performs shell commands to manage its auditing environment and process report data.
- Creates and manages artifact directories in the system
/tmp/skill-checker/location. - Performs a targeted cleanup of legacy validator output files (matching
.skill-check.*.txt) within the skill directory being audited. - Uses
perlfor non-destructive, in-place processing of log files to remove terminal formatting codes.
Audit Metadata