garmin-connect
Fail
Audited by Snyk on Mar 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). This is a direct raw GitHub URL to an install.sh that the skill instructs users to pipe into sh; executing unreviewed shell scripts from a third‑party repo is a high-risk behavior because it can run arbitrary commands unless the repository and script are verified and audited.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The repository includes explicit install commands that fetch-and-execute remote scripts (e.g. curl -fsSL https://raw.githubusercontent.com/eddmann/garmin-connect-cli/main/install.sh | sh and curl -fsSL https://raw.githubusercontent.com/eddmann/garmin-connect-cli/main/install-skill.sh | sh), and the install-skill.sh itself downloads SKILL.md from raw.githubusercontent.com which directly controls agent behavior when installed—so these URLs enable runtime fetching/execution of remote code and installation of agent-controlling content.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata