skills/mukul975/anthropic-cybersecurity-skills/implementing-rsa-key-pair-management/Gen Agent Trust Hub
implementing-rsa-key-pair-management
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Comprehensive analysis of all skill files, including scripts and documentation, reveals no evidence of malicious patterns, data exfiltration, or unauthorized command execution. The skill's behavior is consistent with its stated purpose of cryptographic key management.
- [COMMAND_EXECUTION]: The Python scripts
scripts/agent.pyandscripts/process.pyimplement command-line interfaces for local key operations. These scripts use theosandpathlibmodules to manage file system access and correctly apply restrictive permissions (mode 0600) to private keys. No subprocess calls or shell injections were identified. - [DATA_EXFILTRATION]: No network operations or external communication patterns were detected. The skill operates exclusively on user-specified local directories and files.
- [EXTERNAL_DOWNLOADS]: The skill lists the 'cryptography' library as its only dependency, which is a standard and well-vetted package in the Python ecosystem. The external links in the documentation point to official NIST and RFC standards.
Audit Metadata