Package evidence
[email protected]
Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.
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.
- Versions published
- 3
- First published
- May 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed 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"}'Why flagged
What the scanner saw
Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 16 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Decode Then Exec | package/dist/cli.js | base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern. | 45 |
| high | Js Decode Then Exec | package/dist/lib.js | base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern. | 45 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Decode Then Exec | package/dist/cli.js | base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern. | 45 |
| high | Js Decode Then Exec | package/dist/lib.js | base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern. | 45 |
| low | Credential file access | package/dist/cli.js | matched "GITHUB_TOKEN" | 5 |
Manifest
Package metadata
Scripts10
buildnode scripts/build.mjschecknpm test && npm run schema:codegen && git diff --exit-code -- src/types && npm run build && npm run check:dist-cli && npm run check:pack && npm run check:public-api-snapshot && npm run test:public-api && npm run check:action-outputs && git diff --exit-code -- distcheck:action-outputsnode scripts/check-action-outputs.mjs ../contributors-please-actioncheck:dist-clinode scripts/check-dist-cli.mjscheck:packnpm_config_cache=${TMPDIR:-/tmp}/contributors-please-npm-cache npm pack --dry-runcheck:public-api-snapshotnode scripts/check-public-api.mjs dist/lib.d.ts test/fixtures/public-api.d.tscleanrm -rf dist coverage .dist-clischema:codegenjson2ts -i schemas/config.schema.json -o src/types/config.ts && json2ts -i schemas/state.schema.json -o src/types/state.tstestvitest runtest:public-apitsc --noEmit --target ES2022 --module NodeNext --moduleResolution NodeNext --lib ES2022 --strict --skipLibCheck test/public-api-types.ts
Dependencies8
@octokit/graphql^8.2.2@octokit/rest^21.1.1ajv^8.17.1ajv-formats^3.0.1diff^8.0.2minimatch^10.0.3yaml^2.8.1yargs^18.0.0