PkgRadar

Package evidence

@emulsify/[email protected]

Obfuscation Density: high encoded/escaped-token density

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
711
Versions published
32Mature · −50% score
First published
Jul 2021
Publisher
callinmullaney

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@emulsify/[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@emulsify/[email protected]"],"fail_on":"review"}'
Artifact bytes6,655,086
Previous version1.12.2
Published2026-06-10T16:37:32.155Z
SHA-256033c579e8cb3eda4a15a4e5e5f4dd12aecbf606188b38dd430a4eb6f290325e9

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
2.0.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts17
  • buildnpm run build-schema-types && npm run build-ts
  • build-schema-typesnode --import ./src/register.mjs ./src/scripts/jsonSchemaToTs.ts
  • build-tstsc --build tsconfig.dist.json
  • formatprettier --write './src/**/*.{js,ts}'
  • husky:commit-msgcommitlint --edit $1
  • husky:pre-commitlint-staged
  • husky:pre-pushnpm run test
  • lintnpm run test
  • postbuildcp package.json dist/package.json && cd dist && npm install --only=production --ignore-scripts
  • preparehusky install
  • semantic-releasesemantic-release --config ./release.config.cjs
  • testjest --coverage --silent
  • twatchjest --no-coverage --watch --verbose
  • typetsc --noEmit
  • version:developnode --import ./src/register.mjs ./src/scripts/versionDevelop.ts
  • watchnodemon --watch src --ext ts,json --ignore src/types --exec npm run build
  • watch-tsnodemon --watch src --ext ts,json --ignore src/types --exec npm run build-ts
Dependencies12
  • @inquirer/prompts^8.5.2
  • @types/progress^2.0.7
  • ajv^8.20.0
  • ajv-formats^3.0.1
  • boxen^8.0.1
  • colorette^2.0.20
  • commander^15.0.0
  • consola^3.4.2
  • cosmiconfig^9.0.1
  • fs-extra^11.3.5
  • progress^2.0.3
  • simple-git^3.36.0