vibe-check

Fail

Audited by Socket on Mar 27, 2026

2 alerts found:

AnomalyMalware
AnomalyLOW
scripts/analyze.sh

Best report choice: Report 1 is the most accurate emphasis on the primary risk (verbatim exfiltration of analyzed file contents to third-party LLM APIs and unreviewed runtime dependency via common.sh). From the code shown, there is no strong evidence of embedded malware/sabotage; however, the script has a significant confidentiality/supply-chain privacy risk by design because it transmits full source files (including potentially sensitive content) to external services whenever credentials are present, and it sources an uninspected common.sh at runtime.

Confidence: 74%Severity: 66%
MalwareHIGH
test_samples/bad_api.py

Best report selection: Reports 2 and 3 are both strong; Report 3 is slightly more complete and aligns with the code’s most severe primitives (eval RCE, f-string SQL injection in SELECT/INSERT/DELETE, and Gmail SMTP with hardcoded credentials). Improved consolidated finding: This module contains multiple critical security anti-patterns—arbitrary code execution via eval on untrusted input, multiple SQL injection paths against a local SQLite database, and an outbound email sender that uses embedded Gmail credentials and accepts attacker-controlled recipients/content. Hardcoded secrets (including a token-like GitHub PAT) further increase the likelihood of malicious or credential-harvesting intent. Even without the surrounding call graph, the shown code is high risk and should not be used without removal/rewriting of these primitives.

Confidence: 87%Severity: 100%
Audit Metadata
Analyzed At
Mar 27, 2026, 02:09 PM
Package URL
pkg:socket/skills-sh/cacheforge-ai%2Fcacheforge-skills%2Fvibe-check%2F@33eea693f2d32a2d6d99fbbb6644b73620392552
Security Audit — socket — vibe-check