PkgRadar

Package evidence

@accordproject/[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
8,821Niche · −30% score
Versions published
943Mature · −50% score
First published
Oct 2019
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":["@accordproject/[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":["@accordproject/[email protected]"],"fail_on":"review"}'
Artifact bytes383,217
Previous version4.1.0
Published2026-05-19T14:02:31.795Z
SHA-256a2dc72246de684e0de981413990363e98a7aa8760e7d09fbe632a9b9d956081a

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
4.1.2Version
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/dist/concerto-core.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts15
  • buildtsc -p tsconfig.build.json && cpx "src/*.json" dist/ && cpx "src/messages/*.json" dist/messages/
  • cleanrimraf dist
  • docjsdoc --pedantic --recurse -c jsdoc.json
  • licchklicense-check-and-add
  • linteslint . && npm run lint:deps
  • lint:depseslint --no-eslintrc --resolve-plugins-relative-to . --config .eslintrc.deps.yml --ext .js,.ts src
  • postbuildnpm run webpack
  • postlicchknpm run doc
  • postlintnpm run licchk
  • prebuildnpm-run-all clean
  • prepublishOnlynpm run webpack
  • pretestnpm run lint
  • testcross-env TS_NODE_PROJECT=tsconfig.build.json TZ=UTC nyc mocha -r ts-node/register --recursive -t 10000
  • test:watchcross-env TZ=UTC nyc mocha -r ts-node/register --watch --recursive -t 10000
  • webpackwebpack --config webpack.config.js --mode production
Dependencies12
  • @accordproject/concerto-cto4.1.2
  • @accordproject/concerto-metamodel^3.13.0
  • @accordproject/concerto-util4.1.2
  • dayjs1.11.13
  • debug4.3.7
  • lorem-ipsum2.0.8
  • randexp0.5.3
  • rfdc1.4.1
  • semver7.6.3
  • urijs1.19.11
  • uuid11.0.3
  • yaml^2.8.3