PkgRadar

Package evidence

@onlooker-community/[email protected]

Install-time lifecycle script: postinstall="echo '\\n onlooker-ecosystem installed!\\n Run: npx onlooker-install typescript\\n Docs: https://github.com/onlooker-community/ecosystem\\n'"

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
2,380Niche · −30% score
Versions published
21
First published
May 2026
Publisher
onlookercommunity

Effective trust discount applied: 30% (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":["@onlooker-community/[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":["@onlooker-community/[email protected]"],"fail_on":"review"}'
Artifact bytes162,804
Previous version0.15.2
Published2026-05-26T03:34:15.497Z
SHA-256562db49bc8fff0897e958347b5ef674d8dcf86e3072f20ecf29c372a2c718d54

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="echo '\\n onlooker-ecosystem installed!\\n Run: npx onlooker-install typescript\\n Docs: https://github.com/onlooker-community/ecosystem\\n'"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.16.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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="echo '\\n onlooker-ecosystem installed!\\n Run: npx onlooker-install typescript\\n Docs: https://github.com/onlooker-community/ecosystem\\n'"5
lowCredential file accesspackage/.github/workflows/release.ymlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts17
  • biome:cibiome ci
  • coveragenpm run coverage:node && npm run coverage:bash
  • coverage:bashnode scripts/coverage/bash-coverage.mjs
  • coverage:nodenode scripts/coverage/run-coverage.mjs
  • formatbiome format --write && markdownlint --fix '**/*.md'
  • format:checkbiome format
  • format:mdmarkdownlint --fix '**/*.md'
  • lintbiome lint --write && markdownlint --fix '**/*.md'
  • lint:checkbiome check . && markdownlint '**/*.md'
  • lint:manifestsnode scripts/lint/check-manifests.mjs
  • lint:referencesnode scripts/lint/check-references.mjs
  • postinstallecho '\n onlooker-ecosystem installed!\n Run: npx onlooker-install typescript\n Docs: https://github.com/onlooker-community/ecosystem\n'
  • testnpm run test:bats && npm run test:schema
  • test:batsbats test/bats
  • test:cinpm run test:shellcheck && npm run test:bats && npm run test:schema && npm run lint:check && npm run lint:manifests && npm run lint:references
  • test:schemanode --test test/node/*.test.mjs
  • test:shellcheckshellcheck -S error -x install.sh scripts/common.sh scripts/hooks/*.sh scripts/lib/*.sh plugins/archivist/scripts/hooks/*.sh plugins/archivist/scripts/lib/*.sh plugins/tribunal/scripts/hooks/*.sh plugins/tribunal/scripts/lib/*.sh plugins/echo/scripts/hooks/*.sh plugins/echo/scripts/lib/*.sh plugins/governor/scripts/hooks/*.sh plugins/governor/scripts/lib/*.sh
Dependencies1
  • @onlooker-community/schema^2.4.0