ssh

skills-sh:dicklesworthstone_agent_flywheel_clawdbot_skills_and_integrations__ssh

View source
A
100/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

100/100

LOW 1

Findings (1)

LOW
SSH private key in command
L24

Detects SSH or SCP commands referencing private key files

ssh -i ~/.ssh/my_key
FIX

Remove the SSH private key path from command-line arguments. Use SSH agent forwarding or an SSH config file (~/.ssh/config) with restricted key file permissions (chmod 600).

FP?

Likely FP if the command references a well-known default key path (e.g., ~/.ssh/id_rsa) in documentation about SSH configuration, without exposing key contents.