PkgRadar

Package evidence

[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
14
Versions published
9
First published
Jan 2026
Publisher
inupedia

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherinupedia
Artifact bytes118,186
Previous version0.2.1
Published2026-05-25T08:11:00.457Z
SHA-256d1d869ec5d5b525124eb2d79016cfc11a05a53df06469fb1c2a00cd0034d52f1

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/template/pnpm-lock.yamlhigh encoded/escaped-token density12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/template/pnpm-lock.yamlhigh encoded/escaped-token density12
lowCredential file accesspackage/template/.github/workflows/release.ymlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts21
  • 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:packnode scripts/test-pack.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