PkgRadar

Package evidence

@grackle-ai/[email protected]

Remote Dependency Spec: devDependencies.agent-host-protocol="git+https://github.com/microsoft/agent-host-protocol.git#6f01e3d81e2751dcb827ffaf6d57d3b157c9d457"

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
76
First published
May 2026
Publisher
nickpape

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":["@grackle-ai/[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":["@grackle-ai/[email protected]"],"fail_on":"review"}'
Publishernickpape
Artifact bytes101,807
Previous version0.194.0
Published2026-06-12T14:51:26.813Z
SHA-2569896329e1d5953a54a5400b800e8a848c79e84adfadcb2b18d9a5076aa333fe0

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.agent-host-protocol="git+https://github.com/microsoft/agent-host-protocol.git#6f01e3d81e2751dcb827ffaf6d57d3b157c9d457"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.agent-host-protocol="git+https://github.com/microsoft/agent-host-protocol.git#6f01e3d81e2751dcb827ffaf6d57d3b157c9d457"8

Manifest

Package metadata

Scripts7
  • _phase:buildnode scripts/prebuild.mjs && heft run --only build -- --clean
  • _phase:testvitest run --coverage
  • buildnode scripts/prebuild.mjs && heft build --clean
  • cleanheft clean
  • prebuildnode scripts/prebuild.mjs
  • pretestnode scripts/prebuild.mjs
  • testvitest run