🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

Secure your dependencies. Ship with confidence.

Socket is a developer-first security platform that protects your code from both vulnerable and malicious dependencies.

Install GitHub App
Book a Demo

Questions? Call us at (844) SOCKET-0

Find and compare millions of open source packages

Quickly evaluate the security and health of any open source package.

jquery
t

timmywil published 4.0.0

left-pad
s

stevemao published 1.3.0

react
r

react-bot published 19.2.6

We protect you from vulnerable and malicious packages

@sleep2agi/agent-network-dashboard

0.5.3-preview.42

by vansin

Live on npm

Blocked by Socket

This code is primarily an integration-style UI probe, but it is security-sensitive: it reads a real auth token from a hardcoded local path, injects it into an authentication cookie for localhost, and performs active response tampering for hub/status/messages/tasks using wildcard route interception (including forcing messages/tasks to empty). While it does not show classic malware/exfiltration behaviors, the credential handling plus backend-response manipulation makes it a notable supply-chain risk and should be gated to trusted test environments and redesigned to avoid reading real tokens from disk.

@sleep2agi/agent-network-dashboard

0.5.3-preview.50

by vansin

Live on npm

Blocked by Socket

This code is primarily an integration-style UI probe, but it is security-sensitive: it reads a real auth token from a hardcoded local path, injects it into an authentication cookie for localhost, and performs active response tampering for hub/status/messages/tasks using wildcard route interception (including forcing messages/tasks to empty). While it does not show classic malware/exfiltration behaviors, the credential handling plus backend-response manipulation makes it a notable supply-chain risk and should be gated to trusted test environments and redesigned to avoid reading real tokens from disk.

@sleep2agi/agent-network-dashboard

0.5.3-preview.47

by vansin

Live on npm

Blocked by Socket

This file is a headless browser automation/probing script that uses a locally stored secret token to impersonate an authenticated dashboard session, then actively tampers with internal hub API responses (overwriting sessions and forcibly emptying messages/tasks) before probing UI rendering attributes. Even though it targets localhost and shows no external network exfiltration in this snippet, the deliberate credential reuse and in-flight response suppression constitutes a high-risk integrity manipulation pattern consistent with unauthorized interference rather than purely benign testing.

@sleep2agi/agent-network-dashboard

0.5.3-preview.48

by vansin

Live on npm

Blocked by Socket

No classic malware indicators (no external network exfiltration, persistence, or remote execution) are evident in this snippet. However, the code is strongly suspicious/high-risk because it reads a local authentication token from disk, injects it into an auth cookie and client storage, and then actively tampers with internal API responses—spoofing hub status/sessions and forcing messages/tasks to empty—capable of misleading users and disrupting operational workflows even when run against a local target.

@sleep2agi/agent-network-dashboard

0.5.3-preview.40

by vansin

Live on npm

Blocked by Socket

This code is security-relevant and likely intended for targeted manipulation of a local dashboard: it reads a sensitive token from an absolute path, injects it into an authentication cookie/storage to gain access, and then actively intercepts and forges hub status responses while blanking messages and tasks. Even though it runs against localhost and does not visibly exfiltrate data, the combination of credential use and API response tampering is consistent with sabotage/integrity attacks rather than benign testing.

@sleep2agi/agent-network-dashboard

0.5.3-preview.46

by vansin

Live on npm

Blocked by Socket

This file is a headless browser automation/probing script that uses a locally stored secret token to impersonate an authenticated dashboard session, then actively tampers with internal hub API responses (overwriting sessions and forcibly emptying messages/tasks) before probing UI rendering attributes. Even though it targets localhost and shows no external network exfiltration in this snippet, the deliberate credential reuse and in-flight response suppression constitutes a high-risk integrity manipulation pattern consistent with unauthorized interference rather than purely benign testing.

@sleep2agi/agent-network-dashboard

0.5.3-preview.44

by vansin

Live on npm

Blocked by Socket

No classic malware indicators (no external network exfiltration, persistence, or remote execution) are evident in this snippet. However, the code is strongly suspicious/high-risk because it reads a local authentication token from disk, injects it into an auth cookie and client storage, and then actively tampers with internal API responses—spoofing hub status/sessions and forcing messages/tasks to empty—capable of misleading users and disrupting operational workflows even when run against a local target.

