pykx
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/validate_skill.pyusessubprocess.runto execute hardcoded Python snippets for structural validation and library smoke tests. This is a standard practice for development-oriented skills to ensure the local environment is correctly configured. - [SAFE]: The skill documentation demonstrates high security awareness by providing clear warnings against anti-patterns such as hardcoding license keys or secrets, using string interpolation in queries (which prevents injection attacks), and deserializing untrusted data.
Audit Metadata