PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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.

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

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"}'
Artifact bytes350,676
Previous version1.4.12
Published2026-05-23T09:40:23.994Z
SHA-2569b9a253bca6c61d2349117df4c5e9b38cfcecce606e677081a0631a4acb7d1db

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
87Score
1.4.13Version
Status history (1 event)
  1. newavailable · risk high · score 87 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/auto-pr-description.ymlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/.github/workflows/release.ymlmatched "GITHUB_TOKEN"30
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/auto-pr-description.ymlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/.github/workflows/release.ymlmatched "GITHUB_TOKEN"30
lowObfuscationpackage/src/Database.jsmatched "\\x1b"3
lowObfuscationpackage/src/Mail.jsmatched "\\x00"3
lowObfuscationpackage/src/Database/Migration.jsmatched "\\x1b"3
lowObfuscationpackage/bin/odac.jsmatched "\\u001B"3
lowObfuscationpackage/src/Route.jsmatched "\\x1b"3
lowObfuscationpackage/src/Server.jsmatched "\\x1b"3
lowObfuscationpackage/src/Storage.jsmatched "\\x1b"3
lowObfuscationpackage/src/Var.jsmatched "Buffer.from(this.#value, 'base64"3
lowObfuscationpackage/src/Database/WriteBuffer.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts3
  • buildodac build
  • devodac dev
  • startodac start
Dependencies1
  • odac*