PkgRadar

Package evidence

@vtex/[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.

Versions published
22Mature · −50% score
First published
Jan 2021
Publisher
thiagoveras

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":["@vtex/[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":["@vtex/[email protected]"],"fail_on":"review"}'
Publisherthiagoveras
Artifact bytes17,310
Previous version1.13.0
Published2021-05-25T22:11:10.418Z
SHA-2565e6cf564ccfef3cbe19b972ce5a6830f0321075fcfb06da94efe2bc7ecbd0350

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

Scripts13
  • buildyarn build-clean && tsc
  • build-cleanrm -rf lib
  • cleanrm -f oclif.manifest.json
  • linteslint ./src --cache --ext .ts --config .eslintrc
  • postpublishyarn run clean
  • posttestyarn lint
  • prepackrm -rf lib && tsc -b && oclif-dev manifest --color=256 && oclif-dev readme
  • prepublishOnlyyarn run build && oclif-dev manifest --color=256 && oclif-dev readme
  • pretestyarn build --noEmit && tsc -p test --noEmit
  • preversionyarn run clean
  • testmocha --forbid-only "test/**/*.test.ts"
  • versionoclif-dev readme && git add README.md
  • watchyarn build-clean && yarn tsc --watch
Dependencies13
  • @oclif/color^0.x
  • @oclif/command^1.5.12
  • @oclif/errors^1.2.2
  • chalk^4.1.0
  • cli-ux^5.2.1
  • debug^4.1.0
  • fs-extra^9.0
  • http-call^5.2.2
  • load-json-file^5.2.0
  • npm-run-path^4.0.1
  • semver^7.3.2
  • tslib^2.0.0
  • yarn^1.21.1