scan-url

scan-url is a skill for Claude Code, Codex from kiruxich/legitAgent. It costs 42 tokens per session (307 once invoked), scanned A, original, MIT.

A live-website checker that opens a URL in Chromium and examines the page structure and cookies for items such as consent, privacy-policy details, advertising identifiers, storefront information, and foreign trackers.

In plain words
What is it for?
Use it to inspect a website URL and display the returned findings, with optional screenshot evidence.
Why use it?
It helps reveal possible compliance or tracking signals on the live page instead of checking only local project files. Its findings are heuristic and not a legal conclusion.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect a website URL and display the returned findings, with optional screenshot evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kiruxich/legitagent/scan-url
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kiruxich/legitAgent --skill scan-url
Clone the repo
git clone --depth 1 https://github.com/kiruxich/legitAgent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for scan-url

README.md
[![agentmods](https://agentmods.dev/badge/skills/kiruxich/legitagent/scan-url.svg)](https://agentmods.dev/skills/kiruxich/legitagent/scan-url)
Your own site
<a href="https://agentmods.dev/skills/kiruxich/legitagent/scan-url"><img src="https://agentmods.dev/badge/skills/kiruxich/legitagent/scan-url.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 307 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00307
Opus 5 $0.00021 $0.00153
Sonnet 5 $0.00008 $0.00061
Haiku 4.5 $0.00004 $0.00031

Measured 8d ago against content hash e58e41f04579, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

scan-url scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/scan-url/SKILL.md · 18 lines

What it actually says

Scan URL

  1. Вызови MCP-инструмент scan_url сервера legitagent.
    • URL — из текста после /scan-url. Если URL нет, спроси и не вызывай инструмент без него.
    • Опционально evidenceDir для скриншотов (page.png, banner.png). Полную evidence pack (JSON, SARIF, PDF) создаёт CLI scan-url --evidence, не MCP.
  2. Покажи findings из ответа scan_url. Не вызывай MCP review — он пересканирует проект с диска, а не live-страницу.
  3. Находки по RKN, локализации, витрине и неполной политике (PDN.ORG.RKN_NOTICE, PDN.LOCALIZATION.UNCLEAR, CONSUMER.*, PDN.POLICY.INCOMPLETE) не трактуй как доказанное нарушение — покажи как ask_human для решения человека.
  4. Остальные findings показывай как эвристические сигналы; не выдумывай дополнительных нарушений.
  5. Дисклеймер: эвристика, не юридическое заключение.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 18 lines · 42 tokens per session scan A e58e41f04579

Subscribe to this mod's changes

scan-url is a skill published in the GitHub repository kiruxich/legitAgent (1 stars, last pushed 10d ago), licensed MIT. It adds 42 tokens to every session and 307 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

app-store-preflight-compliance

Pre-submission compliance scanner workflow for Apple App Store apps. Use when reviewing iOS, macOS, tvOS, watchOS, or visionOS projects (Swift, Objective-C, React Native, Expo) for App Store rejection risks, submission readiness, privacy compliance, or guideline violations.

RevylAI/greenlight · 65 tokens

Agent Browser Automation

Fast Rust-based headless browser automation CLI with Node.js fallback for AI agents, featuring navigation, clicking, typing, snapshots, and structured commands optimized for agent workflows.

PramodDutta/qaskills · 37 tokens

compliance

Use when scoping which regulatory frameworks bind a business — SOC 2, ISO 27001, HIPAA, PCI DSS, EU AI Act, DORA, NIS2 — building a control register with owners and evidence, or standing up the cadence that keeps it audit-ready. NOT drafting privacy-policy/ROPA/DPA or ToS text (that is gdpr-privacy, terms-conditions)…

ericrisco/rsc-harness · 96 tokens

Browser-Use Automation

CLI tool for persistent browser automation with multi-session support, featuring Chromium/Real/Remote browser modes, cookie management, JavaScript execution, and long-running automation workflows.

PramodDutta/qaskills · 38 tokens

license-comply

Use when auditing open-source dependency licenses in Python projects, generating compliance reports, or checking license risk in your codebase.

LegalQuants/lq-skills · 28 tokens

complyedge-eu-ai-act-runtime-deny

Runtime deny for EU AI Act Article 5 and Article 50 on this prompt or output via ComplyEdge TrustLint MCP. Use when the user wants agent I/O compliance enforcement, not system classification, FRIA forms, or C2PA watermarking.

ComplyEdge/complyedge · 63 tokens