@sleep2agi/agent-network-dashboard

0.5.3-preview.40

by vansin

Live on npm

Blocked by Socket

No classic malware indicators (no external network exfiltration, persistence, or remote execution) are evident in this snippet. However, the code is strongly suspicious/high-risk because it reads a local authentication token from disk, injects it into an auth cookie and client storage, and then actively tampers with internal API responses—spoofing hub status/sessions and forcing messages/tasks to empty—capable of misleading users and disrupting operational workflows even when run against a local target.

py-machinel

0.1.2

Live on pypi

Blocked by Socket

This module implements an in-process native code execution loader: it reads arbitrary binary content from disk, maps it into an RWX memory region, converts the buffer address into a ctypes-callable function pointer, and executes it. While the included example may be benign, the capability is directly usable to run attacker-supplied machine code, making it a high supply-chain and runtime security risk. No obfuscation is evident; the primary risk is the unvalidated RWX execution flow.

arthexis

0.2.9

Live on pypi

Blocked by Socket

High-risk backdoor-like authentication logic is present: LocalhostAdminBackend accepts the hardcoded credentials admin/admin, then automatically creates/repairs a privileged staff/superuser account named 'admin' and sets its password to 'admin' when needed. Combined with (imperfect) host/IP gating, this represents an intentional or at least unsafe privileged access mechanism. Additional risk includes optional passwordless legacy access (allow_local_network_passwordless_login) and dispatch_rfid_action side-effect execution. RFID/password+TOTP logic itself looks mostly standard aside from these high-impact access paths. The fragment also appears truncated at the end ("return use"), so completeness cannot be guaranteed.

@sleep2agi/agent-network-dashboard

0.5.3-preview.54

by vansin

Live on npm

Blocked by Socket

This dependency-style module behaves as authenticated local automation that also performs explicit API response tampering: it reads a token from a local config file, injects it as an auth cookie, manipulates hub status payloads, and erases messages/tasks by returning empty arrays via Playwright routing. Even without evidence of outbound exfiltration, the combination of credential handling and intentional data manipulation strongly suggests security-sensitive misuse or sabotage capability. It should be restricted to trusted, controlled testing environments and not treated as benign automation without clear provenance and safeguards.

py-machinel

0.1.3

Live on pypi

Blocked by Socket

This module implements an in-process native code execution loader: it reads arbitrary binary content from disk, maps it into an RWX memory region, converts the buffer address into a ctypes-callable function pointer, and executes it. While the included example may be benign, the capability is directly usable to run attacker-supplied machine code, making it a high supply-chain and runtime security risk. No obfuscation is evident; the primary risk is the unvalidated RWX execution flow.

@sleep2agi/agent-network-dashboard

0.5.3-preview.50

by vansin

Live on npm

Blocked by Socket

This module is a security-relevant manipulator rather than a passive tester: it reads a sensitive token from disk, injects it into an authentication cookie and auth-like browser storage, and actively falsifies or suppresses key API responses (status/messages/tasks) to control what the web app believes. Even though it targets localhost and does not show external exfiltration, the combination of credential handling and intentional response tampering presents a high security risk and warrants careful review of distribution/use context and intended trust boundaries.

arthexis

0.2.9

Live on pypi

Blocked by Socket

High-risk backdoor-like authentication logic is present: LocalhostAdminBackend accepts the hardcoded credentials admin/admin, then automatically creates/repairs a privileged staff/superuser account named 'admin' and sets its password to 'admin' when needed. Combined with (imperfect) host/IP gating, this represents an intentional or at least unsafe privileged access mechanism. Additional risk includes optional passwordless legacy access (allow_local_network_passwordless_login) and dispatch_rfid_action side-effect execution. RFID/password+TOTP logic itself looks mostly standard aside from these high-impact access paths. The fragment also appears truncated at the end ("return use"), so completeness cannot be guaranteed.

@sleep2agi/agent-network-dashboard

0.5.3-preview.53

by vansin

