Package evidence
@hybridaione/[email protected]
Messenger Bot Endpoint: matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)
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
- 486
- Versions published
- 74
- First published
- Feb 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@hybridaione/[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":["@hybridaione/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Messenger Bot Endpoint: matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)
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 15 · status changed
Evidence
Static findings
13 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 13 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Messenger Bot Endpoint | package/dist/channels/telegram/api.js | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Credential file access | package/container/dist/approval-policy.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/security/mount-security.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/policy/remote-policy-authority.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/context-references/security.js | matched ".npmrc" | 5 |
| low | Credential file access | package/container/shared/sensitive-env.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/skills/skills-guard.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/workspace.js | matched ".ssh/" | 5 |
| low | Credential file access | package/container/src/approval-policy.ts | matched ".ssh/" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node ./scripts/postinstall-container.mjs" | 5 |
| low | Obfuscation Density | package/container/npm-shrinkwrap.json | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/npm-shrinkwrap.json | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/container/package-lock.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts42
audit:signaturesnode ./scripts/audit-signatures.mjsbuildnpm --prefix container run build && tsc && node -e "require('node:fs').chmodSync('dist/cli.js', 0o755)"build:consolenpm --workspace console run buildbuild:containernode ./scripts/build-container.mjsbuild:desktopnpm run build && npm --workspace desktop run buildcheckbiome check .check:nodenode ./scripts/check-node-version.mjscleannode -e "const fs=require('node:fs');fs.rmSync('dist',{recursive:true,force:true});fs.rmSync('console/dist',{recursive:true,force:true});fs.rmSync('container/dist',{recursive:true,force:true});fs.rmSync('desktop/dist',{recursive:true,force:true});fs.rmSync('desktop/release',{recursive:true,force:true});"deps:policynode ./scripts/check-dependency-policy.mjsdeps:update-lockfilenpm update --package-lock-only && npm --prefix container update --package-lock-only && node ./scripts/sync-shrinkwraps.mjsdeps:verifynpm ci --ignore-scripts --no-audit --fund=false && npm --prefix container ci --ignore-scripts --no-audit --fund=false && npm run audit:signaturesdesktopnpm run build:desktop && npm --workspace desktop run startdesktop:linuxnpm run build:desktop && npm --workspace desktop run dist:linuxdesktop:macnpm run build:desktop && npm --workspace desktop run dist:macdevtsx src/cli.ts gatewaydev:consoleHYBRIDCLAW_DEV_VITE_URL=http://127.0.0.1:4173 tsx src/cli.ts gateway restart && npm --workspace console run deveval:trace-judge:gateHYBRIDCLAW_DATA_DIR=/tmp/hybridclaw-trace-judge-gate HYBRIDCLAW_DISABLE_CONFIG_WATCHER=1 node -e "import('./dist/evals/trace-judge-native.js').then((m)=>m.runTraceJudgeNativeGate()).catch((err)=>{console.error(err);process.exitCode=1})"eval:trace-judge:gate:liveHYBRIDCLAW_DATA_DIR=/tmp/hybridclaw-trace-judge-live-gate HYBRIDCLAW_DISABLE_CONFIG_WATCHER=1 node -e "import('./dist/evals/trace-judge-native.js').then((m)=>m.runTraceJudgeNativeGate({live:true})).catch((err)=>{console.error(err);process.exitCode=1})"formatbiome check --write .gatewaytsx src/cli.ts gatewaylinttsc --noEmit --noUnusedLocals --noUnusedParameters && npm --workspace console run typecheck && npm --workspace desktop run typecheckpostinstallnode ./scripts/postinstall-container.mjsprebuildnpm run check:node && npm run build:consoleprepacknpm run clean && npm run build && npm run release:checkpreparecommand -v git >/dev/null 2>&1 && test -w .git/config && husky || truepretest:unitnpm run check:nodepublish:drynpm publish --access public --dry-runrelease:checknpm run version:check && node ./scripts/check-dependency-policy.mjs && node ./scripts/release-check.mjssetupnpm --prefix container installstartnode dist/cli.js gateway- …and 12 more.
Dependencies41
@huggingface/transformers3.8.1@modelcontextprotocol/sdk1.29.0@ngrok/ngrok1.7.0@opentelemetry/api1.9.1@opentelemetry/exporter-trace-otlp-grpc0.218.0@opentelemetry/exporter-trace-otlp-http0.218.0@opentelemetry/resources2.7.1@opentelemetry/sdk-node0.218.0@sentry/node10.56.0@slack/bolt4.7.3@whiskeysockets/baileys7.0.0-rc11ajv8.20.0amaro1.1.10better-sqlite312.10.0botbuilder4.23.3camoufox-js0.10.2cron-parser5.5.0csv-parse6.2.1discord.js14.26.4docx9.7.1iconv-lite0.7.2imapflow1.3.5impit0.13.0mailparser3.9.9marked17.0.4node-pty1.1.0nodemailer8.0.10pdf-lib1.17.1pdfjs-dist5.5.207pino9.14.0- …and 11 more.
Optional dependencies1
appdmg0.6.6