PkgRadar

Package evidence

@mindvalley/[email protected]

Remote Dependency Spec: devDependencies.semantic-release-github-pullrequest="github:njausteve/semantic-release-github-pullrequest"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@mindvalley/[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":["@mindvalley/[email protected]"],"fail_on":"review"}'
Artifact bytes4,224,357
Previous version4.5.0
Published2026-05-23T06:12:51.072Z
SHA-25653b15f6c6eeee1cb296e5ae68478036b1236abe0e79d8c4d2d22ba279160f840

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.semantic-release-github-pullrequest="github:njausteve/semantic-release-github-pullrequest"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.semantic-release-github-pullrequest="github:njausteve/semantic-release-github-pullrequest"8
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.semantic-release-github-pullrequest="github:njausteve/semantic-release-github-pullrequest"8
lowInstall-time lifecycle scriptpackage.jsonprepare="lefthook install --force"4
lowObfuscationpackage/dist/helpers/regex.jsmatched "\\xC0"3

Manifest

Package metadata

Scripts40
  • buildpnpm validate-tokens && npm-run-all -n build:styledictionary build:ts build:bundle && rimraf dist/build
  • build:bundlewebpack --mode production
  • build:figmanpm-run-all -n -p build:figma:icons build:figma:wordmarks -s clean:docs build
  • build:figma:iconspnpm --filter @mindvalley/icons run build:figma:icons
  • build:figma:wordmarkstsx ./node_modules/@figma-export/cli/bin/run use-config ./src/utilities/svg-import/.figma_wordmarks.ts
  • build:styledictionaryts-node ./build.ts
  • build:tstsc -p tsconfig.build.json && resolve-tspaths -p tsconfig.build.json
  • build:typestsc --emitDeclarationOnly -p tsconfig.build.json
  • checkbiome check --write ./src
  • check:changedbiome check --changed
  • check:cibiome ci ./src
  • check:stagedbiome check --staged
  • clean:docsrimraf 'src/assets/**/docs' --glob
  • commitczg
  • commitlintcommitlint --edit
  • formatbiome format --write .
  • format:checkbiome format .
  • lintbiome lint ./src
  • lint:fixbiome lint --write ./src
  • lint:mdmarkdownlint-cli2 "**/*.md"
  • lint:md:fixmarkdownlint-cli2 --fix "**/*.md"
  • nxnx
  • preparelefthook install --force
  • releasesemantic-release --debug --config release.config.js
  • release:packagesnx release
  • release:packages:drynx release --dry-run
  • storybookpnpm --dir apps/storybook run dev
  • storybook:buildpnpm --dir apps/storybook run build
  • storybook:reactpnpm --dir apps/storybook-react run dev
  • storybook:react:buildpnpm --dir apps/storybook-react run build
  • …and 10 more.