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 updateStatic 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"}'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
Status history (2 events)
- available → available · risk high · score 47 · status available -> available, risk high -> high, score 83 -> 47
- new → available · risk high · score 83 · status changed
Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | install="([ -f Makefile ] && make install) || true" | 20 |
| medium | Remote Payload | package/bin/lib/quick-hosted.sh | matched "curl " | 12 |
Show all 8 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | install="([ -f Makefile ] && make install) || true" | 20 |
| medium | Remote Payload | package/bin/lib/quick-hosted.sh | matched "curl " | 12 |
| low | Credential file access | package/bin/aport-create-passport.sh | matched "id_rsa" | 5 |
| low | Credential file access | package/bin/aport-guardrail-bash.sh | matched ".aws/" | 5 |
| low | Install-time lifecycle script | package.json | install="([ -f Makefile ] && make install) || true" | 5 |
| low | Obfuscation Density | package/extensions/openclaw-aport/package-lock.json | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/external/aport-spec/conformance/pnpm-lock.yaml | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/external/aport-spec/oap/vc/tools/pnpm-lock.yaml | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts14
buildnpm run build:core && npm run build --workspaces --if-presentbuild:corenpm run build -w @aporthq/aport-agent-guardrails-corechangesetchangesetdevnode --watch src/server/index.jsinstall([ -f Makefile ] && make install) || trueprepublishOnlynpm run build 2>/dev/null || trueprepush:checkbash scripts/pre-push-check.shrelease:versionnpm run versionservernode src/server/index.jssync-submodulesgit submodule update --init --recursivesync-submodules:latestgit submodule update --init --remote --recursivesync-versionnode scripts/sync-version.mjstestmake testversionCI=1 changeset version && node scripts/sync-version.mjs