PkgRadar

Package evidence

@codemafia0000/[email protected]

Install-time lifecycle script: postinstall="echo '🤖 Claude Agents installed successfully! Run: d0 --help'"

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
15Established · −30% score
First published
Jul 2025
Publisher
codemafia0000

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":["@codemafia0000/[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":["@codemafia0000/[email protected]"],"fail_on":"review"}'
Publishercodemafia0000
Artifact bytes40,634
Previous version1.0.12
Published2025-07-21T12:41:38.091Z
SHA-2562ab21c1417781492d0cfeb2432ab3037c15624a4b728e86d674d08e6ad1d60d2

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="echo '🤖 Claude Agents installed successfully! Run: d0 --help'"

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.13Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="echo '🤖 Claude Agents installed successfully! Run: d0 --help'"5

Manifest

Package metadata

Scripts9
  • install-globalnpm install -g .
  • link-globalnpm link
  • postinstallecho '🤖 Claude Agents installed successfully! Run: d0 --help'
  • setup-bash-completiond0 completion bash
  • setup-completiond0 completion $SHELL
  • setup-zsh-completiond0 completion zsh
  • testecho "Error: no test specified" && exit 1
  • uninstall-globalnpm uninstall -g @codemafia0000/d0
  • unlink-globalnpm unlink -g @codemafia0000/d0
Dependencies3
  • chalk^4.1.2
  • commander^9.4.1
  • ora^5.4.1