nfs-storage
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill contains various shell commands for system administration, including package installation (
apt,dnf), service management (systemctl), and filesystem mounting. These are standard for the stated purpose of configuring network storage. - [EXTERNAL_DOWNLOADS]: Fetches the NFS CSI driver for Kubernetes using Helm from the official
kubernetes-csiGitHub repository. This is a well-known and trusted source for infrastructure components. - [SAFE]: Static analysis flags for destructive commands are false positives in this context. The
ddcommand is used for a controlled throughput test to a specific mount point, and the subsequentrmcommand performs cleanup of the generated test file. - [SAFE]: Includes documentation on security-sensitive NFS export options such as
no_root_squash, explicitly advising caution when using them to prevent unauthorized root access.
Audit Metadata