Package evidence
@hyperledger-cacti/[email protected]
Remote Dependency Spec: devDependencies.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
- 108
- Versions published
- 2
- First published
- Jun 2026
- Publisher
- lfdt-npm
Recommended action
Review before promotingMixed 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":["@hyperledger-cacti/[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":["@hyperledger-cacti/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Dependency Spec: devDependencies.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
Status history (1 event)
- new → available · risk review · score 16 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.ds-test="https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0" | 8 |
| medium | Remote Dependency Spec | package.json | devDependencies.forge-std="https://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bb" | 8 |
Remote payloads
Followed remote artifacts
| Source | URL | Risk | Score | Summary |
|---|---|---|---|---|
| devDependencies.ds-test | https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0 | error | 0 | invalid gzip header |
| devDependencies.forge-std | https://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bb | error | 0 | invalid gzip header |
Manifest
Package metadata
Scripts83
buildrun-s codegen tscbuild:bundlencc build ./dist/lib/main/typescript/plugin-satp-hermes-gateway-cli.js --out=./dist/bundle/ncc/ --external=fabric-common --external=bufferutil --external=pg-cloudflare --external=sqlite3build:bundle:prodncc build ./dist/lib/main/typescript/plugin-satp-hermes-gateway-cli.js --minify --out=./dist/bundle/ncc/ --external=fabric-common --external=bufferutil --external=pg-cloudflare --external=sqlite3build:dev:backend:postbuildbundle-openapi-jsonswagger-cli bundle ./src/main/yml/bol/oapi-api1.yml -o ./src/main/json/oapi-api1-bundled.json -r -t jsonbundle-openapi-yamlswagger-cli bundle ./src/main/yml/bol/oapi-api1.yml -o ./src/main/yml/bol/oapi-api1-bundled.yml -r -t yamlbundle:oapirun-s 'bundle-openapi-json' 'bundle-openapi-yaml'codegenrun-p 'codegen:*'codegen:abirun-s forge:build:allcodegen:openapirun-s generate-sdkcodegen:protoecho 'Building Protobuf' && buf build --verbose && buf generate --verbosedb:cleanupfind src/knex/ -name '.dev.local-*.sqlite3' -deletedb:destroydocker-compose down -v && npm run db:cleanupdb:initrun-s db:init:local db:init:remotedb:init:localknex migrate:latest --knexfile src/knex/knexfile.tsdb:init:remoteknex migrate:latest --knexfile src/knex/knexfile-remote.tsdb:migrateknex migrate:latest --knexfile src/knex/knexfile.jsdb:migrate:productionknex migrate:latest --env production --knexfile src/knex/knexfile.tsdb:resetrun-s db:destroy db:start db:migrate db:seeddb:rollbackrun-s db:rollback:local db:rollback:remotedb:rollback:localknex migrate:rollback --knexfile src/knex/knexfile.tsdb:rollback:remoteknex migrate:rollback --knexfile src/knex/knexfile-remote.tsdb:seedknex seed:run --knexfile src/knex/knexfile.tsdb:setupbash -c 'npm run db:destroy || true && run-s db:start db:migrate db:seed'db:startdocker-compose up -ddb:stopdocker-compose downdocker:build:devnpm run build:bundle && cd ../.. && docker build --file ./packages/cactus-plugin-satp-hermes/satp-hermes-gateway.Dockerfile -t hyperledger/cacti-satp-hermes-gateway:$(date +"%Y-%m-%d")-dev-$(git rev-parse --short HEAD) ./packages/cactus-plugin-satp-hermesdocker:build:dev:multi-archnpm run build:bundle && cd ../.. && docker buildx build --platform linux/amd64,linux/arm64 --file ./packages/cactus-plugin-satp-hermes/satp-hermes-gateway.Dockerfile -t hyperledger/cacti-satp-hermes-gateway:$(date +"%Y-%m-%d")-dev-$(git rev-parse --short HEAD) ./packages/cactus-plugin-satp-hermesdocker:build:latestnpm run build:bundle && cd ../.. && docker build --file ./packages/cactus-plugin-satp-hermes/satp-hermes-gateway.Dockerfile -t hyperledger/cacti-satp-hermes-gateway:latest ./packages/cactus-plugin-satp-hermesdocker:build:latest:multi-archnpm run build:bundle && cd ../.. && docker buildx build --platform linux/amd64,linux/arm64 --file ./packages/cactus-plugin-satp-hermes/satp-hermes-gateway.Dockerfile -t hyperledger/cacti-satp-hermes-gateway:latest ./packages/cactus-plugin-satp-hermes- …and 53 more.
Dependencies69
@bufbuild/protobuf2.2.2@connectrpc/connect2.0.0@connectrpc/connect-express2.0.0@connectrpc/connect-node2.0.0@connectrpc/protoc-gen-connect-es1.6.1@foundry-rs/hardhat-forge0.1.17@grpc/grpc-js1.12.4@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-bungee-hermes3.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-ethereum3.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-test-tooling3.0.0-alpha.5@opentelemetry/api1.9.0@opentelemetry/api-logs0.57.2@opentelemetry/auto-instrumentations-node0.56.1@opentelemetry/exporter-logs-otlp-http0.57.2@opentelemetry/exporter-metrics-otlp-http0.57.2@opentelemetry/exporter-trace-otlp-http0.57.2@opentelemetry/resources1.30.1@opentelemetry/sdk-logs0.57.2@opentelemetry/sdk-metrics1.30.1@opentelemetry/sdk-node0.57.2@opentelemetry/sdk-trace-node1.30.1- …and 39 more.