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 21, 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 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 \
low line 309

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
311- [Authorization Policy](https://linkerd.io/2.14/features/server-policy/)
Scanned on Feb 21, 2026
View Security Dashboard