PkgRadar

Package evidence

@ones-open/[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
70
Versions published
56Mature · −50% score
First published
Jul 2024
Publisher
lixinliang

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@ones-open/[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":["@ones-open/[email protected]"],"fail_on":"review"}'
Publisherlixinliang
Artifact bytes247,770
Previous version0.0.16
Published2026-03-26T03:40:41.188Z
SHA-25647c4e606dec2c1b96b44cace1258f2b3de881c9c8b209414fd9c2f8d4b376cfd

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/template/legacy/package-lock.jsonhigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/template/legacy/package-lock.jsonhigh encoded/escaped-token density12
lowCredential file accesspackage/./dist/index.cjsmatched ".npmrc"5
lowCredential file accesspackage/dist/index.cjsmatched ".npmrc"5
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts1
  • linttsc --noEmit && eslint "src/**/*.{js,ts}" --quiet --fix