PkgRadar

Package evidence

@aporthq/[email protected]

Install Lifecycle Suppresses Failure: install="([ -f Makefile ] && make 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.

Versions published
22
First published
Feb 2026
Publisher
uchi4jah

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":["@aporthq/[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":["@aporthq/[email protected]"],"fail_on":"high"}'
Publisheruchi4jah
Artifact bytes1,012,199
Previous version1.0.28
Published2026-05-28T13:26:50.062Z
SHA-2561a7ab10cc94a835d3fa8fc94709a9f6fec54682a689ebe96ffeb65347322e32d

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: install="([ -f Makefile ] && make install) || true"

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

Availability ledger

available

high
Last checked
highRisk
47Score
1.0.29Version
Status history (2 events)
  1. availableavailable · risk high · score 47 · status available -> available, risk high -> high, score 83 -> 47
  2. newavailable · risk high · score 83 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsoninstall="([ -f Makefile ] && make install) || true"20
mediumRemote Payloadpackage/bin/lib/quick-hosted.shmatched "curl "12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsoninstall="([ -f Makefile ] && make install) || true"20
mediumRemote Payloadpackage/bin/lib/quick-hosted.shmatched "curl "12
lowCredential file accesspackage/bin/aport-create-passport.shmatched "id_rsa"5
lowCredential file accesspackage/bin/aport-guardrail-bash.shmatched ".aws/"5
lowInstall-time lifecycle scriptpackage.jsoninstall="([ -f Makefile ] && make install) || true"5
lowObfuscation Densitypackage/extensions/openclaw-aport/package-lock.jsonhigh encoded/escaped-token density0
lowObfuscation Densitypackage/external/aport-spec/conformance/pnpm-lock.yamlhigh encoded/escaped-token density0
lowObfuscation Densitypackage/external/aport-spec/oap/vc/tools/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts14
  • buildnpm run build:core && npm run build --workspaces --if-present
  • build:corenpm run build -w @aporthq/aport-agent-guardrails-core
  • changesetchangeset
  • devnode --watch src/server/index.js
  • install([ -f Makefile ] && make install) || true
  • prepublishOnlynpm run build 2>/dev/null || true
  • prepush:checkbash scripts/pre-push-check.sh
  • release:versionnpm run version
  • servernode src/server/index.js
  • sync-submodulesgit submodule update --init --recursive
  • sync-submodules:latestgit submodule update --init --remote --recursive
  • sync-versionnode scripts/sync-version.mjs
  • testmake test
  • versionCI=1 changeset version && node scripts/sync-version.mjs