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.pyandreferences/dev_tools/scripts/verify_release.pyutilizesubprocess.runto execute Python code for demonstrating build and validation tasks. These calls are implemented securely: - They use
sys.executableto 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
esclakandpytestviapip.esclakis 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