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.
- Versions published
- 1
- First published
- Feb 2026
- Publisher
- subash.77
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["@tetherto/[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":["@tetherto/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts23
buildyarn unbuild && yarn check-safe-deployments && yarn build:esm && yarn build:cjs && yarn build:typesbuild:cjsesbuild ./src/index ./test-utils/index --format=cjs --bundle --metafile=meta-cjs.json --packages=external --outdir=dist/cjs --out-extension:.js=.cjsbuild:esmesbuild ./src/index ./test-utils/index --format=esm --bundle --metafile=meta-esm.json --packages=external --outdir=dist/esm --out-extension:.js=.mjsbuild:typesNODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.jsoncheck-safe-deploymentsts-node scripts/safe-deployments/checkSafeDeployments.tscheck-short-name-integrityts-node scripts/safe-deployments/checkShortNameIntegrity.tscoveragenyc report --reporter=lcovformatprettier --write "*/**/*.{js,json,md,ts}"format:checkprettier --check "*/**/*.{js,json,md,ts}"prebuildnode -p "'export const getProtocolKitVersion = () => \'' + require('./package.json').version.split('-')[0] + '\''" > src/utils/getProtocolKitVersion.tstestmocha -r ts-node/register -r tsconfig-paths/register tests/unit/**/*.tstest:hardhat:ethers:v1.0.0export TEST_NETWORK=hardhat && export ETH_LIB=ethers && export SAFE_VERSION=1.0.0 && testing-kit deploy && nyc testing-kit test 'tests/e2e/*.test.*'test:hardhat:ethers:v1.1.1export TEST_NETWORK=hardhat && export ETH_LIB=ethers && export SAFE_VERSION=1.1.1 && testing-kit deploy && nyc testing-kit test 'tests/e2e/*.test.*'test:hardhat:ethers:v1.2.0export TEST_NETWORK=hardhat && export ETH_LIB=ethers && export SAFE_VERSION=1.2.0 && testing-kit deploy && nyc testing-kit test 'tests/e2e/*.test.*'test:hardhat:ethers:v1.3.0export TEST_NETWORK=hardhat && export ETH_LIB=ethers && export SAFE_VERSION=1.3.0 && testing-kit deploy && nyc testing-kit test 'tests/e2e/*.test.*'test:hardhat:ethers:v1.4.1export TEST_NETWORK=hardhat && export ETH_LIB=ethers && export SAFE_VERSION=1.4.1 && testing-kit deploy && nyc testing-kit test 'tests/e2e/*.test.*'test:hardhat:viem:v1.0.0export TEST_NETWORK=hardhat && export ETH_LIB=viem && export SAFE_VERSION=1.0.0 && testing-kit deploy && nyc testing-kit test 'tests/e2e/*.test.*'test:hardhat:viem:v1.1.1export TEST_NETWORK=hardhat && export ETH_LIB=viem && export SAFE_VERSION=1.1.1 && testing-kit deploy && nyc testing-kit test 'tests/e2e/*.test.*'test:hardhat:viem:v1.2.0export TEST_NETWORK=hardhat && export ETH_LIB=viem && export SAFE_VERSION=1.2.0 && testing-kit deploy && nyc testing-kit test 'tests/e2e/*.test.*'test:hardhat:viem:v1.3.0export TEST_NETWORK=hardhat && export ETH_LIB=viem && export SAFE_VERSION=1.3.0 && testing-kit deploy && nyc testing-kit test 'tests/e2e/*.test.*'test:hardhat:viem:v1.4.1export TEST_NETWORK=hardhat && export ETH_LIB=viem && export SAFE_VERSION=1.4.1 && testing-kit deploy && nyc testing-kit test 'tests/e2e/*.test.*'unbuildrimraf dist coverage .nyc_output meta-cjs.json meta-esm.json *.tsbuildinfoupdate-safe-deploymentsts-node scripts/safe-deployments/updateLocalNetworks.ts
Dependencies6
@safe-global/safe-deployments^1.37.49@safe-global/safe-modules-deployments^2.2.21@safe-global/types-kit^3.0.0abitype^1.0.2semver^7.7.2viem^2.21.8
Optional dependencies2
@noble/curves^1.6.0@peculiar/asn1-schema^2.3.13