PkgRadar

Package evidence

@cardstack/[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
837
Versions published
18
First published
Apr 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":["@cardstack/[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":["@cardstack/[email protected]"],"fail_on":"review"}'
Artifact bytes18,529,756
Previous version0.3.0-unstable.87
Published2026-05-28T13:51:50.746Z
SHA-256fc9f816e5c46790edc756cc65a325300a35fa48d50ccef544f1edb12d05fc2b3

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
15Score
0.3.0-unstable.122Version
Status history (1 event)
  1. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/bundled-test-harness/assets/marked-sync-D-ecdBRU.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/bundled-test-harness/assets/editor.api-ClwRlWfO.js4105060 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js2437088 bytes10
mediumLarge Javascript Payloadpackage/bundled-test-harness/assets/runtime-common-BYg4_BEs.js4911937 bytes10
mediumLarge Javascript Payloadpackage/bundled-test-harness/assets/ts.worker-CVZyD3Mk.js10381785 bytes10

Manifest

Package metadata

Scripts23
  • buildpnpm clean && pnpm build:types && pnpm build:test-harness && pnpm build:realms && NODE_NO_WARNINGS=1 ts-node --transpileOnly scripts/build.ts
  • build:pluginNODE_NO_WARNINGS=1 ts-node --transpileOnly scripts/build-plugin.ts
  • build:realmsNODE_NO_WARNINGS=1 ts-node --transpileOnly scripts/build-realms.ts
  • build:skillsNODE_NO_WARNINGS=1 ts-node --transpileOnly scripts/build-skills.ts
  • build:test-harnessNODE_NO_WARNINGS=1 ts-node --transpileOnly scripts/build-test-harness.ts
  • build:typesNODE_NO_WARNINGS=1 ts-node --transpileOnly scripts/build-types.ts
  • cleanrm -rf dist/* bundled-types bundled-test-harness bundled-realms
  • lintconcurrently "pnpm:lint:*(!fix)" --names "lint:"
  • lint:fixconcurrently "pnpm:lint:*:fix" --names "fix:"
  • lint:jseslint . --report-unused-disable-directives --cache
  • lint:js:fixeslint . --report-unused-disable-directives --fix
  • lint:typestsc --noEmit
  • publish:drypnpm publish --dry-run --no-git-checks
  • publish:npmpnpm publish --no-git-checks
  • startNODE_NO_WARNINGS=1 ts-node --transpileOnly src/index.ts
  • testvitest run
  • test:integration./tests/scripts/run-integration-with-test-pg.sh
  • test:unitvitest run --exclude 'tests/integration/**'
  • test:unit-exclude-smokevitest run --exclude 'tests/integration/**' --exclude 'tests/smoke.test.ts'
  • test:watchvitest
  • version:majornpm version major
  • version:minornpm version minor
  • version:patchnpm version patch
Dependencies14
  • @aws-crypto/sha256-js^5.2.0
  • @glint/ember-tsc^1.5.0
  • @playwright/test^1.54.0
  • @types/qunit^2.19.12
  • @universal-ember/test-support^0.5.1
  • commander^13.1.0
  • content-tag^4.0.0
  • dotenv^16.4.7
  • ignore^5.2.0
  • jsonwebtoken9.0.3
  • p-limit^7.3.0
  • qunit^2.24.1
  • qunit-dom^3.5.0
  • typescript~5.9.3