PkgRadar

Package evidence

@hyperledger-cacti/[email protected]

Remote Dependency Spec: dependencies.ds-test="https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0"

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
104
Versions published
2
First published
Jun 2026
Publisher
lfdt-npm

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@hyperledger-cacti/[email protected]"],"fail_on":"high"}'

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":["@hyperledger-cacti/[email protected]"],"fail_on":"high"}'
Publisherlfdt-npm
Artifact bytes132,998
Previous versionnone
Published2026-06-12T17:18:39.343Z
SHA-256b20e6ce5d3081486ef70affee4bcda79ef9c9c5eafd617ef3639a03b908a2c85

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.ds-test="https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0"

2 remote tarball(s) were followed statically.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
24Score
3.0.0-alpha.5Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highRemote Dependency Specpackage.jsondependencies.ds-test="https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0"12
highRemote Dependency Specpackage.jsondependencies.forge-std="https://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bb"12

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
dependencies.ds-testhttps://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0error0invalid gzip header
dependencies.forge-stdhttps://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bberror0invalid gzip header

Manifest

Package metadata

Scripts22
  • build:dev:backend:postbuild
  • bundle-openapi-jsonswagger-cli bundle ./src/main/yml/openapi.yml -o ./src/main/json/openapi-bundled.json -r -t json
  • bundle-openapi-yamlswagger-cli bundle ./src/main/yml/openapi.yml -o ./src/main/yml/openapi-bundled.yml -r -t yaml
  • codegenrun-p 'codegen:*'
  • codegen:openapinpm run generate-sdk
  • forge:allrun-s 'forge:build'
  • forge:buildforge build ./src/main/solidity/contracts/*.sol --out ./src/main/solidity/generated
  • format:eslinteslint '**/*.{js,ts}' --quiet --fix
  • format:prettierprettier --write --config ../../.prettierrc.js "**/{openapi.json,*.ts,*.js}"
  • generate-sdkrun-s 'generate-sdk:*'
  • generate-sdk:typescript-axiosyarn bundle-openapi-yaml && yarn bundle-openapi-json && openapi-generator-cli generate -i ./src/main/yml/openapi-bundled.yml -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/ --reserved-words-mappings protected=protected --enable-post-process-file
  • lintrun-p 'lint:*'
  • lint-coderun-s format:eslint format:prettier
  • lint:oapivacuum lint -d -e ./src/main/yml/openapi-bundled.yml
  • startnpx ts-node ./src/main/typescript/cbdc-bridging-app-cli.ts dotenv_config_path=./process.env
  • testnyc cucumber-js ./src/test/typescript/cucumber/features/*.feature --require-module ts-node/register --require './src/test/typescript/cucumber/*/*.ts'
  • test:integrationNODE_OPTIONS=--max-old-space-size=4096 npx jest ./src/test/typescript/integration --runInBand --forceExit
  • watchnpm-watch
  • webpacknpm-run-all webpack:dev
  • webpack:devnpm-run-all webpack:dev:node webpack:dev:web
  • webpack:dev:nodewebpack --env=dev --target=node --config ../../webpack.config.js
  • webpack:dev:webwebpack --env=dev --target=web --config ../../webpack.config.js
Dependencies41
  • @hyperledger-cacti/cactus-api-client3.0.0-alpha.5
  • @hyperledger-cacti/cactus-cmd-api-server3.0.0-alpha.5
  • @hyperledger-cacti/cactus-common3.0.0-alpha.5
  • @hyperledger-cacti/cactus-core3.0.0-alpha.5
  • @hyperledger-cacti/cactus-core-api3.0.0-alpha.5
  • @hyperledger-cacti/cactus-plugin-keychain-memory3.0.0-alpha.5
  • @hyperledger-cacti/cactus-plugin-ledger-connector-besu3.0.0-alpha.5
  • @hyperledger-cacti/cactus-plugin-ledger-connector-fabric3.0.0-alpha.5
  • @hyperledger-cacti/cactus-plugin-object-store-ipfs3.0.0-alpha.5
  • @hyperledger-cacti/cactus-plugin-satp-hermes3.0.0-alpha.5
  • @hyperledger-cacti/cactus-test-tooling3.0.0-alpha.5
  • @openzeppelin/contracts4.9.6
  • @openzeppelin/contracts-upgradeable4.9.6
  • async-exit-hook2.0.1
  • axios1.15.0
  • body-parser1.20.3
  • cors2.8.5
  • crypto-js4.2.0
  • dockerode3.3.0
  • dotenv16.4.5
  • ds-testhttps://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0
  • express4.21.0
  • fabric-network2.2.20
  • forge-stdhttps://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bb
  • fs-extra10.1.0
  • hardhat2.22.5
  • knex2.4.0
  • kubo-rpc-client3.0.1
  • node-ssh13.2.1
  • nyc13.1.0
  • …and 11 more.