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
- 204Mature · −50% score
- First published
- Jan 2021
- Publisher
- yakkomajuri
- External confirmation
- MAL-2025-190947OSV match · pinned to high regardless of other signals
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":["@posthog/[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":["@posthog/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched "AWS_ACCESS_KEY"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk high · score 3 · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/main/job-queues/redlocked/s3-queue.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/src/main/job-queues/redlocked/s3-queue.ts | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts34
benchmarkyarn run benchmarks:clickhouse && yarn run benchmark:postgres && yarn run benchmarks:vmbenchmark:clickhousenode --expose-gc node_modules/.bin/jest --runInBand benchmarks/clickhouse/benchmark:postgresnode --expose-gc node_modules/.bin/jest --runInBand benchmarks/postgres/benchmark:vm:memorynode --expose-gc node_modules/.bin/jest --runInBand benchmarks/vm/memory.benchmark.tsbenchmark:vm:workernode --expose-gc node_modules/.bin/jest --runInBand benchmarks/vm/worker.benchmark.tsbuildyarn clean && yarn compilecleanrimraf dist/*compileyarn protobuf:compile && yarn typescript:compilelinteslint .lint:fixeslint --fix .prepareyarn protobuf:compileprepublishOnlyyarn buildprettierprettier --write .prettier:checkprettier --check .protobuf:compilecd src/config/idl/ && rimraf protos.* && pbjs -t static-module -w commonjs -o protos.js *.proto && pbts -o protos.d.ts protos.js && eslint --fix . && prettier --write .servicesyarn services:stop && yarn services:clean && yarn services:startservices:cleancd .. && docker-compose -f ee/docker-compose.ch.yml rm -v zookeeper kafka clickhouseservices:startcd .. && docker-compose -f ee/docker-compose.ch.yml up zookeeper kafka clickhouseservices:stopcd .. && docker-compose -f ee/docker-compose.ch.yml downsetup:dev:clickhousecd .. && export DEBUG=1 PRIMARY_DB=clickhouse && python manage.py migrate_clickhousesetup:test:clickhousecd .. && unset KAFKA_URL && export TEST=1 PRIMARY_DB=clickhouse CLICKHOUSE_DATABASE=posthog_test && python manage.py migrate_clickhousesetup:test:eeyarn setup:test:postgres && yarn setup:test:clickhousesetup:test:postgrescd .. && (dropdb test_posthog || echo 'no db to drop') && createdb test_posthog && DATABASE_URL=postgres://localhost:5432/test_posthog DEBUG=1 python manage.py migratestartyarn start:diststart:devNODE_ENV=dev BASE_DIR=.. ts-node-dev --debug --exit-child src/index.tsstart:dev:eeKAFKA_ENABLED=true KAFKA_HOSTS=localhost:9092 yarn start:devstart:distBASE_DIR=.. node dist/index.jstestjest --runInBand --forceExit tests/**/*.test.tstest:clickhouse:1jest --runInBand --forceExit tests/clickhouse/postgres-parity.test.ts tests/clickhouse/e2e.test.ts tests/clickhouse/ingestion-utils.test.tstest:clickhouse:2jest --runInBand --forceExit tests/clickhouse/process-event.test.ts- …and 4 more.
Dependencies40
@babel/core^7.13.1@babel/preset-env^7.13.5@babel/preset-typescript^7.13.0@babel/standalone^7.13.7@google-cloud/bigquery^5.6.0@google-cloud/pubsub^2.16.0@google-cloud/storage^5.8.5@maxmind/geoip2-node^3.0.0@posthog/clickhouse^1.7.0@posthog/piscina^3.2.0-posthog@posthog/plugin-contrib^0.0.5@posthog/plugin-scaffold0.12.9@sentry/node^6.7.0@sentry/tracing^6.7.0@types/lru-cache^5.1.0adm-zip0.5.3aws-sdk^2.927.0escape-string-regexp^4.0.0faker^5.5.3fast-deep-equal^3.1.3generic-pool^3.7.1graphile-worker^0.11.1hot-shots^8.3.2ioredis^4.27.6jsonwebtoken^8.5.1kafkajs^1.15.0lru-cache^6.0.0luxon^1.27.0node-fetch^2.6.1node-schedule^2.0.0- …and 10 more.