PkgRadar

Package evidence

@tetherto/[email protected]

no findings

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 monitoring

No 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"}'
Publishersubash.77
Artifact bytes175,465
Previous versionnone
Published2026-02-02T12:40:53.367Z
SHA-2568ff6ca75370ddf11e85cba28fc98242e10865534040bc6ce59ac13c30138b319

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

low
Last checked
lowRisk
0Score
6.1.3Version
Status history (1 event)
  1. newavailable · 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:types
  • build:cjsesbuild ./src/index ./test-utils/index --format=cjs --bundle --metafile=meta-cjs.json --packages=external --outdir=dist/cjs --out-extension:.js=.cjs
  • build:esmesbuild ./src/index ./test-utils/index --format=esm --bundle --metafile=meta-esm.json --packages=external --outdir=dist/esm --out-extension:.js=.mjs
  • build:typesNODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json
  • check-safe-deploymentsts-node scripts/safe-deployments/checkSafeDeployments.ts
  • check-short-name-integrityts-node scripts/safe-deployments/checkShortNameIntegrity.ts
  • coveragenyc report --reporter=lcov
  • formatprettier --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.ts
  • testmocha -r ts-node/register -r tsconfig-paths/register tests/unit/**/*.ts
  • test: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 *.tsbuildinfo
  • update-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.0
  • abitype^1.0.2
  • semver^7.7.2
  • viem^2.21.8
Optional dependencies2
  • @noble/curves^1.6.0
  • @peculiar/asn1-schema^2.3.13