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
75/100

Security score

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

Categories Tested

Security Issues

high line 70

Piping content to sh shell

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

Curl to non-GitHub URL

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

External URL reference

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

External URL reference

SourceSKILL.md
257--api-server-address https://west.example.com:6443 \
low line 319

External URL reference

SourceSKILL.md
319- [Linkerd Documentation](https://linkerd.io/2.14/overview/)
low line 320

External URL reference

SourceSKILL.md
320- [Service Profiles](https://linkerd.io/2.14/features/service-profiles/)
low line 321

External URL reference

SourceSKILL.md
321- [Authorization Policy](https://linkerd.io/2.14/features/server-policy/)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →