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.

Weekly downloads
25,798Mainstream · −50% score
Versions published
197
First published
Apr 2026
Publisher
drewstone

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

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 bytes306,232
Previous version0.0.0-develop.20260617131057.70ddb93
Published2026-06-17T12:11:17.428Z
SHA-25695ae9701ca5a92f74f9b23b7e10c11089fd13a20e0eec4ba32e30bbe2d5c3661

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.20260617140247.79bcc19Version
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