k3s
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download and execute the official k3s installation script from
https://get.k3s.io. This is the standard deployment method for k3s, which is an established CNCF project. - [COMMAND_EXECUTION]: The skill includes various system-level commands necessary for cluster administration, such as
apt installfor dependencies,systemctlfor managing the k3s service, andkubectlfor interacting with the Kubernetes API. - [CREDENTIALS_UNSAFE]: The skill discusses sensitive files such as
k3s.yamland/var/lib/rancher/k3s/server/token. It includes clear security warnings about these files, such as excluding them from version control and restricting network access to port 6443. Sample tokens provided in the documentation are truncated and used as examples.
Audit Metadata