PkgRadar

Package evidence

@instantkom/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
1,246Niche · −30% score
Versions published
12
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

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

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":["@instantkom/[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":["@instantkom/[email protected]"],"fail_on":"review"}'
Artifact bytes140,233
Previous version3.138.0
Published2026-05-26T13:30:39.731Z
SHA-2562143c1a93c5648556d29aa22b2689181a3886538a5890e081fc22ab688c8a420

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density12

Manifest

Package metadata

Scripts28
  • buildtsc -b
  • check:allnpm run check:api-coverage && npm run check:mcp-parity && npm run check:openapi-drift && npm run check:types-sync && npm run check:docs-sync && npm run check:frontend-docs-sync && npm run check:cookbook && npm run check:command-coverage && npm run check:exit-codes
  • check:api-coveragenode scripts/check-api-coverage.js
  • check:command-coveragenode scripts/check-command-coverage.js
  • check:cookbooknode scripts/check-cookbook.js
  • check:docs-syncnode scripts/check-docs-sync.js
  • check:exit-codesnode scripts/check-exit-codes.js
  • check:frontend-docs-syncnode scripts/sync-frontend-docs.js
  • check:mcp-paritynode scripts/check-mcp-parity.js
  • check:openapi-driftnode scripts/check-openapi-drift.js
  • check:types-syncnode scripts/check-types-sync.js
  • cleanrm -rf dist tsconfig.tsbuildinfo
  • docs:frontendnode scripts/sync-frontend-docs.js --write
  • docs:generatenode scripts/check-docs-sync.js --write
  • generate:typesopenapi-typescript ../../services/api/openapi/spec.json -o src/types/api.d.ts
  • packaging:manifestsnode scripts/render-package-manifests.js
  • postpackrm -f oclif.manifest.json
  • prepacknpm run build && oclif manifest
  • testvitest run --config vitest.workspace.ts
  • test:contractvitest run --config vitest.workspace.ts --project contract
  • test:coveragevitest run --config vitest.workspace.ts --project unit --coverage
  • test:e2evitest run --config vitest.workspace.ts --project e2e
  • test:integrationvitest run --config vitest.workspace.ts --project integration
  • test:livenpm run build && oclif manifest && IKM_CLI_LIVE_TEST=1 vitest run --config vitest.workspace.ts --project integration
  • test:security:livenpm run build && oclif manifest && IKM_CLI_SECURITY_TEST=1 vitest run --config vitest.workspace.ts --project integration src/tests/integration/live-cli-security.test.ts
  • test:unitvitest run --config vitest.workspace.ts --project unit
  • test:watchvitest --config vitest.workspace.ts
  • type-checktsc --noEmit
Dependencies9
  • @oclif/core^4
  • @oclif/plugin-autocomplete^3
  • @oclif/plugin-help^6
  • @oclif/plugin-update^4.7.39
  • cli-table3^0.6.5
  • js-yaml^4.1.1
  • keytar^7
  • open^10
  • yaml^2