repomix-safe-mixer

skills-sh:daymade_claude-code-skills__repomix-safe-mixer

View source
B
75/100

First Seen

Feb 18, 2026

Last Scanned

Feb 18, 2026

Findings

1

Score

75/100

CRITICAL 1

Findings (1)

CRITICAL
Private key block
L138

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.