PkgRadar

Package evidence

@ctxr/[email protected]

Remote Dependency Spec: dependencies.@ctxr/fsm="git+https://github.com/ctxr-dev/fsm.git#a4368c867f23d0bf6d61c58a0fb36e0dab4f11bd"

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
15
First published
Apr 2026
Publisher
meshin

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":["@ctxr/[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":["@ctxr/[email protected]"],"fail_on":"review"}'
Publishermeshin
Artifact bytes1,957,793
Previous version2.3.1
Published2026-05-29T22:10:38.457Z
SHA-256ac9ce97ebfea0271b8820ba40cac29ec0d91626dd552d38b8a3e9d617a58d808

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.@ctxr/fsm="git+https://github.com/ctxr-dev/fsm.git#a4368c867f23d0bf6d61c58a0fb36e0dab4f11bd"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@ctxr/fsm="git+https://github.com/ctxr-dev/fsm.git#a4368c867f23d0bf6d61c58a0fb36e0dab4f11bd"12

Manifest

Package metadata

Scripts15
  • index:build:srcnode scripts/build-index-src.mjs
  • lintmarkdownlint-cli2 '**/*.md' '#node_modules' '#.skill-code-review'
  • lint:fixmarkdownlint-cli2 --fix '**/*.md' '#node_modules' '#.skill-code-review'
  • preparehusky
  • prepublishOnlynpm run validate:fsm && npm run lint && npm test
  • reviewnode scripts/run-review.mjs
  • testnode --test tests/unit/*.test.js tests/integration/*.test.js
  • test:e2enode --test tests/integration/end-to-end-runner.test.js
  • test:integrationnode --test tests/integration/*.test.js
  • test:srcnode --test tests/unit/*.test.js tests/integration/*.test.js
  • test:unitnode --test tests/unit/*.test.js
  • validate:body-shapenode scripts/validate-body-shape.mjs
  • validate:dimensionsnode scripts/validate-dimensions.mjs
  • validate:fsmfsm-validate-static fsm/code-reviewer.fsm.yaml
  • validate:srcnpm run index:build:src && npm run validate:body-shape && npm run validate:dimensions && npm run validate:fsm
Dependencies2
  • @ctxr/fsmgit+https://github.com/ctxr-dev/fsm.git#a4368c867f23d0bf6d61c58a0fb36e0dab4f11bd
  • gray-matter^4.0.3