skillify
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The validation script
scripts/skillify_check.pyexecutes system commands to perform static analysis and testing. It usesbash -nandnode --checkto verify the syntax of scripts within the target skill directory and invokespytestas a subprocess to execute unit tests. - [EXTERNAL_DOWNLOADS]: The skill uses the
npx skillsutility to verify skill registry entries. The commandnpx -y skills add <target> --listis executed viasubprocess.runto simulate a registry installation and verify that a skill's metadata is correctly parsed, which involves network communication with the specified repository.
Audit Metadata