k3s
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes the official K3s installation command, which pipes a remote script from
https://get.k3s.ioto the shell. This is the standard, documented installation method provided by Rancher/SUSE for this well-known service. - [EXTERNAL_DOWNLOADS]: The documentation provides instructions for fetching K3s binaries and image archives from the official
k3s-ioorganization on GitHub. - [COMMAND_EXECUTION]: Provides standard system administration commands for managing services via
systemctl, file management withcpandchmod, and cluster operations usingkubectl. These operations are consistent with the skill's purpose of managing a Kubernetes distribution. - [CREDENTIALS_UNSAFE]: Example commands and configurations utilize placeholder values for join tokens and database connection strings (e.g.,
K3S_TOKEN=SECRET,user:pass). These are clearly identified as instructional placeholders and do not contain sensitive hardcoded data.
Audit Metadata