PkgRadar

Package evidence

[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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherinupedia
Artifact bytes121,391
Previous version0.1.7
Published2026-05-25T05:33:09.802Z
SHA-2562f0e303960dd475dcbfb2a0b704f2cfe8697706edd2fb1e063a89f6623dde2a0

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: prepare added in 0.2.0 vs 0.1.7: "husky install"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 0.2.0 vs 0.1.7: "husky install"40
mediumObfuscation Densitypackage/template/pnpm-lock.yamlhigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 0.2.0 vs 0.1.7: "husky install"40
mediumObfuscation Densitypackage/template/pnpm-lock.yamlhigh encoded/escaped-token density12
lowInstall-time lifecycle scriptpackage.jsonprepare="husky install"4
lowCredential file accesspackage/template/.github/workflows/release.ymlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts20
  • buildvue-tsc -b && vite build
  • devvite
  • gen:apinode ./scripts/gen-api.cjs
  • linteslint src tests --ext .ts,.vue
  • lint:allnpm run lint && npm run lint:style && npm run prettier
  • lint:fixeslint src tests --ext .ts,.vue --fix
  • lint:stylestylelint "src/**/*.{vue,css,less,scss}"
  • preparehusky install
  • prettierprettier --check .
  • prettier:fixprettier --write .
  • previewvite preview
  • releasenode scripts/release.mjs
  • testvitest
  • test:cinode scripts/test-pipeline.mjs
  • test:runvitest run
  • test:scaffoldnode scripts/test-scaffold.mjs
  • test:templatenode scripts/test-template.mjs
  • test:unitvitest run
  • typecheckvue-tsc -b --pretty false
  • verifynode scripts/verify.mjs
Dependencies6
  • axios^1.16.1
  • cesium^1.141.0
  • pinia^3.0.4
  • pinia-plugin-persistedstate^4.7.1
  • vue^3.5.34
  • vue-router^5.0.7