PkgRadar

Package evidence

@vertigis/[email protected]

Credential file access: matched ".azure"

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
952
Versions published
376Mature · −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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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,118,312
Previous version61.7.0
Published2026-05-22T06:42:18.981Z
SHA-256e508c90a43fd13b8fd3f9f276810050b23232b51e2f0b2300cbcdd2a41294eb1

Why flagged

What the scanner saw

Credential file access: matched ".azure"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
1Score
61.8.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/package.jsonmatched ".azure"3

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