regression-modeler

Pass

Audited by Gen Agent Trust Hub on Jun 13, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill's primary function is to perform mathematical regression analysis using reputable libraries. No security risks were identified in the instruction set or the provided scripts.
  • [COMMAND_EXECUTION]: The skill executes a local Python script regression_analyzer.py. The script uses the standard argparse library to handle command-line arguments and does not employ dangerous functions like eval(), exec(), or os.system() to process user input.
  • [DATA_EXFILTRATION]: File access is restricted to reading the input data file and writing the results to a user-specified output path. There are no network requests or attempts to exfiltrate data to external servers.
  • [EXTERNAL_DOWNLOADS]: The skill requires standard Python packages (pandas, numpy, statsmodels, scipy) from the official PyPI registry, which is expected behavior for a data analysis tool.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 13, 2026, 02:06 AM
Security Audit — agent-trust-hub — regression-modeler