PkgRadar

Package evidence

@mantisware/[email protected]

Install-time lifecycle script: postinstall="node postinstall.js"

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.

Weekly downloads
6
Versions published
15Established · −30% score
First published
Feb 2025
Publisher
mantisware

Effective trust discount applied: 30% (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":["@mantisware/[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":["@mantisware/[email protected]"],"fail_on":"review"}'
Publishermantisware
Artifact bytes1,402,695
Previous version1.0.14
Published2026-06-02T14:26:09.080Z
SHA-256015d1db1db28c4823352dd46f06cf2bd29e129677be60771f543f32d94e332e1

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node postinstall.js"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node postinstall.js"5
lowLarge Javascript Payloadpackage/out/cli.cjs4042390 bytes0

Manifest

Package metadata

Scripts24
  • buildnode -e "require('fs').rmSync('out', { recursive: true, force: true })" && node esbuild.config.mjs
  • build:pushpnpm -s build && git add . && git commit -m 'build' && git push
  • deploynpm publish --access=public --tag latest
  • deploy:buildpnpm -s build:push && (git push --tags || true) && npm run deploy:otp
  • deploy:otpread -p 'Enter OTP: ' otp && npm publish --access=public --tag latest --otp=$otp
  • deploy:patchpnpm version patch && pnpm -s deploy:build
  • devts-node ./src/cli.ts
  • dev:deepseekCMT_AI_PROVIDER='deepseek' ts-node ./src/cli.ts
  • dev:geminiCMT_AI_PROVIDER='gemini' ts-node ./src/cli.ts
  • formatprettier --write src
  • linteslint src --ext ts && tsc --noEmit
  • mlx:startCMT_AI_PROVIDER='mlx' node ./out/cli.cjs
  • ollama:startCMT_AI_PROVIDER='ollama' node ./out/cli.cjs
  • postinstallnode postinstall.js
  • startnode ./out/cli.cjs
  • testNODE_OPTIONS=--experimental-vm-modules jest test/unit
  • test:allpnpm -s test:unit:docker && pnpm -s test:e2e:docker
  • test:docker-builddocker build -t cmt-test -f test/Dockerfile .
  • test:e2epnpm -s test:e2e:setup && jest test/e2e
  • test:e2e:dockerpnpm -s test:docker-build && DOCKER_CONTENT_TRUST=0 docker run --rm cmt-test pnpm -s test:e2e
  • test:e2e:setupsh test/e2e/setup.sh
  • test:unitNODE_OPTIONS=--experimental-vm-modules jest test/unit
  • test:unit:dockerpnpm -s test:docker-build && DOCKER_CONTENT_TRUST=0 docker run --rm cmt-test pnpm -s test:unit
  • watchpnpm -s build -- --sourcemap --watch
Dependencies21
  • @actions/core^1.10.0
  • @actions/exec^1.1.1
  • @actions/github^5.1.1
  • @anthropic-ai/sdk^0.19.2
  • @azure/openai^1.0.0-beta.12
  • @clack/prompts^0.6.1
  • @dqbd/tiktoken^1.0.2
  • @google/generative-ai^0.11.4
  • @mistralai/mistralai^1.3.5
  • @octokit/webhooks-schemas^6.11.0
  • @octokit/webhooks-types^6.11.0
  • axios^1.3.4
  • chalk^5.2.0
  • cleye^1.3.2
  • crypto^1.0.1
  • execa^7.0.0
  • ignore^5.2.4
  • ini^3.0.1
  • inquirer^9.1.4
  • openai^4.57.0
  • zod^3.23.8