Zero-install localhost tunnels over SSH via Pinggy.
60
71%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./optional-skills/devops/pinggy-tunnel/SKILL.mdSecurity
2 findings: 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill includes examples and recipes that embed tokens/passwords directly into SSH usernames/commands and explicitly echo or print generated tokens/passwords (e.g., "b:admin:secret", "k:mysecrettoken", echo "Token: $TOKEN"), which requires the agent to handle and output secret values verbatim.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
The skill explicitly instructs the agent to bypass SSH host-key verification (e.g., -o StrictHostKeyChecking=no and UserKnownHostsFile=/dev/null) and to start persistent background processes and write files under /tmp, which both change machine state and weaken security checks.
2635035
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.