synthetic-positions-put-call-parity
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script
scripts/synthetic_positions_put_call_parity_diagnostics.pyto process financial data. The script uses standard libraries (pandas, numpy, argparse) and does not involve shell injection or dangerous system calls. The execution is scoped to the provided input CSV and output JSON file. - [DATA_EXPOSURE]: The diagnostics script processes local CSV files containing financial parameters. It does not perform network operations, access sensitive system directories, or contain hardcoded credentials. All operations are local and restricted to the input provided by the user.
- [REMOTE_CODE_EXECUTION]: There are no remote downloads, package installations, or piped shell commands detected. The dependencies (numpy, pandas) are standard data science libraries expected in this context.
- [SAFE]: The skill follows a deterministic workflow for financial calculations with clear input schemas and diagnostics. The code is transparent and focused solely on its stated purpose of synthetic position parity checks.
Audit Metadata