rangebar-eval-metrics
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires standard Python packages (numpy, pandas, scipy) from official registries. These are well-known and trusted libraries in the data science ecosystem.
- [COMMAND_EXECUTION]: The skill includes local Python scripts (
compute_metrics.py) for processing data. These scripts perform mathematical and statistical operations and do not execute arbitrary commands or spawn dangerous subshells. - [DATA_EXFILTRATION]: No network operations were found in the code. The scripts process local data files and output results to the console or local files. There is no access to sensitive system paths or credentials.
- [PROMPT_INJECTION]: The documentation and code do not contain any instructions intended to bypass AI safety guardrails or override system prompts.
- [DYNAMIC_EXECUTION]: The skill does not use
eval(),exec(), or unsafe deserialization methods likepickle. Data is handled using standard NumPy and JSON parsers.
Audit Metadata