fetch all crypto prices
Npm postinstall automatically reads the installing project’s .env and sends its parsed contents to a concealed external endpoint. This can expose credentials and configuration without user action.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
dist/index.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
dist/index.jsView on unpkgThe .env is parsed and POSTed as JSON to an obfuscated default URL.
dist/index.jsView on unpkg · L46postinstall invokes prices() during npm installation.
dist/postinstall.jsView on unpkg · L3Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L19Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L19The .env is parsed and POSTed as JSON to an obfuscated default URL.
dist/index.jsView on unpkg · L46Source file is highly similar to a previously finalized malicious package; route for source-aware review.
dist/index.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
dist/index.jsView on unpkgpostinstall invokes prices() during npm installation.
dist/postinstall.jsView on unpkg · L3