PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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 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":["[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"}'
Publisherimtaotao
Artifact bytes80,331
Previous version0.2.1
Published2026-06-17T05:19:53.270Z
SHA-256aad7d08eb2988550928c6c04ccccefc073fc2148b5441669e34786ce3a24723a

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

review
Last checked
reviewRisk
10Score
0.2.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/publish/api/npmrc.jsmatched ".npmrc"10

Manifest

Package metadata

Scripts11
  • buildrimraf dist && tsc -p tsconfig.json
  • build:examplespnpm --filter './examples/*' build
  • dev:examplespnpm --filter './examples/*' --if-present dev
  • dev:registryverdaccio --config examples/verdaccio.yaml --listen 127.0.0.1:4873
  • dev:registry-loginnpm adduser --registry http://127.0.0.1:4873 --auth-type=legacy
  • formatprettier --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__ --coverage
  • test:examplespnpm build:examples && vitest run examples/__tests__
  • typechecktsc --noEmit --skipLibCheck
Dependencies14
  • aidly1.37.0
  • briefing0.0.5
  • cac7.0.0
  • chokidar5.0.0
  • conditional-export1.1.0
  • execa9.6.1
  • minimist1.2.8
  • picocolors1.1.1
  • postcss8.5.15
  • prettier3.8.3
  • rimraf6.1.3
  • semver7.8.1
  • tsdown0.22.0
  • typescript6.0.3