Live on npm

Blocked by Socket

This code is primarily an integration-style UI probe, but it is security-sensitive: it reads a real auth token from a hardcoded local path, injects it into an authentication cookie for localhost, and performs active response tampering for hub/status/messages/tasks using wildcard route interception (including forcing messages/tasks to empty). While it does not show classic malware/exfiltration behaviors, the credential handling plus backend-response manipulation makes it a notable supply-chain risk and should be gated to trusted test environments and redesigned to avoid reading real tokens from disk.

gm-skill

2.0.1099

by lanmower

Live on npm

Blocked by Socket

This code implements a privileged WASM host that exposes extremely dangerous capabilities to the WASM module: arbitrary JS execution via eval (hostExecJs), arbitrary filesystem read/write/enumeration via hostFs*Sync, and environment-variable secret exfiltration via hostEnvGet. If the WASM binary or wasmPath source is not strictly trusted and integrity-verified, the security risk is very high (near full host compromise). Even with trusted WASM, the presence of these broad primitives is inherently risky and should be treated as a high-severity supply-chain capability gate rather than a safe plugin sandbox.

@sleep2agi/agent-network-dashboard

0.5.3-preview.54

by vansin

Live on npm

Blocked by Socket

This code is highly suspicious for supply-chain security purposes: it reads a sensitive local authentication token, injects it into browser cookies to authenticate to a local service, and then actively tampers with internal API responses—spoofing hub status sessions and wiping hub messages/tasks. Even though it appears to be run against localhost and does not show outward exfiltration in this snippet, the functional tampering behavior is consistent with sabotage/unauthorized state manipulation. Treat the dependency/script as unsafe and isolate/review it; rotate any tokens that may have been exposed.

@sleep2agi/agent-network-dashboard

0.5.3-preview.44

by vansin

Live on npm

Blocked by Socket

This code is primarily an integration-style UI probe, but it is security-sensitive: it reads a real auth token from a hardcoded local path, injects it into an authentication cookie for localhost, and performs active response tampering for hub/status/messages/tasks using wildcard route interception (including forcing messages/tasks to empty). While it does not show classic malware/exfiltration behaviors, the credential handling plus backend-response manipulation makes it a notable supply-chain risk and should be gated to trusted test environments and redesigned to avoid reading real tokens from disk.

@sleep2agi/agent-network-dashboard

0.5.3-preview.43

by vansin

Live on npm

Blocked by Socket

This module is a Playwright automation harness that elevates from UI/CSS probing into authenticated application manipulation by (1) loading a secret token from a hardcoded local path and embedding it into an auth cookie, (2) injecting client-side storage flags, and most importantly (3) intercepting and replacing hub API responses—fabricating status/session data and forcing messages/tasks to empty arrays. That combination strongly indicates intentional integrity-impacting tampering/bypass rather than benign observation. No external network exfiltration is evident in the provided fragment, but the integrity/availability risk to the targeted application environment is substantial.

@sleep2agi/agent-network-dashboard

0.5.3-preview.47

by vansin

Live on npm

Blocked by Socket

This code is highly suspicious for supply-chain security purposes: it reads a sensitive local authentication token, injects it into browser cookies to authenticate to a local service, and then actively tampers with internal API responses—spoofing hub status sessions and wiping hub messages/tasks. Even though it appears to be run against localhost and does not show outward exfiltration in this snippet, the functional tampering behavior is consistent with sabotage/unauthorized state manipulation. Treat the dependency/script as unsafe and isolate/review it; rotate any tokens that may have been exposed.

@sleep2agi/agent-network-dashboard

0.5.3-preview.52

by vansin

Live on npm

Blocked by Socket

This module is a Playwright automation harness that elevates from UI/CSS probing into authenticated application manipulation by (1) loading a secret token from a hardcoded local path and embedding it into an auth cookie, (2) injecting client-side storage flags, and most importantly (3) intercepting and replacing hub API responses—fabricating status/session data and forcing messages/tasks to empty arrays. That combination strongly indicates intentional integrity-impacting tampering/bypass rather than benign observation. No external network exfiltration is evident in the provided fragment, but the integrity/availability risk to the targeted application environment is substantial.

