PkgRadar

Package evidence

@taole/[email protected]

Obfuscation: matched "atob("

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
333
Versions published
80Established · −30% score
First published
Jul 2025
Publisher
tw_wangax

Effective trust discount applied: 30% (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":["@taole/[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":["@taole/[email protected]"],"fail_on":"review"}'
Publishertw_wangax
Artifact bytes43,071
Previous version0.4.29
Published2026-05-22T11:55:28.031Z
SHA-25659096348c487491482ec83976b5ba3f7f6b37e390207155113001389d46d4ad9

Why flagged

What the scanner saw

Obfuscation: matched "atob("

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

Availability ledger

available

review
Last checked
reviewRisk
8Score
0.4.30Version
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/cdn/module_ffmpeg.jsmatched "atob("3
lowObfuscationpackage/dist/module_ffmpeg.jsmatched "atob("3
lowObfuscationpackage/dist/cdn/module_oss.jsmatched "atob("3
lowObfuscationpackage/dist/module_oss.jsmatched "atob("3

Manifest

Package metadata

Scripts7
  • buildnpx -y rimraf dist && rollup -c
  • build:demonpm run prebuild && npx -y rimraf demoDist && vite build -c demo.vite.config.js
  • devnpm run prebuild && vite -c demo.vite.config.js
  • dtnpm run build:demo && npx -y @taole/deploy-helper@latest test
  • gen:docsnpx -y rimraf docs && npm run build && typedoc --options ./typedoc.json
  • postbuildnode ./scripts/postbuild.js
  • prebuildnode ./scripts/prebuild.js