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 standardargparselibrary to handle command-line arguments and does not employ dangerous functions likeeval(),exec(), oros.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