Phishing Kit Detector

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

The skill is a legitimate security utility designed to analyze URLs or local HTML files for phishing indicators, such as brand impersonation and credential harvesting patterns. The code in `phishing_detector.py` uses standard libraries (`urllib`, `re`, `socket`) to perform its stated functions without any evidence of data exfiltration, unauthorized execution, or malicious persistence. While `edgeiq_licensing.py` contains a hardcoded developer email (`gpalmieri21@gmail.com`) to bypass licensing checks, this is a common software licensing practice and does not pose a security risk to the user's system.