PkgRadar

Package evidence

@owloops/[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
286
Versions published
123
First published
Mar 2026
Publisher
owloops-npm-publisher

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":["@owloops/[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":["@owloops/[email protected]"],"fail_on":"review"}'
Artifact bytes253,136
Previous version1.24.3
Published2026-05-26T16:20:50.722Z
SHA-256b477dea704e73324afebaed82de979666e5e46c0cdb51c17152bc82ab46e4524

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
10Score
1.25.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/web/dist/assets/index-BqfiJyAl.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/index.mjsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts13
  • buildtsdown
  • devtsdown && ./bin/browserbird
  • dev:allconcurrently -n be,fe -c blue,green "npm run dev:server" "npm run dev:web"
  • dev:servernode --watch --disable-warning=ExperimentalWarning bin/browserbird-dev
  • dev:webcd web && npm run dev
  • formatprettier --write src/
  • format:checkprettier --check src/
  • linteslint src/
  • lint:fixeslint src/ --fix
  • prepublishOnlynpm run lint && npm run format:check && npm run typecheck && npm run build && cd web && npm ci && npm run build
  • start./bin/browserbird
  • testnode --test src/**/*.test.ts
  • typechecktsc --noEmit
Dependencies1
  • @slack/socket-mode^2.0.5