model-compare

Warn

Audited by Socket on Aug 30, 2026

2 alerts found:

Securityx2
SecurityMEDIUM
SKILL.md

SUSPICIOUS. The primary API-based comparison workflow is mostly coherent and uses official endpoints, but the optional hybrid mode materially enlarges the trust boundary: it invokes external CLI agents, reads a local credential file to export CURSOR_API_KEY, recommends Cursor with sandbox disabled, and combines untrusted web content with model-directed code execution. This is not confirmed malware, but the capability set is broader and riskier than a normal model-comparison skill and includes high-risk credential forwarding to third-party binaries.

Confidence: 86%Severity: 83%
SecurityMEDIUM
scripts/compare.py

No explicit obfuscated malware or hardcoded malicious endpoints are evident in this module. However, the “tools” mode implements a high-impact remote capability: it executes LLM-provided Python via subprocess (run_python) with only a temporary working directory and timeout, and it fetches attacker-controlled URLs via web_extract without allowlisting. Combined with automatic loading of API keys into environment variables, this design can enable secret theft/exfiltration and SSRF/internal probing if an adversary can influence prompts or tool_call outputs. Treat this package as high security risk; isolate strongly and avoid using tool-calling with untrusted inputs.

Confidence: 74%Severity: 90%
Audit Metadata
Analyzed At
Aug 30, 2026, 08:31 PM
Package URL
pkg:socket/skills-sh/moonlight-lupin%2Fagent-skills%2Fmodel-compare%2F@792676fdb9907c8d925b4a4f4e1a27463df0ed40c0ddfe9bee64da5b420f670f
Security Audit — socket — model-compare