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
- 42
- First published
- May 2026
- Publisher
- imtaotao
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 ".npmrc"
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
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/dist/publish/api/npmrc.js | matched ".npmrc" | 10 |
Manifest
Package metadata
Scripts11
buildrimraf dist && tsc -p tsconfig.jsonbuild:examplespnpm --filter './examples/*' builddev:examplespnpm --filter './examples/*' --if-present devdev:registryverdaccio --config examples/verdaccio.yaml --listen 127.0.0.1:4873dev:registry-loginnpm adduser --registry http://127.0.0.1:4873 --auth-type=legacyformatprettier --write "package.json" "pnpm-workspace.yaml" "*.md" "docs/**/*.md" "(bin|src|dist|examples)/**/*.{js,mjs,cjs,ts,tsx,json,md,yaml,css}"format:mdprettier --write "*.md" "docs/**/*.md" "examples/**/*.md"testvitest run src/__tests__test:coveragevitest run src/__tests__ --coveragetest:examplespnpm build:examples && vitest run examples/__tests__typechecktsc --noEmit --skipLibCheck
Dependencies14
aidly1.37.0briefing0.0.5cac7.0.0chokidar5.0.0conditional-export1.1.0execa9.6.1minimist1.2.8picocolors1.1.1postcss8.5.15prettier3.8.3rimraf6.1.3semver7.8.1tsdown0.22.0typescript6.0.3