amazon-rufus-ai
Fail
Audited by Snyk on Jul 15, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The raw GitHub URL is used to download and immediately execute a shell setup script from a third‑party repository (FinpeakInc), which is a high‑risk pattern for delivering malware if the repo/maintainer is not trusted; the Amazon and localhost URLs are not download sources.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). This skill deliberately downloads and execs a remote setup script and then runs a local tool that sends full Amazon URLs (and relies on the user's Chrome session), creating clear supply‑chain and remote code‑execution vectors that could be abused to exfiltrate credentials or data.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Outsider-authored free text is ingested into the LLM context via the user-supplied
--urland--question, which are concatenated intoPROMPT="${URL} ${QUESTION}"and sent tofrevana_askas thepromptfield (the URL content is fetched by Rufus/Chrome session at runtime, and the question is free-form text from outside the operating user’s chosen prompt).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The bundled setup wrapper (scripts/setup.sh) downloads and execs remote code at https://raw.githubusercontent.com/FinpeakInc/frevana-cli-releases/refs/heads/main/skills/frevana/scripts/setup.sh during runtime, so external content is fetched and executed.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill explicitly instructs the agent to download and execute an external setup script (scripts/setup.sh which itself fetches and runs a remote installer), which can modify the host (install a daemon, change services, require elevated privileges) and thus pushes the agent toward changing machine state.
Issues (5)
E005
CRITICALSuspicious download URL detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata