hasdata-cli
Fail
Audited by Snyk on Jun 28, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The list includes a direct raw GitHub shell installer (https://raw.githubusercontent.com/HasData/hasdata-cli/main/install.sh), which is a direct executable script and a common malware distribution vector unless you verify the repo and inspect the script; the other URLs are mainstream sites or example/test domains and are not direct executable download links.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). High: the
web-scrapingsubcommand ingests arbitrary outsider-authored page content (via--urland--output-format markdown/text/html/json), which becomes readable LLM context through fields like.markdown/.text/.htmlthat the agent would pass into its prompts.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's prerequisites explicitly instruct downloading and running a remote installer script at https://raw.githubusercontent.com/HasData/hasdata-cli/main/install.sh (download then sh install.sh), which fetches and executes remote code and is a required dependency for the CLI.
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