PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="mkdir -p ~/.pi && cp src/patterns.yaml ~/.pi/"

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
43
Versions published
18
First published
May 2026
Publisher
serhioromano

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherserhioromano
Artifact bytes1,582,875
Previous version1.3.3
Published2026-05-19T08:35:01.034Z
SHA-256b982592d11acc7d1405476ea8288f0f107e9a2e50d7ef613baaab3327ee9bb1f

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="mkdir -p ~/.pi && cp src/patterns.yaml ~/.pi/"

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

Availability ledger

available

review
Last checked
reviewRisk
8Score
1.4.0Version
Status history (1 event)
  1. newavailable · risk review · score 8 · 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="mkdir -p ~/.pi && cp src/patterns.yaml ~/.pi/"5
lowCredential file accesspackage/src/patterns.yamlmatched ".ssh/"3

Manifest

Package metadata

Scripts1
  • postinstallmkdir -p ~/.pi && cp src/patterns.yaml ~/.pi/
Dependencies2
  • @earendil-works/pi-tui^0.74.0
  • yaml^2.7.0