option-pricing
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: No evidence of prompt injection or behavior-override instructions was found. The markdown files are strictly technical and educational in nature.
- [DATA_EXFILTRATION]: No data exfiltration risks detected. The skill does not use any network libraries (like requests or urllib) and does not access sensitive user files or credentials.
- [REMOTE_CODE_EXECUTION]: No remote code execution vectors found. The skill relies on standard Python libraries and NumPy. There is no use of eval(), exec(), or subprocess calls on untrusted input.
- [COMMAND_EXECUTION]: The CLI tool uses the standard argparse library for parameter handling. User-provided numerical values are processed through mathematical functions without being passed to a shell.
- [EXTERNAL_DOWNLOADS]: The skill does not attempt to download external scripts, binaries, or data from remote servers during execution.
- [SAFE]: The code implements well-known quantitative finance algorithms (CRR, LSM, Heston, Bates) using standard numerical computing practices.
Audit Metadata