node-env-resolve

1.2.0

by user0001

Live on npm

Blocked by Socket

High risk. The postinstall script executes local code during installation, and the package depends on modules that can fingerprint the machine, capture screenshots, automate the UI, and open network connections. This creates genuine potential for malicious behavior such as telemetry, data exfiltration, or remote control if postinstall.js or any dependency is malicious or has been compromised. Inspect postinstall.js and audit all dependencies (including their transitive deps). Prefer installing in a sandboxed environment or blocking install scripts until the code is reviewed.

@zhixuan92/multi-model-agent-core

4.7.2

by gumiokane

Live on npm

Blocked by Socket

This code performs targeted macOS Keychain credential harvesting for a specific service name and returns OAuth bearer token material (and optional refresh/scopes) to the caller. While the fragment shows no exfiltration on its own, the capability to read and supply access tokens is high-impact and should be reviewed in the context of how the returned secrets are used elsewhere.

gm-skill

2.0.1088

by lanmower

Live on npm

Blocked by Socket

This code implements a privileged WASM host that exposes extremely dangerous capabilities to the WASM module: arbitrary JS execution via eval (hostExecJs), arbitrary filesystem read/write/enumeration via hostFs*Sync, and environment-variable secret exfiltration via hostEnvGet. If the WASM binary or wasmPath source is not strictly trusted and integrity-verified, the security risk is very high (near full host compromise). Even with trusted WASM, the presence of these broad primitives is inherently risky and should be treated as a high-severity supply-chain capability gate rather than a safe plugin sandbox.

oc-piloci

0.3.40

Live on pypi

Blocked by Socket

High-risk behavior: this installer downloads remote hook Python scripts, saves them as executable files, and registers IDE event hooks that execute them automatically (direct remote-to-local execution/persistence pathway). It also writes Bearer tokens into multiple local configuration files and sends a heartbeat with hostname/client kinds to the remote base_url. This strongly warrants deeper review of the downloaded hook scripts and the server endpoints (integrity/signing/pinning), as this module can facilitate supply-chain/backdoor execution depending on server behavior. Malware confidence is not maximal because intent cannot be proven from this file alone, but the mechanism is consistent with malicious sabotage/backdoor patterns.

@sleep2agi/agent-network-dashboard

0.5.3-preview.42

by vansin

Live on npm

Blocked by Socket

This code is primarily an integration-style UI probe, but it is security-sensitive: it reads a real auth token from a hardcoded local path, injects it into an authentication cookie for localhost, and performs active response tampering for hub/status/messages/tasks using wildcard route interception (including forcing messages/tasks to empty). While it does not show classic malware/exfiltration behaviors, the credential handling plus backend-response manipulation makes it a notable supply-chain risk and should be gated to trusted test environments and redesigned to avoid reading real tokens from disk.

@sleep2agi/agent-network-dashboard

0.5.3-preview.50

by vansin

Live on npm

Blocked by Socket

This code is primarily an integration-style UI probe, but it is security-sensitive: it reads a real auth token from a hardcoded local path, injects it into an authentication cookie for localhost, and performs active response tampering for hub/status/messages/tasks using wildcard route interception (including forcing messages/tasks to empty). While it does not show classic malware/exfiltration behaviors, the credential handling plus backend-response manipulation makes it a notable supply-chain risk and should be gated to trusted test environments and redesigned to avoid reading real tokens from disk.

@sleep2agi/agent-network-dashboard

0.5.3-preview.47

by vansin

Live on npm

Blocked by Socket

This file is a headless browser automation/probing script that uses a locally stored secret token to impersonate an authenticated dashboard session, then actively tampers with internal hub API responses (overwriting sessions and forcibly emptying messages/tasks) before probing UI rendering attributes. Even though it targets localhost and shows no external network exfiltration in this snippet, the deliberate credential reuse and in-flight response suppression constitutes a high-risk integrity manipulation pattern consistent with unauthorized interference rather than purely benign testing.

@sleep2agi/agent-network-dashboard

0.5.3-preview.48

by vansin

Live on npm

Blocked by Socket

