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
- 1
- First published
- Jun 2026
- Publisher
- vrtxomega
Recommended action
Review before promotingMixed 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":["[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":["[email protected]"],"fail_on":"review"}'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 review · score 10 · 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/src/core/adversary.mjs | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/src/core/feedback.mjs | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts31
benchmarknode scripts/run-benchmark.mjs --fail-on-regressionbenchmark:jsonnode scripts/run-benchmark.mjs --format jsonbenchmark:markdownnode scripts/run-benchmark.mjs --format markdownbenchmark:writenode scripts/run-benchmark.mjs --format markdown --write docs/benchmark-results.md --fail-on-regressionchecknode --check scripts/run-pr-gate.mjs && node --check src/server.mjs && node --check src/cli.mjs && node --check src/config.mjs && node --check src/core/api.mjs && node --check src/core/adversary.mjs && node --check src/core/benchmark.mjs && node --check src/core/calibration.mjs && node --check src/core/candidates.mjs && node --check src/core/contributor-preflight.mjs && node --check src/core/evaluator.mjs && node --check src/core/feedback.mjs && node --check src/core/history.mjs && node --check src/core/pilot-proof.mjs && node --check src/core/policy.mjs && node --check src/core/patch.mjs && node --check src/core/queue.mjs && node --check src/core/repository-context.mjs && node --check src/core/setup.mjs && node --check src/core/setup-guide.mjs && node --check src/core/watchlist.mjs && node --check src/github/client.mjs && node --check src/github/webhook.mjs && node --check src/github/templates.mjs && node --check scripts/run-adversary.mjs && node --check scripts/run-benchmark.mjs && node --check scripts/run-maintainer-demo.mjs && node --check scripts/run-public-pilot.mjs && node --check scripts/run-large-bench.mjs && node --check scripts/run-watchlist.mjs && node --check scripts/verify-ci-workflow.mjs && node --check scripts/verify-repo-hygiene.mjs && node --check public/app.jsci:gatesnpm run repo:verify && npm run ci:verify && npm run check && npm test && npm run benchmark && npm run redtest && npm run demo:maintainer -- --fail-on-regressionci:verifynode scripts/verify-ci-workflow.mjsdemo:issuenode src/cli.mjs evaluate fixtures/issue-unready.jsondemo:kernelnode src/cli.mjs evaluate fixtures/pr-kernel-ready.json --profile kernel-gradedemo:maintainernode scripts/run-maintainer-demo.mjsdemo:maintainer:jsonnode scripts/run-maintainer-demo.mjs --format jsondemo:maintainer:markdownnode scripts/run-maintainer-demo.mjs --format markdowndemo:maintainer:writenode scripts/run-maintainer-demo.mjs --format markdown --write docs/maintainer-demo-output.md --fail-on-regressiondemo:prnode src/cli.mjs evaluate fixtures/pr-unready.jsonpilot:largenode scripts/run-large-bench.mjspilot:publicnode scripts/run-public-pilot.mjspilot:public:markdownnode scripts/run-public-pilot.mjs --format markdownpilot:scoutnode scripts/run-public-pilot.mjs --no-pulls --contributor-preflight --format markdownpilot:watchnode scripts/run-watchlist.mjs --format markdownpreflightnode src/cli.mjs preflightredtestnode scripts/run-adversary.mjs --fail-on-regressionredtest:jsonnode scripts/run-adversary.mjs --format jsonredtest:markdownnode scripts/run-adversary.mjs --format markdownredtest:writenode scripts/run-adversary.mjs --format markdown --write docs/adversarial-red-team-results.md --fail-on-regressionrepo:verifynode scripts/verify-repo-hygiene.mjssetup:pilotnode src/cli.mjs setupsetup:pilot:markdownnode src/cli.mjs setup --format markdownstartnode src/server.mjstestnode --testtest:allnpm run check && npm test && npm run benchmark && npm run redtest- …and 1 more.