kubernetes-python
Enables programmatic management of Kubernetes clusters using Python, facilitating automation and integration with Kubernetes APIs.
Install this skill
or
97/100
Security score
The kubernetes-python skill was audited on Feb 12, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 275
Base64 decode operation
SourceSKILL.md
| 275 | "username": base64.b64encode(b"admin").decode('utf-8'), |
low line 276
Base64 decode operation
SourceSKILL.md
| 276 | "password": base64.b64encode(b"secretpass").decode('utf-8') |
low line 420
External URL reference
SourceSKILL.md
| 420 | - Documentation: https://kubernetes.readthedocs.io/ |
Scanned on Feb 12, 2026
View Security Dashboard