PkgRadar

Package evidence

@20syldev/[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.

Versions published
45Mature · −50% score
First published
Feb 2025
Publisher
20syldev

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed 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":["@20syldev/[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":["@20syldev/[email protected]"],"fail_on":"review"}'
Publisher20syldev
Artifact bytes126,552
Previous version5.1.0
Published2026-05-27T19:10:47.434Z
SHA-2569ba5666a8cd81d1b9ebc5c1b54795d13a3f56c1ffce1dd38933bfaaccb3bff03

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

review
Last checked
reviewRisk
23Score
5.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 23 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/routes/get.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/routes/get.jsmatched "api.github.com/graphql"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/routes/get.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/routes/get.jsmatched "api.github.com/graphql"12
lowCredential file accesspackage/dist/config/env.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts9
  • buildtsc
  • checktsc --noEmit -p tsconfig.test.json && eslint src/ tests/
  • devtsx watch src/app.ts
  • formatprettier --write src/ tests/ && eslint --fix src/ tests/
  • preparetsc
  • startnode dist/app.js
  • testNODE_ENV=test node --import tsx --test --test-force-exit tests/unit/*.test.ts tests/integration/*.test.ts
  • upgrade:majornpx npm-check-updates -u && npm install
  • upgrade:minornpm upgrade
Dependencies9
  • @20syldev/logger.ts^1.0.1
  • canvas^3.1.0
  • cors^2.8.5
  • dotenv^16.4.7
  • express^5.1.0
  • ical.js^2.1.0
  • qrcode^1.5.4
  • random^5.3.0
  • uuid^14.0.0