PkgRadar

Package evidence

@nossen/[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
538
Versions published
5
First published
May 2026
Publisher
funesterieindustry

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"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":["@nossen/[email protected]"],"fail_on":"review"}'
Artifact bytes1,430,169
Previous version2.0.2
Published2026-05-28T08:12:37.618Z
SHA-2563472efc201c59036776c38da09aff605cbba36234566c58a4f87f75a77ed5ecc

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

review
Last checked
reviewRisk
24Score
2.0.3Version
Status history (1 event)
  1. newavailable · risk review · score 24 · status changed

Evidence

Static findings

2 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

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