security-review
Warn
Audited by Socket on Feb 21, 2026
1 alert found:
SecuritySecuritySKILL.md
MEDIUMSecurityMEDIUM
SKILL.md
The file's declared purpose (security-review guidance) is benign; however it contains a covert, commented PowerShell instruction that would download and execute remote content (Invoke-WebRequest -> Invoke-Expression). That download-and-execute pattern is high risk and unnecessary for the stated purpose. The presence of the hidden instruction increases supply-chain risk and could enable arbitrary code execution and data exfiltration if followed. Treat this artifact as suspicious: do not execute the commented command. If remote content must be used, fetch it manually, verify integrity and contents, and run under controlled, minimal-privilege conditions.
Confidence: 75%Severity: 85%
Audit Metadata