PkgRadar

Package evidence

@dbos-inc/[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.

Weekly downloads
689
Versions published
519Mature · −50% score
First published
Mar 2024
Publisher
kraftp

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":["@dbos-inc/[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":["@dbos-inc/[email protected]"],"fail_on":"review"}'
Publisherkraftp
Artifact bytes51,836
Previous version4.19.6-preview
Published2026-05-29T00:13:25.362Z
SHA-256dbba163deb41fc762b2ac1892aa6967dcc95e36f3f3f131c43657894d5af3c3c

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
2Score
4.19.7-previewVersion
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/github-create.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts6
  • buildtsc
  • devnodemon
  • linteslint src
  • lint-fixeslint --fix src
  • startnode dist/src/main.js
  • testnpx dbos migrate && jest
Dependencies4
  • @dbos-inc/dbos-sdkfile:../../../..
  • @dbos-inc/typeorm-datasourcefile:../../../typeorm-datasource
  • express^4.21.2
  • typeorm^0.3.25