k8s-manifest-generator

skills-sh:wshobson_agents__k8s-manifest-generator

View source
B
85/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

85/100

HIGH 1

Findings (1)

HIGH
Private key block
L222

Detects PEM-encoded private keys

-----BEGIN PRIVATE KEY-----
FIX

Remove the private key block from the skill definition. Store private keys in a secrets manager or encrypted volume and reference them via environment variables.

FP?

Likely FP if the match is a documentation example showing the format of a PEM block without a real key body.