PkgRadar

Package evidence

@vtex/[email protected]

Remote Dependency Spec: devDependencies.nodemon-notifier-cli="https://github.com/Slessi/nodemon-notifier-cli.git"

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
51Mature · −50% score
First published
Aug 2020
Publisher
vitorlgomes

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":["@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"}'
Publishervitorlgomes
Artifact bytes9,888
Previous version1.1.6-beta.0
Published2024-10-29T13:02:22.549Z
SHA-2567ac35192a78086c9bdcfb3baadb5dc9e23d4042ad891f34b601dda2be7e98787

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.nodemon-notifier-cli="https://github.com/Slessi/nodemon-notifier-cli.git"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

review
Last checked
reviewRisk
4Score
1.1.6-beta.2Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.nodemon-notifier-cli="https://github.com/Slessi/nodemon-notifier-cli.git"8

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
devDependencies.nodemon-notifier-clihttps://github.com/Slessi/nodemon-notifier-cli.giterror0invalid gzip header

Manifest

Package metadata

Scripts15
  • buildyarn build-clean && yarn tsc && OCLIF_COMPILATION=true yarn oclif-dev manifest --color=256
  • build-cleanrm -rf build
  • build-incrementaltsc --incremental
  • ci:prettier-checkprettier --check --config ./.prettierrc "./src/**/*.{ts,tsx,js,jsx,json}"
  • ci:testyarn test --ci
  • formatprettier --config ./.prettierrc --write "**/*.{ts,js,json}"
  • format-lintyarn format && yarn lint
  • linteslint ./src --cache --ext .ts --config .eslintrc
  • postpackrm -f oclif.manifest.json
  • posttesteslint . --ext .ts --config .eslintrc
  • prepackrm -rf build && tsc -b && oclif-dev manifest --color=256 && oclif-dev readme
  • prepublishOnlybash ./scripts/publishLock.sh
  • testjest --passWithNoTests
  • versionoclif-dev readme && git add README.md
  • watchyarn build-clean && yarn nodemon
Dependencies8
  • @oclif/command^1.8.0
  • @oclif/config^1
  • @vtex/apinpm:@vtex/[email protected]
  • boxen4.2.0
  • ora4.0.4
  • ramda^0.27.1
  • tslib^1
  • vtex^4.2.0