PkgRadar

Package evidence

@integrity-labs/[email protected]

Webhook Exfil Endpoint: matched "pipedream.net"

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
18,299Mainstream · −50% score
Versions published
417
First published
Mar 2026
Publisher
integrity-labs

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static 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":["@integrity-labs/[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":["@integrity-labs/[email protected]"],"fail_on":"high"}'
Artifact bytes2,135,123
Previous version0.28.31
Published2026-06-13T11:28:29.550Z
SHA-2561dec70cfa1929379c924c2fa900c6445df7953b9b270504dfdae12b37e079069

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "pipedream.net"

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

Availability ledger

available

high
Last checked
highRisk
22Score
0.28.32Version
Status history (1 event)
  1. newavailable · risk high · score 22 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/chunk-KJVDXL3L.jsmatched "pipedream.net"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/chunk-KJVDXL3L.jsmatched "pipedream.net"40
lowCredential file accesspackage/dist/chunk-KJVDXL3L.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts8
  • buildtsup && npm run build:mcp-assets && npm run build:cli-assets
  • build:cli-assetsmkdir -p dist/assets && cp assets/impersonate-statusline.sh dist/assets/impersonate-statusline.sh && chmod +x dist/assets/impersonate-statusline.sh
  • build:mcp-assetsmkdir -p dist/mcp && cp ../../packages/mcp/dist/index.js dist/mcp/index.js && cp ../../packages/mcp/dist/slack-channel.js dist/mcp/slack-channel.js && cp ../../packages/mcp/dist/direct-chat-channel.js dist/mcp/direct-chat-channel.js && cp ../../packages/mcp/dist/telegram-channel.js dist/mcp/telegram-channel.js && cp ../../packages/mcp/dist/teams-channel.js dist/mcp/teams-channel.js && cp ../../packages/augmented-admin-mcp/dist/index.js dist/mcp/augmented-admin.js
  • cleanrm -rf dist
  • devtsx watch src/bin/agt.ts
  • releasenpm run build && npm publish --access public
  • testvitest run
  • typechecktsc --noEmit
Dependencies16
  • @inquirer/prompts7.10.1
  • @supabase/supabase-js2.97.0
  • acpx0.4.0
  • ajv8.18.0
  • ajv-formats3.0.1
  • chalk5.6.2
  • cli-table30.6.5
  • commander13.1.0
  • croner10.0.1
  • ink7.0.1
  • json52.2.3
  • nunjucks3.2.4
  • ora8.2.0
  • react19.2.4
  • ws8.19.0
  • yaml2.8.4