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