Skip to main content

aws-eks

Provides comprehensive assistance for managing Kubernetes workloads on AWS using Amazon EKS, including cluster operations and application deployment.

Install this skill

or
74/100

Security score

The aws-eks skill was audited on Feb 9, 2026 and we found 8 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 194

Wget to non-GitHub URL

SourceSKILL.md
194kubectl run -i --tty load-generator --rm --image=busybox:1.28 --restart=Never -- /bin/sh -c "while sleep 0.01; do wget -q -O- http://php-apache; done"
high line 136

Access to AWS credentials directory

SourceSKILL.md
136image: public.ecr.aws/nginx/nginx:latest
low line 182

External URL reference

SourceSKILL.md
182kubectl apply -f https://k8s.io/examples/application/php-apache.yaml
low line 194

External URL reference

SourceSKILL.md
194kubectl run -i --tty load-generator --rm --image=busybox:1.28 --restart=Never -- /bin/sh -c "while sleep 0.01; do wget -q -O- http://php-apache; done"
low line 278

External URL reference

SourceSKILL.md
278helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
low line 494

External URL reference

SourceSKILL.md
494- [EKS Best Practices Guide](https://aws.github.io/aws-eks-best-practices/)
low line 504

External URL reference

SourceSKILL.md
504- [EKS Workshop](https://www.eksworkshop.com/)
low line 505

External URL reference

SourceSKILL.md
505- [Kubernetes Documentation](https://kubernetes.io/docs/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →