0xkey-keyops-share
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the
qos_clientbinary from the vendor's GitHub repository (0xkey-io/qos). This download is verified using SHA256 checksums. This is a standard and safe operation for this tool's functionality. - [COMMAND_EXECUTION]: The skill uses
subprocessto execute theqos_clientbinary andkubectl. These calls use argument lists rather than shell strings, preventing command injection. - [DATA_EXFILTRATION]: While the skill handles sensitive key material, it implements several safeguards:
enclave_keyops.pyincludes a redaction mechanism for audit logs, and the skill instructions explicitly forbid reading or displaying secret contents. Network operations are limited to health checks on localhost and fetching the client from GitHub. - [SAFE]: The skill demonstrates high security awareness by implementing
safe_extract_tarto prevent path traversal attacks when handling bundles and by enforcing a 'roster-first' rule to prevent alias collisions and unauthorized key use.
Audit Metadata