PkgRadar

Package evidence

@namics/[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.

Versions published
9
First published
Jan 2020
Publisher
jegli

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":["@namics/[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":["@namics/[email protected]"],"fail_on":"review"}'
Publisherjegli
Artifact bytes161,508
Previous version0.3.2
Published2020-09-17T09:36:04.594Z
SHA-2561f8000fe7490e94adf5096cc66d9e4145da49efd46e3aa54f361293deb984b08

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
12Score
0.4.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts26
  • buildnpm-run-all build:*
  • build:bundlewebpack --mode="production"
  • build:definitionstsc
  • cleannpx --ignore-existing rimraf lerna-debug.log npm-debug.log package-lock.json node_modules
  • czgit-cz
  • lintnpm-run-all lint:*
  • lint:licenselicense-checker --production --summary --exclude "Apache-2.0, BSD, ISC, LGPL, MIT, MPL" --failOn "AGPL; EPL; GPL"
  • lint:tseslint . --ext .jsx,.js,.ts,.tsx
  • postbuildrimraf build/*.js build/*js.map
  • prebuildrimraf build dist
  • prepublishOnlynpm-run-all prepublishOnly:*
  • prepublishOnly:buildnpm run build
  • prepublishOnly:lintnpm run lint
  • prepublishOnly:pkgpkg-ok
  • prepublishOnly:testnpm test
  • prereleasenpm-run-all lint test build
  • prettierprettier --write "**/*.*(js|jsx|ts|tsx|json|md)"
  • releasestandard-version
  • sort-packagenpx fixpack
  • startdash4
  • testjest --coverage
  • update-dependenciesnpm-check-updates -u
  • watchrun-p watch:*
  • watch-testjest --watchAll --coverage --notify --notifyMode=failure-change
  • watch:bundlewebpack --watch --mode="development"
  • watch:definitionstsc -w