last30days

Fail

Audited by Socket on Sep 15, 2026

9 alerts found:

Securityx3Anomalyx3Malwarex3
SecurityMEDIUM
SKILL.md

SUSPICIOUS. The core research behavior matches the stated purpose, but the footprint is unusually broad: browser-cookie access, many optional credentials, third-party API routing, public publishing, and installation of external CLIs including curl|bash and personal-scope npx tooling. This looks more like an overpowered research workflow than confirmed malware, with the main concerns being supply-chain trust and credential/data-routing breadth rather than deceptive exfiltration.

Confidence: 87%Severity: 72%
AnomalyLOW
scripts/lib/setup_wizard.py

The code appears to be legitimate setup and authentication code rather than malware. Its main security concerns are explicit browser-cookie harvesting when enabled, automatic execution of third-party npm/Homebrew installers, and handling of API keys, device codes, and bearer tokens. These behaviors are consistent with the apparent application purpose but warrant user consent, dependency pinning and verification, and careful review of the imported cookie_extract, brightdata, and installed CLI packages. The pasted fragment is syntactically incomplete.

Confidence: 96%Severity: 62%
SecurityMEDIUM
scripts/lib/grok_x.py

The code is primarily a Grok/X search adapter and does not contain clear malware such as data theft, persistence, destructive actions, or explicit exfiltration. It has a substantial security risk because it copies sensitive authentication tokens to a child process, resolves the executable from PATH, and invokes it with bypassPermissions. The external CLI and prompt-handling behavior should be trusted and separately audited. The supplied fragment also appears incomplete or syntactically invalid.

Confidence: 97%Severity: 72%
MalwareHIGH
scripts/lib/cookie_extract.py

This module is a local browser cookie extractor. It searches for Firefox (including WSL access to Windows profiles), copies cookies.sqlite to a temp file, queries moz_cookies for a specified domain and cookie names, and returns the cookie values to the caller—behavior strongly aligned with session/cookie theft. It further orchestrates extraction for other browsers on macOS via helper modules. No clear protective measures or legitimate-use safeguards are present in this fragment.

Confidence: 41%Severity: 85%
MalwareHIGH
scripts/lib/chrome_cdp.py

This module is a CDP-based browser cookie harvester that extracts and returns a targeted authentication cookie pair (auth_token and ct0) associated with x.com/twitter.com from a live Chrome/Chromium session. The mechanism (Network.getAllCookies) and the specific cookie targeting strongly align with credential/session theft rather than benign functionality. Risk is elevated further by the ability to override the CDP endpoint via BROWSER_CDP_URL and by the custom low-level WebSocket implementation. The only meaningful uncertainty is whether this code is used in a consented/authorized context, and the fragment appears truncated/typoed at the end, but the sensitive behavior is fully observable in the provided logic.

Confidence: 78%Severity: 95%
MalwareHIGH
scripts/lib/chrome_cookies.py

This module contains a highly suspicious, targeted capability to harvest and decrypt Chromium-family browser cookies on macOS. It enumerates and copies browser cookie SQLite databases, obtains the necessary decryption passphrase from the macOS Keychain via `security`, decrypts v10 encrypted cookie values using OpenSSL, and returns plaintext cookie/session material for caller-selected domains and cookie names. Even without visible exfiltration in this snippet, the implemented behavior aligns strongly with cookie/session theft tooling and presents a critical privacy/security risk if included in a software supply chain.

Confidence: 90%Severity: 100%
SecurityMEDIUM
scripts/lib/vendor/bird-search/lib/cookies.js

This module is a high-sensitivity credential-handling component: it specifically reads Twitter/X session cookies (auth_token and ct0) from environment variables or from local browser cookie stores (via a third-party helper) and then constructs and returns an HTTP Cookie header containing those secrets. While it shows no direct exfiltration or malicious payload execution within this snippet, the capability to harvest authentication material is inherently dangerous if misused or if the dependency/downstream request handling is compromised. The dynamic import of @steipete/sweet-cookie adds supply-chain execution risk. Review downstream usage of the returned cookieHeader and ensure strict protection of logs, telemetry, and network destinations.

Confidence: 68%Severity: 72%
AnomalyLOW
scripts/lib/safari_cookies.py

The fragment is a Safari cookie extraction utility. It performs sensitive local credential access and returns plaintext cookie values, creating a meaningful privacy and account-compromise risk if called by untrusted code. No evidence of network exfiltration, backdoors, destructive behavior, or code obfuscation is present. The primary concern is unauthorized use of the cookie-reading capability rather than demonstrated malware in this fragment.

Confidence: 97%Severity: 68%
AnomalyLOW
scripts/lib/vendor/bird-search/lib/twitter-client-base.js

No clear malware behaviors are evident in this fragment (no eval/dynamic execution, no local persistence, and no explicit data exfiltration beyond normal HTTP requests). However, there is a significant security anomaly: getBaseHeaders() hardcodes an Authorization Bearer token in addition to accepting/storing user-provided auth cookies and CSRF token, which materially increases credential exposure and supply-chain risk. The module also suppresses errors during query-id refresh, which can reduce operational transparency. Because the snippet is incomplete beyond ensureClientUserId(), full determination of destinations and how responses are handled is not possible here.

Confidence: 61%Severity: 60%
Audit Metadata
Analyzed At
Sep 15, 2026, 07:08 PM
Package URL
pkg:socket/skills-sh/mvanhorn%2Flast30days-skill%2Flast30days%2F@afec9eb53cdefc31a378350777be824c6ef283610446e5799dd25ecafccff06d
Security Audit — socket — last30days