B
85/100 First Seen
Feb 18, 2026
Last Scanned
Feb 22, 2026
Findings
1
Score
85/100
HIGH 1
Findings (1)
HIGH
Private key block
L21 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.