NYC

pymc-bayesian-modeling

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [DATA_EXPOSURE] (SAFE): The script writes output files such as PNG plots, a NetCDF file, and a CSV summary to the local directory. This behavior is documented and appropriate for the script's primary purpose. No sensitive file access (e.g., SSH keys, credentials) or network exfiltration was detected.
  • [COMMAND_EXECUTION] (SAFE): There are no instances of shell command execution, subprocess spawning, or dynamic code evaluation (eval/exec).
  • [REMOTE_CODE_EXECUTION] (SAFE): The script does not download or execute remote scripts or modules. All imports are from standard data science libraries.
  • [CREDENTIALS_UNSAFE] (SAFE): No hardcoded API keys, tokens, or other sensitive credentials were found in the code.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 05:58 PM