PkgRadar

Package evidence

@pliancy/[email protected]

Install Lifecycle Suppresses Failure: postinstall="[ -d '.husky' ] && husky install || true"

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
71
Versions published
13Established · −30% score
First published
Jul 2021
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@pliancy/[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":["@pliancy/[email protected]"],"fail_on":"review"}'
Artifact bytes1,781
Previous version2.3.0
Published2026-05-26T19:23:33.971Z
SHA-256c2b7b57c0dd1f7fd6f4ae7d04acce0e4dceda742341a4b99d434a856bd7ab463

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="[ -d '.husky' ] && husky install || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="[ -d '.husky' ] && husky install || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="[ -d '.husky' ] && husky install || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="[ -d '.husky' ] && husky install || true"5
lowCredential file accesspackage/.github/workflows/release.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts3
  • linteslint . --fix
  • postinstall[ -d '.husky' ] && husky install || true
  • semantic-releasesemantic-release
Dependencies4
  • @semantic-release/git10.0.1
  • @semantic-release/github12.0.8
  • @semantic-release/npm13.1.5
  • semantic-release25.0.3