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
- 43
- First published
- Apr 2026
- Publisher
- aksika
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":["[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":["[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential File Packaged: package/config/.env
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (2 events)
- available → available · risk high · score 82 · status available -> available, risk high -> high, score 57 -> 82
- new → available · risk high · score 57 · status changed
Evidence
Static findings
13 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/config/.env | package/config/.env | 35 |
| medium | Remote Payload | package/bundle/abtars-cli.js | matched "api.telegram.org/bot" | 12 |
Show all 13 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/config/.env | package/config/.env | 35 |
| medium | Remote Payload | package/bundle/abtars-cli.js | matched "api.telegram.org/bot" | 12 |
| low | Messenger Bot Endpoint | package/bundle/abtars-cli.js | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Messenger Bot Endpoint | package/bundle/telegram-adapter-F2OS2FAM.js | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Messenger Bot Endpoint | package/bundle/telegram-adapter-FS6WU2HS.js | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Messenger Bot Endpoint | package/bundle/telegram-adapter-ISQRW7PN.js | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Messenger Bot Endpoint | package/bundle/telegram-adapter-QCD7AG5D.js | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Messenger Bot Endpoint | package/bundle/telegram-adapter-Y3PVA25S.js | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Messenger Bot Endpoint | package/bundle/telegram-adapter-YAXSK2RT.js | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Large Javascript Payload | package/bundle/chunk-P6PN34XD.js | 2976873 bytes | 0 |
| low | Obfuscation Density | package/bundle/chunk-RV54J75Q.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/bundle/chunk-WX7GHGFX.js | high encoded/escaped-token density | 0 |
| low | Large Javascript Payload | package/bundle/esm-PFOJARXA.js | 3226814 bytes | 0 |
Manifest
Package metadata
Scripts9
buildtsc && rm -rf dist/components/dashboard/public && cp -r src/components/dashboard/public dist/components/dashboard/public && git log -1 --format='{"hash":"%h","date":"%ci"}' > dist/build-info.jsonbundlerm -rf bundle && cd ../abmind && npm run build && cd ../abtars && node esbuild.config.js && rm -rf bundle/public && cp -r src/components/dashboard/public bundle/public && cp -r agents bundle/agentscheck-importsbash -c '! grep -rE "from \"abmind/|from '\''abmind/" src --include=*.ts | grep -vE "abmind/deploy-lib\"|abmind/deploy-lib'\''"'devnode --import tsx src/main.tsprepublishOnlynode -e "const p=require('./package.json');const d=JSON.stringify(p.dependencies||{});if(d.includes('file:')){console.error('ERROR: file: dependency found');process.exit(1)}"startnode dist/main.jstestvitest --runtest:watchvitesttypechecktsc --noEmit