analyzing-malicious-url-with-urlscan

Fail

Audited by Snyk on Apr 7, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The prompt explicitly shows embedding an API key in the request header ("Header: API-Key: your-api-key") which requires the agent to insert a secret verbatim into generated API requests/commands, creating an exfiltration risk.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.90). The skill autonomously submits and retrieves scans from the public URLScan.io service and directly reads rendered page data (screenshots, DOM, network logs) via the API—see SKILL.md "Step 1: Submit URL" and scripts/process.py which fetches and parses raw_result['data']['dom'] and related fields—so untrusted third-party web content is ingested and used to make analysis/decisioning.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
HIGH
Analyzed
Apr 7, 2026, 11:59 AM
Issues
2