mfs-ingest
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
mfs-clitool usingcargoand to clone the official MFS server repository from GitHub (github.com/zilliztech/mfs). These resources are provided by the official vendor 'zilliztech' and are necessary for the skill's functionality. - [COMMAND_EXECUTION]: Executes a suite of administrative and diagnostic commands, including the
mfsCLI,git,uv,openssl, andcurl. These are used appropriately to configure data connectors, generate encryption keys for Snowflake, and verify connectivity to external APIs. - [CREDENTIALS_UNSAFE]: The skill manages sensitive authentication tokens and connection strings for 19 different services. It mitigates risk by enforcing the use of environment variable indirection (
env:VAR) or secure file references (file:/path) to ensure secrets are not stored in plaintext configuration files.
Audit Metadata