No classic malware indicators (no external network exfiltration, persistence, or remote execution) are evident in this snippet. However, the code is strongly suspicious/high-risk because it reads a local authentication token from disk, injects it into an auth cookie and client storage, and then actively tampers with internal API responses—spoofing hub status/sessions and forcing messages/tasks to empty—capable of misleading users and disrupting operational workflows even when run against a local target.

@sleep2agi/agent-network-dashboard

0.5.3-preview.40

by vansin

Live on npm

Blocked by Socket

This code is security-relevant and likely intended for targeted manipulation of a local dashboard: it reads a sensitive token from an absolute path, injects it into an authentication cookie/storage to gain access, and then actively intercepts and forges hub status responses while blanking messages and tasks. Even though it runs against localhost and does not visibly exfiltrate data, the combination of credential use and API response tampering is consistent with sabotage/integrity attacks rather than benign testing.

@sleep2agi/agent-network-dashboard

0.5.3-preview.46

by vansin

Live on npm

Blocked by Socket

This file is a headless browser automation/probing script that uses a locally stored secret token to impersonate an authenticated dashboard session, then actively tampers with internal hub API responses (overwriting sessions and forcibly emptying messages/tasks) before probing UI rendering attributes. Even though it targets localhost and shows no external network exfiltration in this snippet, the deliberate credential reuse and in-flight response suppression constitutes a high-risk integrity manipulation pattern consistent with unauthorized interference rather than purely benign testing.

@sleep2agi/agent-network-dashboard

0.5.3-preview.44

by vansin

Live on npm

Blocked by Socket

No classic malware indicators (no external network exfiltration, persistence, or remote execution) are evident in this snippet. However, the code is strongly suspicious/high-risk because it reads a local authentication token from disk, injects it into an auth cookie and client storage, and then actively tampers with internal API responses—spoofing hub status/sessions and forcing messages/tasks to empty—capable of misleading users and disrupting operational workflows even when run against a local target.

@sleep2agi/agent-network-dashboard

0.5.3-preview.40

by vansin

Live on npm

Blocked by Socket

No classic malware indicators (no external network exfiltration, persistence, or remote execution) are evident in this snippet. However, the code is strongly suspicious/high-risk because it reads a local authentication token from disk, injects it into an auth cookie and client storage, and then actively tampers with internal API responses—spoofing hub status/sessions and forcing messages/tasks to empty—capable of misleading users and disrupting operational workflows even when run against a local target.

py-machinel

0.1.2

Live on pypi

Blocked by Socket

This module implements an in-process native code execution loader: it reads arbitrary binary content from disk, maps it into an RWX memory region, converts the buffer address into a ctypes-callable function pointer, and executes it. While the included example may be benign, the capability is directly usable to run attacker-supplied machine code, making it a high supply-chain and runtime security risk. No obfuscation is evident; the primary risk is the unvalidated RWX execution flow.

arthexis

0.2.9

Live on pypi

Blocked by Socket

High-risk backdoor-like authentication logic is present: LocalhostAdminBackend accepts the hardcoded credentials admin/admin, then automatically creates/repairs a privileged staff/superuser account named 'admin' and sets its password to 'admin' when needed. Combined with (imperfect) host/IP gating, this represents an intentional or at least unsafe privileged access mechanism. Additional risk includes optional passwordless legacy access (allow_local_network_passwordless_login) and dispatch_rfid_action side-effect execution. RFID/password+TOTP logic itself looks mostly standard aside from these high-impact access paths. The fragment also appears truncated at the end ("return use"), so completeness cannot be guaranteed.

@sleep2agi/agent-network-dashboard

0.5.3-preview.54

by vansin

Live on npm

Blocked by Socket

This dependency-style module behaves as authenticated local automation that also performs explicit API response tampering: it reads a token from a local config file, injects it as an auth cookie, manipulates hub status payloads, and erases messages/tasks by returning empty arrays via Playwright routing. Even without evidence of outbound exfiltration, the combination of credential handling and intentional data manipulation strongly suggests security-sensitive misuse or sabotage capability. It should be restricted to trusted, controlled testing environments and not treated as benign automation without clear provenance and safeguards.

