PkgRadar

Package evidence

@tokeflow_com/[email protected]

Credential File Packaged: package/src/.env

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 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":["@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"}'
Artifact bytes245,011
Previous version2.2.0
Published2026-05-10T21:46:34.401Z
SHA-256babb5d58488ccba53bc67b3ec0aa20f8c2b3399ae70479a003d0001098576a1e

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

high
Last checked
highRisk
35Score
2.3.0Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/src/.envpackage/src/.env35

Manifest

Package metadata

Scripts16
  • buildbun run build:esm && bun run build:cjs && bun run build:browser && bun run build:react && bun run build:types
  • build:browseresbuild src/index.ts --bundle --minify --format=iife --global-name=Tokeflow --outfile=dist/tokeflow.min.js --sourcemap=external
  • build:cjsesbuild src/index.ts --bundle --format=cjs --outfile=dist/index.cjs --external:react --external:react-dom --external:@sentry/browser --sourcemap=external
  • build:esmesbuild src/index.ts --bundle --format=esm --outfile=dist/index.esm.js --external:react --external:react-dom --external:@sentry/browser --sourcemap=external
  • build: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=external
  • build:typestsc --declaration --emitDeclarationOnly --outDir dist
  • cleanrm -rf dist
  • examplebun run examples/server.ts
  • example:htmlbun run examples/server.ts
  • example:reactbun run examples/react/server.ts
  • prepublishOnlybun run build && bun test
  • releasebun run build && bun test && bun run release:sentry && npm publish --access public
  • release:sentrybun run scripts/release-sentry.ts
  • testbun test
  • test:coveragebun test --coverage
  • typechecktsc --noEmit
Dependencies1
  • @sentry/browser^10.52.0