skill-boilerplate
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes scripts such as
scripts/install_utils.pyandscripts/setup_envs.pythat utilize thesubprocess.runfunction. These calls are used to perform legitimate environment setup tasks, including creating Python virtual environments and installing system utilities through platform-native package managers likeapt-get,brew, ordnf.\n- [CREDENTIALS_UNSAFE]: The skill facilitates the management of.envfiles throughscripts/ensure_skill_data.py. This implementation follows security best practices by localizing environment-specific configurations and secrets within a dedicated.skills-data/directory in the project root, rather than hardcoding sensitive information or exposing it globally.
Audit Metadata