crypto-tools
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- PROMPT_INJECTION (SAFE): The instructions and code comments do not contain any patterns attempting to override agent instructions or bypass safety filters.
- DATA_EXFILTRATION (SAFE): No network-capable libraries (like requests or urllib) are imported. The scripts process data locally and do not transmit information externally.
- COMMAND_EXECUTION (SAFE): All scripts use native Python logic and mathematical operations. No usage of subprocess.run, os.system, or other shell-access functions was found.
- EXTERNAL_DOWNLOADS (SAFE): The skill relies on standard local dependencies and does not perform any runtime downloads of scripts or binaries.
- REMOTE_CODE_EXECUTION (SAFE): There are no patterns involving the execution of remote content or dynamic code evaluation (eval/exec) of untrusted data.
Audit Metadata