agent-data-ml-model
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Bash commands in its lifecycle hooks to verify the local environment. It uses
findto locate datasets and a Python one-liner to check for the presence of standard libraries (sklearn, pandas, numpy). These operations are restricted to environment inspection and do not involve unauthorized privilege escalation or suspicious network activity. - [DATA_EXPOSURE]: The skill defines security boundaries by explicitly forbidding access to sensitive directories such as
.git/**,secrets/**, andcredentials/**. This implementation adheres to the principle of least privilege.
Audit Metadata