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.

Versions published
30
First published
May 2026
Publisher
onlookercommunity

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 bytes346,262
Previous version0.23.1
Published2026-06-04T19:25:40.325Z
SHA-2567c92f27368b0b922eb0104ecb8f780b8a72a4a9a6fc6fbbc8434bb09c66052d3

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.24.0Version
Status history (2 events)
  1. newavailable · risk review · score 5 · status changed
  2. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 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

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 plugins/compass/scripts/hooks/*.sh plugins/compass/scripts/lib/*.sh plugins/scribe/scripts/hooks/*.sh plugins/scribe/scripts/lib/*.sh plugins/counsel/scripts/hooks/*.sh plugins/counsel/scripts/lib/*.sh plugins/warden/scripts/hooks/*.sh plugins/warden/scripts/lib/*.sh plugins/librarian/scripts/hooks/*.sh plugins/librarian/scripts/lib/*.sh plugins/curator/scripts/hooks/*.sh plugins/curator/scripts/lib/*.sh plugins/historian/scripts/hooks/*.sh plugins/historian/scripts/lib/*.sh
Dependencies1
  • @onlooker-community/schema^2.5.0