PkgRadar

Package evidence

@verdocs/[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,647Niche · −30% score
Versions published
448Mature · −50% score
First published
Sep 2021
Publisher
crrobinson14

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":["@verdocs/[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":["@verdocs/[email protected]"],"fail_on":"review"}'
Publishercrrobinson14
Artifact bytes304,696
Previous version6.9.10
Published2026-06-04T03:50:16.712Z
SHA-2564fbae1959d420fa0f51981dbaf83150d47fbb355f09e97f2f612aa1a4eefd964

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts13
  • buildrollup -c --sourcemap --bundleConfigAsCjs
  • docstypedoc && npm run generate-openapi && cp openapi.json ../developers.verdocs.com/public/openapi.json
  • edit-openapidocker run -p 8081:80 -v $(pwd):/sdk -v $(pwd):/sdk swaggerapi/swagger-editor:next-v5
  • formatprettier --write "src/**/*.ts"
  • generate-openapinpx tsx openapi/generate-openapi.ts
  • linttslint -p tsconfig.json
  • preparenpm run build
  • pushnpm run build && npm publish && npm run docs
  • push-betanpm run build && npm publish --tag beta && npm run docs
  • testnode --experimental-vm-modules node_modules/jest/bin/jest.js --config jestconfig.json
  • tscyarn build
  • typechecktsc --noEmit
  • view-openapidocker run -p 8081:80 -v $(pwd):/sdk swaggerapi/swagger-ui
Dependencies2
  • axios^1.17.0
  • axios-retry^4.5.0