linkerd-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes a command to fetch the Linkerd CLI installation script from the official domain (run.linkerd.io) using
curl. This is a standard and documented method for installing the Linkerd toolset and uses secure transport protocols. - [REMOTE_CODE_EXECUTION]: The installation command pipes a remote script to a shell (
curl ... | sh). While this pattern executes remote code, the source is the official repository for the well-known Linkerd service mesh, which is expected behavior for a deployment skill.
Audit Metadata