py-machinel

0.1.3

Live on pypi

Blocked by Socket

This module implements an in-process native code execution loader: it reads arbitrary binary content from disk, maps it into an RWX memory region, converts the buffer address into a ctypes-callable function pointer, and executes it. While the included example may be benign, the capability is directly usable to run attacker-supplied machine code, making it a high supply-chain and runtime security risk. No obfuscation is evident; the primary risk is the unvalidated RWX execution flow.

@sleep2agi/agent-network-dashboard

0.5.3-preview.50

by vansin

Live on npm

Blocked by Socket

This module is a security-relevant manipulator rather than a passive tester: it reads a sensitive token from disk, injects it into an authentication cookie and auth-like browser storage, and actively falsifies or suppresses key API responses (status/messages/tasks) to control what the web app believes. Even though it targets localhost and does not show external exfiltration, the combination of credential handling and intentional response tampering presents a high security risk and warrants careful review of distribution/use context and intended trust boundaries.

arthexis

0.2.9

Live on pypi

Blocked by Socket

High-risk backdoor-like authentication logic is present: LocalhostAdminBackend accepts the hardcoded credentials admin/admin, then automatically creates/repairs a privileged staff/superuser account named 'admin' and sets its password to 'admin' when needed. Combined with (imperfect) host/IP gating, this represents an intentional or at least unsafe privileged access mechanism. Additional risk includes optional passwordless legacy access (allow_local_network_passwordless_login) and dispatch_rfid_action side-effect execution. RFID/password+TOTP logic itself looks mostly standard aside from these high-impact access paths. The fragment also appears truncated at the end ("return use"), so completeness cannot be guaranteed.

@sleep2agi/agent-network-dashboard

0.5.3-preview.53

by vansin

Live on npm

Blocked by Socket

This code is primarily an integration-style UI probe, but it is security-sensitive: it reads a real auth token from a hardcoded local path, injects it into an authentication cookie for localhost, and performs active response tampering for hub/status/messages/tasks using wildcard route interception (including forcing messages/tasks to empty). While it does not show classic malware/exfiltration behaviors, the credential handling plus backend-response manipulation makes it a notable supply-chain risk and should be gated to trusted test environments and redesigned to avoid reading real tokens from disk.

gm-skill

2.0.1099

by lanmower

Live on npm

Blocked by Socket

This code implements a privileged WASM host that exposes extremely dangerous capabilities to the WASM module: arbitrary JS execution via eval (hostExecJs), arbitrary filesystem read/write/enumeration via hostFs*Sync, and environment-variable secret exfiltration via hostEnvGet. If the WASM binary or wasmPath source is not strictly trusted and integrity-verified, the security risk is very high (near full host compromise). Even with trusted WASM, the presence of these broad primitives is inherently risky and should be treated as a high-severity supply-chain capability gate rather than a safe plugin sandbox.

@sleep2agi/agent-network-dashboard

0.5.3-preview.54

by vansin

Live on npm

Blocked by Socket

This code is highly suspicious for supply-chain security purposes: it reads a sensitive local authentication token, injects it into browser cookies to authenticate to a local service, and then actively tampers with internal API responses—spoofing hub status sessions and wiping hub messages/tasks. Even though it appears to be run against localhost and does not show outward exfiltration in this snippet, the functional tampering behavior is consistent with sabotage/unauthorized state manipulation. Treat the dependency/script as unsafe and isolate/review it; rotate any tokens that may have been exposed.

@sleep2agi/agent-network-dashboard

0.5.3-preview.44

by vansin

Live on npm

Blocked by Socket

This code is primarily an integration-style UI probe, but it is security-sensitive: it reads a real auth token from a hardcoded local path, injects it into an authentication cookie for localhost, and performs active response tampering for hub/status/messages/tasks using wildcard route interception (including forcing messages/tasks to empty). While it does not show classic malware/exfiltration behaviors, the credential handling plus backend-response manipulation makes it a notable supply-chain risk and should be gated to trusted test environments and redesigned to avoid reading real tokens from disk.

@sleep2agi/agent-network-dashboard

