PkgRadar

Package evidence

@ogcio/[email protected]

Install-time lifecycle script: preinstall="npx only-allow pnpm"

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.

Versions published
140Mature · −50% score
First published
Oct 2024
Publisher
ogcio_per

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":["@ogcio/[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":["@ogcio/[email protected]"],"fail_on":"review"}'
Publisherogcio_per
Artifact bytes650,291
Previous version0.2.95
Published2026-06-08T12:25:46.199Z
SHA-25613cb39e1531e738c47b0a5f1b43cd7e251ce90f203a7abab31da3928460930ce

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="npx only-allow pnpm"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
0.2.96Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"5

Manifest

Package metadata

Scripts12
  • buildrm -rf dist && tsc -p tsconfig.prod.json
  • check:formattingbiome format
  • check:lintingbiome lint
  • clients:outdatednode --import=tsx src/cli/index.ts clients:outdated -c src/clients-configurations/clients-configuration.json
  • clients:updatenode --import=tsx src/cli/index.ts clients:update -c src/clients-configurations/clients-configuration.json
  • fix:formattingbiome format --write
  • fix:lintingbiome lint --write
  • preinstallnpx only-allow pnpm
  • testvitest run --coverage --reporter=junit --outputFile=results.xml
  • test:e2ecd ./e2e && bru run --env local
  • test:localvitest
  • test:regression:e2ecd ./e2e && mkdir -p test-results && bru run --env dev --output ./test-results/results.xml --format junit
Dependencies9
  • @ogcio/analytics-sdk0.2.13
  • commander^14.0.3
  • http-errors^2.0.1
  • openapi-fetch^0.17.0
  • openapi-typescript^7.13.0
  • openapi-typescript-helpers^0.1.0
  • safe-stable-stringify^2.5.0
  • typebox^1.1.23
  • yaml^2.8.3