PkgRadar

Package evidence

@nossen/[email protected]

Obfuscation Density: high encoded/escaped-token density

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@nossen/[email protected]"],"fail_on":"high"}'

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":["@nossen/[email protected]"],"fail_on":"high"}'
Artifact bytes1,429,164
Previous version2.0.0
Published2026-05-25T01:51:18.872Z
SHA-25608c49733df4ed78eeeb62b447ab18fea198f76af70c1fc32b6c8b31a7c9d9202

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

high
Last checked
highRisk
46Score
2.0.1Version
Status history (1 event)
  1. newavailable · risk high · score 46 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

funesterieindustry

4 members · evidence strength 69

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/server/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/server/index.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/tunnel.jsmatched "curl "12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/server/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/server/index.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/tunnel.jsmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4
lowObfuscationpackage/dist/server/index.cjsmatched "Eval("3
lowObfuscationpackage/dist/server/index.jsmatched "Eval("3

Manifest

Package metadata

Scripts11
  • buildtsc -p tsconfig.json
  • cockpitpowershell -ExecutionPolicy Bypass -File scripts/rome-cockpit.ps1
  • deploynpx netlify deploy --prod --dir=apps/web/dist --functions=netlify/functions
  • deploy:buildnpm run web:build && npm run deploy
  • preparenpm run build
  • releasegit add . && git commit -m "chore: auto patch release" && npm version patch && npm publish --access public && git push origin main --tags
  • rome:startrome start
  • start:a11node apps/server/server.cjs
  • tunnelcloudflared tunnel --url http://127.0.0.1:3000
  • web:buildnpm --prefix apps/web run build
  • web:devnpm --prefix apps/web run dev