crypto-analysis
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS] (MEDIUM): The skill contains instructions to install unverified packages from public registries without version pinning, specifically
npm i -g padding-oracle-attacker,pip install ciphey, andpip install xortool. These are not from trusted sources and lack integrity verification. - [DATA_EXFILTRATION] (LOW): The
factordbfunction inreference/rsa-attacks.mdmakes GET requests tohttp://factordb.com/api. This transmits potentially sensitive cryptographic moduli to a non-whitelisted external service. - [COMMAND_EXECUTION] (LOW): The skill assumes the presence of and uses the
Bashtool to execute several local binaries likeyafu,sage, andRsaCtfTool.pyfor its primary cryptographic tasks. - [PROMPT_INJECTION] (LOW): The skill is susceptible to Indirect Prompt Injection (Category 8). Evidence:
- Ingestion point: Untrusted ciphertext is passed to tools like
cipheyinSKILL.md. - Boundary markers: None present to distinguish tool output from instructions.
- Capability inventory: High-risk tools
Bash,Read, andWriteare enabled. - Sanitization: No sanitization or escaping of processed cryptographic output is performed.
Audit Metadata