modeio-safety
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/safety.pyinitiates network requests tohttps://safety-cf.modeio.ai/api/cf/safety. This communication is used to fetch safety analysis results from the vendor's infrastructure, which is the primary and documented purpose of the skill. - [DATA_EXFILTRATION]: Input instructions and optional context are transmitted to the Modeio safety API for evaluation. This involves sending user-provided strings to a remote server owned by the vendor, which is required for the instruction audit functionality.
- [COMMAND_EXECUTION]: The skill documentation provides examples of command-line usage via Python. The script uses
argparseto handle inputs safely and does not perform any dangerous shell command construction or execution internally.
Audit Metadata