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.py and scripts/setup_envs.py that utilize the subprocess.run function. These calls are used to perform legitimate environment setup tasks, including creating Python virtual environments and installing system utilities through platform-native package managers like apt-get, brew, or dnf.\n- [CREDENTIALS_UNSAFE]: The skill facilitates the management of .env files through scripts/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
Risk Level
SAFE
Analyzed
Jun 20, 2026, 03:15 AM
Security Audit — agent-trust-hub — skill-boilerplate