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
- 14
- First published
- Jan 2026
- Publisher
- oluwatobiiloba
Recommended action
Block this updateStatic 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":["@tokeflow_com/[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":["@tokeflow_com/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential File Packaged: package/src/.env
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk high · score 35 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/src/.env | package/src/.env | 35 |
Manifest
Package metadata
Scripts16
buildbun run build:esm && bun run build:cjs && bun run build:browser && bun run build:react && bun run build:typesbuild:browseresbuild src/index.ts --bundle --minify --format=iife --global-name=Tokeflow --outfile=dist/tokeflow.min.js --sourcemap=externalbuild:cjsesbuild src/index.ts --bundle --format=cjs --outfile=dist/index.cjs --external:react --external:react-dom --external:@sentry/browser --sourcemap=externalbuild:esmesbuild src/index.ts --bundle --format=esm --outfile=dist/index.esm.js --external:react --external:react-dom --external:@sentry/browser --sourcemap=externalbuild:reactesbuild src/react/index.ts --bundle --format=esm --outfile=dist/react/index.esm.js --external:react --external:react-dom --external:@sentry/browser --sourcemap=external && esbuild src/react/index.ts --bundle --format=cjs --outfile=dist/react/index.cjs --external:react --external:react-dom --external:@sentry/browser --sourcemap=externalbuild:typestsc --declaration --emitDeclarationOnly --outDir distcleanrm -rf distexamplebun run examples/server.tsexample:htmlbun run examples/server.tsexample:reactbun run examples/react/server.tsprepublishOnlybun run build && bun testreleasebun run build && bun test && bun run release:sentry && npm publish --access publicrelease:sentrybun run scripts/release-sentry.tstestbun testtest:coveragebun test --coveragetypechecktsc --noEmit
Dependencies1
@sentry/browser^10.52.0