Package evidence
@bitclaw/[email protected]
Remote Dependency Spec: dependencies.@bitclaw/result="github:bitclaw/result"
Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | dependencies.@bitclaw/result="github:bitclaw/result" | 12 |
Manifest
Package metadata
Scripts15
buildtsc -p tsconfig.build.jsonformatbiome format --writeknipkniplintbiome checklint:fixbiome check --writeprepublishOnlynpm run build && npm run test:unitpublish:devnpm run build && npm publish --tag dev --access publicpublish:majornpm whoami && npm version major && git push --follow-tags && npm publish --access publicpublish:minornpm whoami && npm version minor && git push --follow-tags && npm publish --access publicpublish:patchnpm whoami && npm version patch && git push --follow-tags && npm publish --access publictestbun test --ignore src/providers/smtp-errors.test.ts && bun test src/providers/smtp-errors.test.tstest:integrationbun test src/providers/smtp.test.tstest:unitbun test --ignore src/providers/smtp.test.tstest:watchbun test --watchtypechecktsc --noEmit
Dependencies4
@bitclaw/resultgithub:bitclaw/result@react-email/render^1.0.0@types/nodemailer^8.0.0nodemailer^8.0.7