PkgRadar

Package evidence

@gradientedge/[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.

Weekly downloads
1,118Niche · −30% score
Versions published
211Mature · −50% score
First published
Feb 2021
Publisher
gradient_edge

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

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":["@gradientedge/[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":["@gradientedge/[email protected]"],"fail_on":"review"}'
Publishergradient_edge
Artifact bytes642,884
Previous version6.27.0
Published2026-06-13T20:01:08.645Z
SHA-256fecbf2422a0991263b8aec7b1f82bc3542e6d960df1e85f9a68a0625831cd64d

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.27.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts20
  • buildtsc -p tsconfig.esm.json && pnpm build:commonjs
  • build:commonjstsc -p tsconfig-cjs.json
  • build:watchtsc --watch -p tsconfig.esm.json
  • cleanrimraf dist
  • czcz
  • docstypedoc --readme ./README.md
  • generate-typesnode ./generate-type-exports.mjs
  • linteslint './src/**/*.ts' --max-warnings=0
  • packagepnpm clean && pnpm build
  • postpackrm -f dist/cjs/package.json
  • prepackecho '{"type": "commonjs"}' > dist/cjs/package.json
  • preparehusky
  • prettierprettier --check "**/*.{ts,js,json,graphql}"
  • prettifyprettier --write "**/*.{ts,js,json,graphql}"
  • semantic-releasesemantic-release
  • testTZ=UTC vitest run
  • test:coverageTZ=UTC vitest run --coverage
  • typechecktsc --noEmit
  • validatepnpm prettier && pnpm lint && pnpm typecheck && pnpm build && pnpm test
  • watchtsc --watch -p tsconfig.esm.json
Dependencies6
  • @tshttp/status2.0.0
  • axios1.16.1
  • json-stringify-safe5.0.1
  • qs6.15.2
  • traverse0.6.11
  • uuid14.0.0