PkgRadar

Package evidence

@ambiad3s/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
1
First published
May 2026
Publisher
ambiad3s

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":["@ambiad3s/[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":["@ambiad3s/[email protected]"],"fail_on":"review"}'
Publisherambiad3s
Artifact bytes1,099,935
Previous versionnone
Published2026-05-29T01:18:49.365Z
SHA-2560be141cd601c8196e15973f45dfa3092590a2211f00dcc79d73d5d58252f72be

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install-hooks.shmatched "raw.githubusercontent.com"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install-hooks.shmatched "raw.githubusercontent.com"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts22
  • buildtsc && npm run copy:assets
  • cleanrm -rf dist
  • copy:assetsnode -e "require('fs').cpSync('src/dashboard/public','dist/dashboard/public',{recursive:true})"
  • dashboardnode dist/server/web-server.js
  • dashboard:buildtsc -p tsconfig.dashboard.json && npm run copy:assets
  • dashboard:devtsc -p tsconfig.dashboard.json && npm run copy:assets && node dist/server/web-server.js
  • devtsc --watch
  • formatprettier --write 'src/**/*.{ts,js,json}'
  • format:checkprettier --check 'src/**/*.{ts,js,json}'
  • linteslint src --ext .ts,.js
  • lint:fixeslint src --ext .ts,.js --fix
  • postinstallnode scripts/postinstall.cjs
  • prepublishOnlynpm run clean && npm run build && npm test
  • startnode dist/server/index.js
  • testnode --experimental-vm-modules node_modules/jest/bin/jest.js
  • test:benchmarknode --experimental-vm-modules node_modules/jest/bin/jest.js tests/benchmarks
  • test:cinode --experimental-vm-modules node_modules/jest/bin/jest.js --ci --coverage --maxWorkers=2
  • test:coveragenode --experimental-vm-modules node_modules/jest/bin/jest.js --coverage
  • test:integrationnode --experimental-vm-modules node_modules/jest/bin/jest.js tests/integration
  • test:unitnode --experimental-vm-modules node_modules/jest/bin/jest.js tests/unit
  • test:watchnode --experimental-vm-modules node_modules/jest/bin/jest.js --watch
  • validatenode scripts/validate-package.js
Dependencies10
  • @modelcontextprotocol/sdk^1.26.0
  • async-mutex^0.5.0
  • better-sqlite3^12.4.1
  • cors^2.8.5
  • diff^8.0.2
  • express^5.1.0
  • glob^11.1.0
  • lru-cache^11.2.2
  • tiktoken^1.0.22
  • zod>=3.25.0 <5