PkgRadar

Package evidence

@vertigis/[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,620Niche · −30% score
Versions published
378Mature · −50% score
First published
Apr 2020
Publisher
vertigis-sa

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":["@vertigis/[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":["@vertigis/[email protected]"],"fail_on":"review"}'
Publishervertigis-sa
Artifact bytes1,115,455
Previous version61.9.0
Published2026-06-02T14:36:27.473Z
SHA-25608259e1f729975adec286cf86da208e66515906e6828b7b61ea2f97a39a88441

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

Scripts14
  • app-schemanpm run -s prepare && node build/js/appConfigSchema.js
  • auditnpx audit-ci@^6 --config ./audit-ci.jsonc
  • buildnpm run -s delete-js-folders && npm run update-version && tsc -d -p src && npm run minify && npm run -s lint && npm run -s build-schema && npm run -s build-text-schema
  • build-debugnpm run -s delete-js-folders && npm run update-version && tsc -d --sourceMap true -p src && npm run -s lint && npm run build-schema
  • build-schemats-node build/appConfigSchema.ts && ts-node build/messageSchema.ts
  • build-text-schemats-node build/convertSchemaToText.ts
  • delete-js-foldersdel-cli app-config messaging
  • linteslint . --max-warnings=0
  • message-schemanpm run -s prepare && ts-node build/messageSchema.ts
  • minifyts-node build/minify.ts
  • prettierprettier --write "**/*.ts" "**/*.json" "**/*.js" "**/*.xml" "**/*.xsd"
  • starttsc -w -p src
  • update-versionts-node build/generateVersion.ts
  • watch-build-foldertsc -p build -w