PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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"}'
Publishermanbo
Artifact bytes187,730
Previous version0.0.2
Published2022-10-17T05:43:43.051Z
SHA-25637f9b9728f930719685914cd47be382d093cf7e56ec30db81143fc15e2046a85

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
18Score
0.0.3-alphaVersion
Status history (1 event)
  1. newavailable · risk review · score 18 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/pnpm-lock.yamlhigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/pnpm-lock.yamlhigh encoded/escaped-token density12
lowObfuscationpackage/lib/structures/Message.jsmatched "\\u200b"3
lowObfuscationpackage/package.jsonmatched "\\u001b"3

Manifest

Package metadata

Scripts4
  • lint:jseslint -c .eslintrc.yml lib examples *.js
  • lint:js:fixeslint -c .eslintrc.yml lib examples *.js --fix && echo "OK" || echo "Not OK"
  • lint:tseslint -c .eslintrc.ts.yml *.ts
  • lint:ts:fixeslint -c .eslintrc.ts.yml *.ts --fix && echo "OK" || echo "Not OK"
Dependencies1
  • ws^8.2.3
Optional dependencies2
  • opusscript^0.0.8
  • tweetnacl^1.0.3