Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":"high"}'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":"high"}'Why flagged
What the scanner saw
Credential file access: matched "GITHUB_TOKEN"
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 high · score 101 · status changed
Related candidates
Linked campaigns and clusters
ficocelliguy
2 members · evidence strength 64Evidence
Static findings
17 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/.github/workflows/web-repl-page-deploy.yml | matched "GITHUB_TOKEN" | 30 |
| medium | Obfuscation Density | package/release/compiler.js | high encoded/escaped-token density | 12 |
| medium | Large Javascript Payload | package/language-service/index.js | 2701016 bytes | 10 |
| medium | Large Javascript Payload | package/web-repl/rapydscript.js | 2512847 bytes | 10 |
Show all 17 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/.github/workflows/web-repl-page-deploy.yml | matched "GITHUB_TOKEN" | 30 |
| medium | Obfuscation Density | package/release/compiler.js | high encoded/escaped-token density | 12 |
| medium | Large Javascript Payload | package/language-service/index.js | 2701016 bytes | 10 |
| medium | Large Javascript Payload | package/web-repl/rapydscript.js | 2512847 bytes | 10 |
| low | Obfuscation | package/release/baselib-plain-pretty.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/release/baselib-plain-ugly.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/tools/build-language-service.js | matched "eval(" | 3 |
| low | Obfuscation | package/release/compiler.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/web-repl/env.js | matched "eval(" | 3 |
| low | Obfuscation | package/test/unit/index.js | matched "\\u00a0" | 3 |
| low | Obfuscation | package/test/unit/language-service-bundle.js | matched "\\u2013" | 3 |
| low | Obfuscation | package/test/unit/language-service-index.js | matched "\\u2013" | 3 |
| low | Obfuscation | package/web-repl/main.js | matched "eval(" | 3 |
| low | Obfuscation | package/web-repl/prism.js | matched "\\u00a0" | 3 |
| low | Obfuscation | package/web-repl/sha1.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/tools/utils.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/test/unit/web-repl.js | matched "eval(" | 3 |
Manifest
Package metadata
Scripts8
buildrm -rf **/*pyj-cached dev && node bin/rapydscript self --complete && node bin/web-repl-export web-repl && node tools/build-language-service.jsbuild-selfnode bin/rapydscript self --completebuild:lsnode tools/build-language-service.jsprepublishOnlynode tools/build-language-service.jsstartnode bin/rapydscripttestnode bin/rapydscript self --complete --test && npm run test:unit && npm run test:lstest:lsnode test/unit/run-language-service.jstest:unitnode test/unit/index.js
Dependencies1
uglify-js>= 3.0.15