PkgRadar

Package evidence

[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
42
Versions published
33Mature · −50% score
First published
Sep 2020
Publisher
uladkasach

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheruladkasach
Artifact bytes79,785
Previous version0.11.0
Published2023-09-24T17:23:13.114Z
SHA-2560acc4ec53af62634482f3f8fec8fb52ca1de25a53afd6db5790e5756adbfc37d

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
0.11.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

Scripts26
  • buildnpm run build:clean && npm run build:ts:esm && npm run build:ts:cjs
  • build:cleanrm dist/ -rf
  • build:ts:cjstsc -p ./tsconfig.build.cjs.json
  • build:ts:esmtsc -p ./tsconfig.build.esm.json
  • commit:with-clinpx cz
  • fix:formatnpm run fix:format:prettier && npm run fix:format:terraform
  • fix:format:prettierprettier --write '**/*.ts' --config ./prettier.config.js
  • fix:format:terraformecho 'no terraform'
  • fix:linteslint -c ./.eslintrc.js src/**/*.ts --fix
  • postversiongit push origin HEAD --tags --no-verify
  • prepublishnpm run build
  • prepushnpm run test && npm run build
  • preversionnpm run prepush
  • testnpm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locally
  • test:acceptancenpm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests
  • test:acceptance:locallynpm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests
  • test:commitsLAST_TAG=$(git describe --tags --abbrev=0 @^ 2> /dev/null || git rev-list --max-parents=0 HEAD) && npx commitlint --from $LAST_TAG --to HEAD --verbose
  • test:formatnpm run test:format:prettier && npm run test:format:terraform
  • test:format:prettierprettier --parser typescript --check 'src/**/*.ts' --config ./prettier.config.js
  • test:format:terraformecho 'no terraform'
  • test:integrationjest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests
  • test:lintnpm run test:lint:eslint && npm run test:lint:deps
  • test:lint:depsnpx depcheck -c ./depcheckrc.yml
  • test:lint:eslinteslint -c ./.eslintrc.js src/**/*.ts
  • test:typestsc -p ./tsconfig.json --noEmit
  • test:unitjest -c ./jest.unit.config.ts --forceExit --verbose --passWithNoTests
Dependencies7
  • @ehmpathy/error-fns^1.0.2
  • axios^0.21.1
  • buffer^6.0.3
  • jwk-to-pem^2.0.4
  • parse-domain^3.0.2
  • simple-in-memory-cache^0.1.0
  • uuid9.0.0