lpm-config
Fail
Audited by Snyk on May 1, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.75). Moderately suspicious: lpm.cx and skills.sh are small/unfamiliar domains and the installer is a raw GitHub .sh intended to be piped to a shell (curl|bash) from a single-user repo (gug007), which is an untrusted executable distribution pattern and a high-risk indicator unless you audit the script and verify the project/maintainer.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill includes an installation command that runs remote code at runtime—curl -fsSL https://raw.githubusercontent.com/gug007/lpm/main/install.sh | bash—which would fetch and execute a remote installer and lpm is a required dependency for the skill.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata