PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

Recommended action

Block this update

Static 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"}'
Publisherficocelliguy
Artifact bytes1,729,348
Previous version0.9.3
Published2026-05-23T02:48:41.250Z
SHA-256fa0d9f9c8e36253a8b1937302883256278057975e4cc9202b46711a03c8bcb9d

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

high
Last checked
highRisk
101Score
0.9.4Version
Status history (1 event)
  1. newavailable · risk high · score 101 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

ficocelliguy

2 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/web-repl-page-deploy.ymlmatched "GITHUB_TOKEN"30
mediumObfuscation Densitypackage/release/compiler.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/language-service/index.js2701016 bytes10
mediumLarge Javascript Payloadpackage/web-repl/rapydscript.js2512847 bytes10
Show all 17 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/web-repl-page-deploy.ymlmatched "GITHUB_TOKEN"30
mediumObfuscation Densitypackage/release/compiler.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/language-service/index.js2701016 bytes10
mediumLarge Javascript Payloadpackage/web-repl/rapydscript.js2512847 bytes10
lowObfuscationpackage/release/baselib-plain-pretty.jsmatched "fromCharCode"3
lowObfuscationpackage/release/baselib-plain-ugly.jsmatched "fromCharCode"3
lowObfuscationpackage/tools/build-language-service.jsmatched "eval("3
lowObfuscationpackage/release/compiler.jsmatched "fromCharCode"3
lowObfuscationpackage/web-repl/env.jsmatched "eval("3
lowObfuscationpackage/test/unit/index.jsmatched "\\u00a0"3
lowObfuscationpackage/test/unit/language-service-bundle.jsmatched "\\u2013"3
lowObfuscationpackage/test/unit/language-service-index.jsmatched "\\u2013"3
lowObfuscationpackage/web-repl/main.jsmatched "eval("3
lowObfuscationpackage/web-repl/prism.jsmatched "\\u00a0"3
lowObfuscationpackage/web-repl/sha1.jsmatched "fromCharCode"3
lowObfuscationpackage/tools/utils.jsmatched "fromCharCode"3
lowObfuscationpackage/test/unit/web-repl.jsmatched "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.js
  • build-selfnode bin/rapydscript self --complete
  • build:lsnode tools/build-language-service.js
  • prepublishOnlynode tools/build-language-service.js
  • startnode bin/rapydscript
  • testnode bin/rapydscript self --complete --test && npm run test:unit && npm run test:ls
  • test:lsnode test/unit/run-language-service.js
  • test:unitnode test/unit/index.js
Dependencies1
  • uglify-js>= 3.0.15