PkgRadar

Package evidence

@patzeagent/[email protected]

Credential file access: matched "id_rsa"

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
53
First published
May 2026
Publisher
patzelife

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@patzeagent/[email protected]"],"fail_on":"high"}'

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":["@patzeagent/[email protected]"],"fail_on":"high"}'
Publisherpatzelife
Artifact bytes649,837
Previous version0.29.5
Published2026-05-26T23:36:22.535Z
SHA-25652438caf21bd690451c39d32bd795f8de561be846a9638a1ab8253c08ba40ab6

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.33.0 vs 0.29.5: "node patze-js/postinstall.mjs"

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

Availability ledger

available

high
Last checked
highRisk
50Score
0.33.0Version
Status history (1 event)
  1. newavailable · risk high · score 50 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.33.0 vs 0.29.5: "node patze-js/postinstall.mjs"40
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.33.0 vs 0.29.5: "node patze-js/postinstall.mjs"40
lowCredential file accesspackage/patze-js/commands/help.mjsmatched "id_rsa"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node patze-js/postinstall.mjs"5

Manifest

Package metadata

Scripts15
  • cargo:buildcargo build --manifest-path patze-rs/Cargo.toml --release
  • cargo:build:stagenpm run cargo:build && npm run stage-native
  • cargo:checkcargo check --manifest-path patze-rs/Cargo.toml
  • cargo:testcargo test --manifest-path patze-rs/Cargo.toml
  • pack:dry-runnpm pack --dry-run --json
  • postinstallnode patze-js/postinstall.mjs
  • prepublishOnlynode scripts/prepublish-auth.mjs && npm run verify && node scripts/verify-pack.mjs
  • publish:dry-runnpm publish --dry-run --access public
  • smokenode bin/patze.mjs doctor --json && node bin/patze.mjs --help
  • stage-nativenode scripts/stage-native.mjs
  • testnode --test tests/test-agent-renderer.mjs tests/test-mentions.mjs tests/test-config.mjs tests/test-picker.mjs tests/test-sse-contract.mjs tests/test-composer.mjs tests/test-bridge-line.mjs tests/test-slash-catalog.mjs tests/test-install-diagnostics.mjs
  • tui:devbun opentui-cli/src/index.ts
  • tui:installcd opentui-cli && bun install
  • verifynode --check bin/patze.mjs && node scripts/verify-no-legacy.mjs && npm test
  • verify:packnode scripts/verify-pack.mjs
Dependencies3
  • @opentui/core^0.2.15
  • @opentui/react^0.2.15
  • react^19.2.6