midnight-environment-setup
Fail
Audited by Snyk on Jul 11, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). One URL is a direct GitHub release shell installer (curl | sh) from an unverified/unknown repository, which is a high-risk distribution pattern; the other links are local endpoints or an official vendor page and are low risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The required workflow executes a runtime
curl ... https://github.com/.../compact-installer.sh | sh(Step 2), which fetches and ingests outsider-authored free text (a shell script from a public web URL) into the agent’s execution context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill executes a runtime curl | sh command that fetches and runs remote code from https://github.com/midnightntwrk/compact/releases/latest/download/compact-installer.sh, making it a required external dependency that directly executes remote code.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata