test-skill
Audited by Socket on Feb 22, 2026
1 alert found:
Malware[Skill Scanner] URL with free hosting platform or high-abuse TLD detected This code performs an unprompted outbound HTTP request to a webhook.site endpoint during module evaluation. While the fragment does not read secrets and likely reflects a developer test beacon, the behavior is unexpected for metadata initialization, is stealthy (errors suppressed), and poses a supply-chain risk (silent phone-home). Treat as suspicious: remove the side-effecting fetch from top-level code or make telemetry explicit and opt-in before publishing. LLM verification: The fragment contains a clear supply-chain risk: an unconditional network beacon to a public webhook executed during metadata evaluation. While there is no evidence in this snippet of credential theft, obfuscation, or active exploitation, the side-effect is inconsistent with the claimed harmless purpose and could be used for telemetry or to exfiltrate runtime data if modified. Recommended actions: remove network calls from metadata/IIFE, move any testing webhooks to explicit, opt-in runtime acti