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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 3 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/npm-shrinkwrap.json | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts28
buildtsc -bcheck: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-codescheck:api-coveragenode scripts/check-api-coverage.jscheck:command-coveragenode scripts/check-command-coverage.jscheck:cookbooknode scripts/check-cookbook.jscheck:docs-syncnode scripts/check-docs-sync.jscheck:exit-codesnode scripts/check-exit-codes.jscheck:frontend-docs-syncnode scripts/sync-frontend-docs.jscheck:mcp-paritynode scripts/check-mcp-parity.jscheck:openapi-driftnode scripts/check-openapi-drift.jscheck:types-syncnode scripts/check-types-sync.jscleanrm -rf dist tsconfig.tsbuildinfodocs:frontendnode scripts/sync-frontend-docs.js --writedocs:generatenode scripts/check-docs-sync.js --writegenerate:typesopenapi-typescript ../../services/api/openapi/spec.json -o src/types/api.d.tspackaging:manifestsnode scripts/render-package-manifests.jspostpackrm -f oclif.manifest.jsonprepacknpm run build && oclif manifesttestvitest run --config vitest.workspace.tstest:contractvitest run --config vitest.workspace.ts --project contracttest:coveragevitest run --config vitest.workspace.ts --project unit --coveragetest:e2evitest run --config vitest.workspace.ts --project e2etest:integrationvitest run --config vitest.workspace.ts --project integrationtest:livenpm run build && oclif manifest && IKM_CLI_LIVE_TEST=1 vitest run --config vitest.workspace.ts --project integrationtest: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.tstest:unitvitest run --config vitest.workspace.ts --project unittest:watchvitest --config vitest.workspace.tstype-checktsc --noEmit
Dependencies9
@oclif/core^4@oclif/plugin-autocomplete^3@oclif/plugin-help^6@oclif/plugin-update^4.7.39cli-table3^0.6.5js-yaml^4.1.1keytar^7open^10yaml^2