PkgRadar

Package evidence

@inco/[email protected]

Webhook Exfil Endpoint: matched "ngrok-free.app"

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
155
Versions published
3
First published
Jan 2026
Publisher
muskbuster

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":["@inco/[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":["@inco/[email protected]"],"fail_on":"high"}'
Publishermuskbuster
Artifact bytes39,278
Previous version0.0.1
Published2026-01-08T23:53:33.346Z
SHA-256134b4aa08ee6afc09c9361b2c9155f13b29c7dd471f3abc7f377dbc76153796f

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok-free.app"

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

Availability ledger

available

high
Last checked
highRisk
50Score
0.0.2-unstableVersion
Status history (1 event)
  1. newavailable · risk high · score 50 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cjs/src/constants/constants.jsmatched "ngrok-free.app"40
highWebhook Exfil Endpointpackage/dist/esm/src/constants/constants.jsmatched "ngrok-free.app"40

Manifest

Package metadata

Scripts26
  • anchor:buildanchor build
  • anchor:deployanchor deploy
  • anchor:testanchor test
  • buildbun run clean && bun run build:generate && bun run build:cjs && bun run build:esm && bun run build:declarations
  • build:cjstsc --project tsconfig.cjs.json
  • build:declarationstsc --project tsconfig.declarations.json
  • build:esmtsc --project tsconfig.esm.json
  • build:generateecho 'No IDL generation needed'
  • cleanrm -rf dist
  • eslinteslint .
  • eslint:fixeslint . --fix
  • example:attested-decryptbun run examples/attested-decrypt-example.ts
  • example:encryptionbun run examples/encryption-example.ts
  • generateecho 'No generation needed'
  • generate:idlsecho 'No IDL generation needed'
  • generate:typesecho 'No type generation needed'
  • lintbun prettier --check . && eslint .
  • lint:fixbun prettier --write . && eslint . --fix
  • publish:npmbun publish
  • testbun run lint && bun run test:tsc && bun run test:unit
  • test:coveragebun vitest run --project unit --coverage
  • test:e2ebun vitest run --project e2e
  • test:integrationbun vitest run --project integration
  • test:tsctsc --noEmit
  • test:unitbun vitest run --project unit
  • test:update-snapshotsbun vitest run --project unit --update
Dependencies10
  • @coral-xyz/anchor0.31.1
  • @inco/solana-sdk^0.0.1
  • @solana/spl-token^0.4.8
  • @solana/wallet-adapter-base^0.9.23
  • @solana/web3.js^1.95.4
  • bn.js^5.2.1
  • bs58^6.0.0
  • buffer^6.0.3
  • ecies-geth^1.7.2
  • tweetnacl^1.0.3