networking
Pass
Audited by Gen Agent Trust Hub on Sep 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing official packages and scripts from well-known services.
- Evidence includes instructions for installing Tailscale via its official installation script (tailscale.com) and utilizing cloudflared for tunnels.
- [REMOTE_CODE_EXECUTION]: A script snippet for installing Tailscale uses a piped execution pattern.
- File
references/vpn.mdincludescurl -fsSL https://tailscale.com/install.sh | sh. This is a standard installation method for this well-known service. - [COMMAND_EXECUTION]: The skill documentation includes numerous Linux CLI commands for networking tasks.
- Commands for
ip,nft,ss,tcpdump,mtr, andsystemctlare listed throughout the reference files for legitimate diagnostic and configuration purposes. - [CREDENTIALS_UNSAFE]: The skill explicitly advises against hardcoding sensitive information.
- Instructions in
SKILL.mdandreferences/ha.md(e.g.,__VRRP_AUTH_PASS__) guide users to use environment variables, protected files with restricted permissions (0600), or placeholders instead of embedding secrets in scripts.
Audit Metadata