URL Checker

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill's code and instructions are consistent with a simple URL status checker: it only issues HTTP requests to the URLs you provide, requires no credentials or installs, and does not appear to exfiltrate data.

This skill appears to do exactly what it says: it issues HTTP HEAD requests to any URLs you provide and reports status/redirects. Before installing, consider: (1) HEAD vs GET — some servers respond differently to HEAD (you may get false negatives); (2) it will perform outbound network requests to any host you paste, so avoid pasting private or signed links you don't want probed; (3) it requires Python and the requests library in the runtime environment; (4) if you plan to run it at scale, be aware of rate limits or legal/ethical considerations when probing many domains. If you want extra assurance, inspect the provided script locally (it's short and readable) or test with non-sensitive URLs first.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

No VirusTotal findings

View on VirusTotal

Risk analysis

No visible risk-analysis findings were reported for this release.