0.5.3-preview.43

by vansin

Live on npm

Blocked by Socket

This module is a Playwright automation harness that elevates from UI/CSS probing into authenticated application manipulation by (1) loading a secret token from a hardcoded local path and embedding it into an auth cookie, (2) injecting client-side storage flags, and most importantly (3) intercepting and replacing hub API responses—fabricating status/session data and forcing messages/tasks to empty arrays. That combination strongly indicates intentional integrity-impacting tampering/bypass rather than benign observation. No external network exfiltration is evident in the provided fragment, but the integrity/availability risk to the targeted application environment is substantial.

@sleep2agi/agent-network-dashboard

0.5.3-preview.47

by vansin

Live on npm

Blocked by Socket

This code is highly suspicious for supply-chain security purposes: it reads a sensitive local authentication token, injects it into browser cookies to authenticate to a local service, and then actively tampers with internal API responses—spoofing hub status sessions and wiping hub messages/tasks. Even though it appears to be run against localhost and does not show outward exfiltration in this snippet, the functional tampering behavior is consistent with sabotage/unauthorized state manipulation. Treat the dependency/script as unsafe and isolate/review it; rotate any tokens that may have been exposed.

@sleep2agi/agent-network-dashboard

0.5.3-preview.52

by vansin

Live on npm

Blocked by Socket

This module is a Playwright automation harness that elevates from UI/CSS probing into authenticated application manipulation by (1) loading a secret token from a hardcoded local path and embedding it into an auth cookie, (2) injecting client-side storage flags, and most importantly (3) intercepting and replacing hub API responses—fabricating status/session data and forcing messages/tasks to empty arrays. That combination strongly indicates intentional integrity-impacting tampering/bypass rather than benign observation. No external network exfiltration is evident in the provided fragment, but the integrity/availability risk to the targeted application environment is substantial.

node-env-resolve

1.2.0

by user0001

Live on npm

Blocked by Socket

High risk. The postinstall script executes local code during installation, and the package depends on modules that can fingerprint the machine, capture screenshots, automate the UI, and open network connections. This creates genuine potential for malicious behavior such as telemetry, data exfiltration, or remote control if postinstall.js or any dependency is malicious or has been compromised. Inspect postinstall.js and audit all dependencies (including their transitive deps). Prefer installing in a sandboxed environment or blocking install scripts until the code is reviewed.

@zhixuan92/multi-model-agent-core

4.7.2

by gumiokane

Live on npm

Blocked by Socket

This code performs targeted macOS Keychain credential harvesting for a specific service name and returns OAuth bearer token material (and optional refresh/scopes) to the caller. While the fragment shows no exfiltration on its own, the capability to read and supply access tokens is high-impact and should be reviewed in the context of how the returned secrets are used elsewhere.

gm-skill

2.0.1088

by lanmower

Live on npm

Blocked by Socket

This code implements a privileged WASM host that exposes extremely dangerous capabilities to the WASM module: arbitrary JS execution via eval (hostExecJs), arbitrary filesystem read/write/enumeration via hostFs*Sync, and environment-variable secret exfiltration via hostEnvGet. If the WASM binary or wasmPath source is not strictly trusted and integrity-verified, the security risk is very high (near full host compromise). Even with trusted WASM, the presence of these broad primitives is inherently risky and should be treated as a high-severity supply-chain capability gate rather than a safe plugin sandbox.

oc-piloci

0.3.40

Live on pypi

Blocked by Socket

High-risk behavior: this installer downloads remote hook Python scripts, saves them as executable files, and registers IDE event hooks that execute them automatically (direct remote-to-local execution/persistence pathway). It also writes Bearer tokens into multiple local configuration files and sends a heartbeat with hostname/client kinds to the remote base_url. This strongly warrants deeper review of the downloaded hook scripts and the server endpoints (integrity/signing/pinning), as this module can facilitate supply-chain/backdoor execution depending on server behavior. Malware confidence is not maximal because intent cannot be proven from this file alone, but the mechanism is consistent with malicious sabotage/backdoor patterns.

Detect and block software supply chain attacks

Socket detects traditional vulnerabilities (CVEs) but goes beyond that to scan the actual code of dependencies for malicious behavior. It proactively detects and blocks 70+ signals of supply chain risk in open source code, for comprehensive protection.

Possible typosquat attack

Known malware

Git dependency

GitHub dependency

HTTP dependency

Obfuscated code

Suspicious Stars on GitHub

Telemetry

Protestware or potentially unwanted behavior

Unstable ownership

56 more alerts

Detect suspicious package updates in real-time

Socket detects and blocks malicious dependencies, often within just minutes of them being published to public registries, making it the most effective tool for blocking zero-day supply chain attacks.

GitHub app screenshot

Developers love Socket

Socket is built by a team of prolific open source maintainers whose software is downloaded over 1 billion times per month. We understand how to build tools that developers love. But don’t take our word for it.

Even more developer love
Install GitHub AppRead the docs

Security teams trust Socket

The best security teams in the world use Socket to get visibility into supply chain risk, and to build a security feedback loop into the development process.

Book a Demo

Questions? Call us at (844) SOCKET-0

Read the blog

Protect every package in your stack

Secure your team's dependencies across your stack with Socket. Stop supply chain attacks before they reach production.

View all integrations

RUST

crates.io

Rust Package Manager

PHP

Packagist

PHP Package Manager

GOLANG

Go Modules

Go Dependency Management

JAVA

Maven Central

JAVASCRIPT

npm

Node Package Manager

.NET

NuGet

.NET Package Manager

PYTHON

PyPI

Python Package Index

RUBY

RubyGems.org

Ruby Package Manager

SWIFT

Swift

AI

Hugging Face Hub

AI Model Hub

CI

GitHub Actions

CI/CD Workflows

EXTENSIONS

Chrome Web Store

Chrome Browser Extensions

EXTENSIONS

Open VSX

VS Code Extensions

Supply chain attacks are on the rise

Attackers have taken notice of the opportunity to attack organizations through open source dependencies. Supply chain attacks rose a whopping 700% in the past year, with over 15,000 recorded attacks.

Nov 23, 2025

Shai Hulud v2

Shai Hulud v2 campaign: preinstall script (setup_bun.js) and loader (setup_bin.js) that installs/locates Bun and executes an obfuscated bundled malicious script (bun_environment.js) with suppressed output.

Nov 05, 2025

Elves on npm

A surge of auto-generated "elf-stats" npm packages is being published every two minutes from new accounts. These packages contain simple malware variants and are being rapidly removed by npm. At least 420 unique packages have been identified, often described as being generated every two minutes, with some mentioning a capture the flag challenge or test.

Jul 04, 2025

RubyGems Automation-Tool Infostealer

Since at least March 2023, a threat actor using multiple aliases uploaded 60 malicious gems to RubyGems that masquerade as automation tools (Instagram, TikTok, Twitter, Telegram, WordPress, and Naver). The gems display a Korean Glimmer-DSL-LibUI login window, then exfiltrate the entered username/password and the host's MAC address via HTTP POST to threat actor-controlled infrastructure.

Mar 13, 2025

North Korea's Contagious Interview Campaign

Since late 2024, we have tracked hundreds of malicious npm packages and supporting infrastructure tied to North Korea's Contagious Interview operation, with tens of thousands of downloads targeting developers and tech job seekers. The threat actors run a factory-style playbook: recruiter lures and fake coding tests, polished GitHub templates, and typosquatted or deceptive dependencies that install or import into real projects.

Jul 23, 2024

Network Reconnaissance Campaign

A malicious npm supply chain attack that leveraged 60 packages across three disposable npm accounts to fingerprint developer workstations and CI/CD servers during installation. Each package embedded a compact postinstall script that collected hostnames, internal and external IP addresses, DNS resolvers, usernames, home and working directories, and package metadata, then exfiltrated this data as a JSON blob to a hardcoded Discord webhook.

Ready to dive in?

Get protected by Socket with just 2 clicks.

Install GitHub App
Book a Demo

Questions? Call us at (844) SOCKET-0

The latest from the Socket team

Get our latest security research, open source insights, and product updates.

View all articles