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
189
Versions published
9
First published
Oct 2025
Publisher
yqlim

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"}'
Publisheryqlim
Artifact bytes191,792
Previous version1.0.6
Published2026-05-21T15:09:58.876Z
SHA-2567d12993afd5a0236e33edc303828d52ceb2686ac8caf4df8899a6636329f986e

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/templates/monorepo/pnpm-lock.yamlhigh encoded/escaped-token density12
mediumObfuscation Densitypackage/templates/pnpm-typescript-strictest/pnpm-lock.yamlhigh encoded/escaped-token density12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/templates/monorepo/pnpm-lock.yamlhigh encoded/escaped-token density12
mediumObfuscation Densitypackage/templates/pnpm-typescript-strictest/pnpm-lock.yamlhigh encoded/escaped-token density12
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"5
lowCredential file accesspackage/templates/monorepo/.vscode/settings.jsonmatched ".azure"3
lowCredential file accesspackage/templates/pnpm-typescript-strictest/.vscode/settings.jsonmatched ".azure"3

Manifest

Package metadata

Scripts14
  • buildtsc
  • devtsc --watch
  • formatprettier --write .
  • lint-stagedlint-staged
  • preinstallnpx only-allow pnpm
  • preparehusky
  • skillspnpm dlx skills@latest
  • startnode dist/index.js
  • testpnpm run test:spelling && pnpm run test:lint && pnpm run test:type && pnpm run test:unit
  • test:coveragevitest --coverage
  • test:linteslint --cache --fix --max-warnings 0 --no-warn-ignored .
  • test:spellingcspell lint '**'
  • test:typetsc --noEmit
  • test:unitvitest