PkgRadar

Package evidence

@bitclaw/[email protected]

Remote Dependency Spec: dependencies.@bitclaw/result="github:bitclaw/result"

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":["@bitclaw/[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":["@bitclaw/[email protected]"],"fail_on":"review"}'
Publisherbitclaw
Artifact bytes6,911
Previous versionnone
Published2026-05-24T01:49:52.208Z
SHA-2569e4d03bf9fb1bb32e6f2da8e79e3e308861e41fdba3e5640dac20f92cc005510

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.@bitclaw/result="github:bitclaw/result"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@bitclaw/result="github:bitclaw/result"12

Manifest

Package metadata

Scripts15
  • buildtsc -p tsconfig.build.json
  • formatbiome format --write
  • knipknip
  • lintbiome check
  • lint:fixbiome check --write
  • prepublishOnlynpm run build && npm run test:unit
  • publish:devnpm run build && npm publish --tag dev --access public
  • publish:majornpm whoami && npm version major && git push --follow-tags && npm publish --access public
  • publish:minornpm whoami && npm version minor && git push --follow-tags && npm publish --access public
  • publish:patchnpm whoami && npm version patch && git push --follow-tags && npm publish --access public
  • testbun test --ignore src/providers/smtp-errors.test.ts && bun test src/providers/smtp-errors.test.ts
  • test:integrationbun test src/providers/smtp.test.ts
  • test:unitbun test --ignore src/providers/smtp.test.ts
  • test:watchbun test --watch
  • typechecktsc --noEmit
Dependencies4
  • @bitclaw/resultgithub:bitclaw/result
  • @react-email/render^1.0.0
  • @types/nodemailer^8.0.0
  • nodemailer^8.0.7