PkgRadar

Package evidence

@aiquants/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"if(process.env.SKIP_PLAYWRIGHT_INSTALL!=='1'){require('child_process').execSync('npx playwright install --with-deps chromium',{stdio:'inherit'})}\""

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
72
Versions published
25Established · −30% score
First published
Aug 2025
Publisher
fehde

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

Block this update

Static 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":["@aiquants/[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":["@aiquants/[email protected]"],"fail_on":"high"}'
Publisherfehde
Artifact bytes376,602
Previous version1.2.1
Published2026-06-06T04:15:32.204Z
SHA-2562acb18419b28bccd29b615e2945b98f6d76e6ef8d2528dee4039b8cd87fd120f

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"if(process.env.SKIP_PLAYWRIGHT_INSTALL!=='1'){require('child_process').execSync('npx playwright install --with-deps chromium',{stdio:'inherit'})}\""

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

Availability ledger

available

high
Last checked
highRisk
24Score
1.3.0Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"if(process.env.SKIP_PLAYWRIGHT_INSTALL!=='1'){require('child_process').execSync('npx playwright install --with-deps chromium',{stdio:'inherit'})}\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"if(process.env.SKIP_PLAYWRIGHT_INSTALL!=='1'){require('child_process').execSync('npx playwright install --with-deps chromium',{stdio:'inherit'})}\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"if(process.env.SKIP_PLAYWRIGHT_INSTALL!=='1'){require('child_process').execSync('npx playwright install --with-deps chromium',{stdio:'inherit'})}\""5

Manifest

Package metadata

Scripts21
  • buildvite build
  • checkbiome check --fix src/
  • cleanrimraf dist
  • coveragevitest run --coverage
  • coverage:mcpvitest run --coverage tests/mcp-unified.test.ts
  • debugNODE_OPTIONS='--enable-source-maps' vite-node --inspect-brk=9229 main.ts --
  • devNODE_OPTIONS='--enable-source-maps' vite-node --inspect=9229 --watch src/mcp-streamable.ts --
  • formatbiome format --write
  • license-checkpnpm dlx license-checker --production --onlyAllow "MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;Unlicense"
  • license-check:jsonpnpm dlx license-checker --production --onlyAllow "MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;Unlicense" --json
  • lintbiome lint app/
  • postinstallnode -e "if(process.env.SKIP_PLAYWRIGHT_INSTALL!=='1'){require('child_process').execSync('npx playwright install --with-deps chromium',{stdio:'inherit'})}"
  • publish:majornpm version major && pnpm publish --no-git-checks
  • publish:minornpm version minor && pnpm publish --no-git-checks
  • publish:patchnpm version patch && pnpm publish --no-git-checks
  • startvite-node main.ts
  • testvitest run
  • test:mcpvitest run tests/mcp-unified.test.ts
  • test:watchvitest
  • typechecktsc --noEmit
  • watchvite build --watch
Dependencies19
  • @modelcontextprotocol/sdk^1.24.3
  • @playwright/test^1.59.1
  • cors^2.8.5
  • express^5.2.1
  • github-slugger^2.0.0
  • happy-dom^20.0.11
  • hast^1.0.0
  • hast-util-to-html^9.0.5
  • playwright^1.59.1
  • postcss^8.5.6
  • rehype-parse^9.0.1
  • rehype-raw^7.0.0
  • rehype-remark^10.0.1
  • rehype-slug^6.0.0
  • remark-gfm^4.0.1
  • remark-stringify^11.0.0
  • unified^11.0.5
  • unist-util-visit^5.0.0
  • yargs-parser^22.0.0