PkgRadar

Package evidence

@gala-chain/[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
612
Versions published
177Mature · −50% score
First published
Nov 2023
Publisher
dzikowski

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

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":["@gala-chain/[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":["@gala-chain/[email protected]"],"fail_on":"review"}'
Publisherdzikowski
Artifact bytes276,556
Previous version3.1.1
Published2026-05-27T12:19:43.933Z
SHA-25642cb21402f9f078ca1c1ecd92035bbaceff92bf7cea9830b6d111f69981dadd9

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/lib/chaincode-template/package-lock.jsonhigh encoded/escaped-token density12
mediumRemote Payloadpackage/lib/chaincode-template/rest-api-samples.shmatched "curl "12

Manifest

Package metadata

Scripts11
  • buildshx rm -rf lib && mkdir -p lib && cp -r network lib/ && rsync -a --exclude-from=chaincode-template/.gitignore chaincode-template lib/ && tsc -b && oclif manifest && oclif readme && rm tsconfig.tsbuildinfo
  • cleantsc -b --clean
  • fixnx run lint --fix
  • formatprettier --config ../.prettierrc 'src/**/*.ts' 'chaincode-template/**/*.ts' --write
  • lintnx run lint
  • madgemadge --circular --warning lib
  • postpackshx rm -f oclif.manifest.json
  • prepacknpm run build
  • prepublishOnlynpm i && npm run clean && npm run build && npm run lint && npm run madge
  • testjest
  • versionnpm run build && git add README.md
Dependencies9
  • @gala-chain/api3.1.2
  • @noble/secp256k1^1.7.1
  • @oclif/core^3
  • @oclif/plugin-help^3
  • axios^1.6.0
  • dotenv16.3.1
  • fablo2.0.0
  • nanoid^3.3.6
  • tslib^2.6.2