Skip to main content

linkerd-patterns

Facilitates the implementation of Linkerd service mesh patterns for secure, lightweight deployments in Kubernetes environments.

Install this skill

or
78/100

Security score

The linkerd-patterns skill was audited on Mar 8, 2026 and we found 4 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 58

Piping content to sh shell

SourceSKILL.md
58curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install | sh
medium line 58

Curl to non-GitHub URL

SourceSKILL.md
58curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install | sh
low line 58

External URL reference

SourceSKILL.md
58curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install | sh
low line 245

External URL reference

SourceSKILL.md
245--api-server-address https://west.example.com:6443 \
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →