This document describes the management of vulnerabilities for the project and all modules within the organization.
A normal import exfiltrates environment variables and executes attacker-supplied code. The destination is obscured in source but decodes to a remote Vercel host.
A single source file combines environment access, network access, and code or shell execution; review context before blocking.
lib/initializeCaller.jsView on unpkg · L2Source decodes a Base64-obscured HTTP endpoint at runtime.
lib/initializeCaller.jsView on unpkg · L2The initializer sends the entire process environment to a Base64-obscured remote endpoint.
lib/initializeCaller.jsView on unpkg · L7It executes the server response as JavaScript with access to require.
lib/initializeCaller.jsView on unpkg · L12Package source references a known benign dynamic code generation pattern.
lib/initializeCaller.jsView on unpkg · L12The manifest has no lifecycle hook; the attack instead triggers on normal import.
package.jsonView on unpkg · L5A single source file combines environment access, network access, and code or shell execution; review context before blocking.
lib/initializeCaller.jsView on unpkg · L2Source decodes a Base64-obscured HTTP endpoint at runtime.
lib/initializeCaller.jsView on unpkg · L2The initializer sends the entire process environment to a Base64-obscured remote endpoint.
lib/initializeCaller.jsView on unpkg · L7It executes the server response as JavaScript with access to require.
lib/initializeCaller.jsView on unpkg · L12Package source references a known benign dynamic code generation pattern.
lib/initializeCaller.jsView on unpkg · L12The manifest has no lifecycle hook; the attack instead triggers on normal import.
package.jsonView on unpkg · L5