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
- 14
- Versions published
- 5
- First published
- May 2026
- Publisher
- harunyardimci
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":["@argustech/[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":["@argustech/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "AWS_SECRET_ACCESS_KEY"
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 10 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist-server/server/safety/index.js | matched "AWS_SECRET_ACCESS_KEY" | 5 |
| low | Messenger Bot Endpoint | package/dist-server/server/notifications/telegram.js | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
Manifest
Package metadata
Scripts16
buildnpm run build:client && npm run build:runtimebuild:clientvite buildbuild:runtimenpm run clean:runtime && tsc -p tsconfig.build.jsonclean:runtimenode --input-type=module -e "import { rmSync } from 'node:fs'; rmSync('dist-server', { recursive: true, force: true });"devconcurrently -n be,fe -c green,cyan "tsx watch server/index.ts" "tsx scripts/wait-for-dev-api.ts && vite"dev:betsx watch server/index.tsdev:fevitelinteslint . && npm run typecheckmcptsx mcp/index.tsprepacknpm run buildpreviewvite previewstartnode bin/cli.jstestvitest runtest:coveragevitest run --coveragetest:watchvitesttypechecktsc -p tsconfig.json && tsc -p tsconfig.server.json
Dependencies18
@anthropic-ai/sdk^0.91.1@dicebear/collection^9.4.0@dicebear/core^9.4.0@google/generative-ai^0.24.1@modelcontextprotocol/sdk^1.27.1better-sqlite3^12.6.2class-variance-authority^0.7.1clsx^2.1.1cors^2.8.6express^5.2.1multer^2.1.1openai^6.34.0react^19.2.0react-dom^19.2.0react-markdown^10.1.0remark-gfm^4.0.1tailwind-merge^3.5.0zod^4.3.6