PkgRadar

Package evidence

@tangle-network/[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.

Versions published
196
First published
Apr 2026
Publisher
drewstone

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":["@tangle-network/[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":["@tangle-network/[email protected]"],"fail_on":"review"}'
Publisherdrewstone
Artifact bytes305,233
Previous version0.0.0-develop.20260617114414.cdf61be
Published2026-06-17T11:15:34.691Z
SHA-2561964934d31d99c9f4272936a07adfbe44aa6d21289a9cc45cd1ac3ffbb2bb4db

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

low
Last checked
lowRisk
0Score
0.0.0-develop.20260617131057.70ddb93Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/client-CiEyq5FX.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/collaboration-BxlfZ2Uh.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/errors-DZsfJUuc.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/agent/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/auth/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/intelligence/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/openai/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/session-gateway/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/sandbox-MqP7hJXq.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/tangle-DuP1dPqr.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts12
  • buildtsdown && bash scripts/obfuscate.sh
  • build:cleantsdown
  • check-typestsc --noEmit
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2evitest run --config vitest.e2e.config.ts
  • test:e2e:collaborationpnpm --dir ../../../packages/sdk-collaboration build && SKIP_ORCHESTRATOR=true vitest run --config vitest.e2e.config.ts tests/e2e/collaboration-lifecycle.test.ts
  • test:e2e:harnessSKIP_ORCHESTRATOR=true vitest run --config vitest.e2e.config.ts tests/e2e/harness-selection-smoke.test.ts
  • test:e2e:snapshotsvitest run --config vitest.e2e.config.ts tests/e2e/snapshot-lifecycle.test.ts
  • test:e2e:watchvitest --config vitest.e2e.config.ts
  • test:watchvitest
  • verify-distbash scripts/verify-dist.sh