skills/gitbyeos/open-part-skills/clak/Gen Agent Trust Hub

clak

Pass

Audited by Gen Agent Trust Hub on Aug 7, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The scripts references/dev_tools/scripts/pack_upload.py and references/dev_tools/scripts/verify_release.py utilize subprocess.run to execute Python code for demonstrating build and validation tasks. These calls are implemented securely:
  • They use sys.executable to run local Python logic rather than shell commands.
  • Commands are passed as argument lists rather than strings, preventing shell injection.
  • User-provided inputs, such as the version string, are strictly validated against a restrictive regex ([0-9A-Za-z][0-9A-Za-z._-]{0,63}) before being passed as process arguments.
  • [EXTERNAL_DOWNLOADS]: The skill documentation recommends installing esclak and pytest via pip. esclak is the primary library documented by this skill and is hosted in the author's own repository. These are legitimate development dependencies for the skill's stated purpose.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 7, 2026, 03:12 PM
Security Audit — agent-trust-hub — clak