PkgRadar

Package evidence

@inco/[email protected]

no findings

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":"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":["@inco/[email protected]"],"fail_on":"review"}'
Publishermuskbuster
Artifact bytes38,077
Previous versionnone
Published2026-01-08T16:42:56.344Z
SHA-25605b70f06d507e342eae5d6c9c626a7aa73fe87f5265126ebad34f1bbf6c3ebc7

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.0.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

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
Dependencies9
  • @coral-xyz/anchor0.31.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