PkgRadar

Package evidence

@paparats/[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":["@paparats/[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":["@paparats/[email protected]"],"fail_on":"high"}'
Publisheribazylchuk
Artifact bytes73,937
Previous version0.10.2
Published2026-05-24T10:32:26.607Z
SHA-256336cd1eecc9b16a395e787da89c1aa5226ab2aa3d974a933f54265bbf059c8bf

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

ibazylchuk

6 members · evidence strength 73

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/docker-compose-generator.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/commands/install.jsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/docker-compose-generator.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/commands/install.jsmatched "curl "12
lowObfuscationpackage/dist/commands/install.jsmatched "\\u2713"3

Manifest

Package metadata

Scripts7
  • buildtsc
  • devtsc --watch
  • postbuildnode -e "if (process.platform !== 'win32') require('fs').chmodSync('bin/paparats', 0o755)"
  • prepublishOnlynpm run build && npm run test
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies10
  • @inquirer/prompts^8.4.3
  • @paparats/shared^0.11.0
  • chalk^5.6.2
  • chokidar^5.0.0
  • commander^14.0.3
  • glob^13.0.6
  • js-yaml^4.1.1
  • minimatch^10.2.5
  • ora^9.4.0
  • p-limit^7.3.0