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
2
First published
Jun 2026
Publisher
doasfilos

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"}'
Publisherdoasfilos
Artifact bytes70,344
Previous version0.7.0
Published2026-06-10T15:50:16.411Z
SHA-2563359b7f24f121b6ab01238d3e63b81e686b1235c60d615d51f0fa5d1fefaeca7

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.8.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/init.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/cli/main.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts5
  • buildnode_modules/.bin/tsc -p tsconfig.json && chmod +x dist/cli/main.js dist/mcp/server.js
  • dev:mcptsx src/mcp/server.ts
  • inittsx src/cli/init.ts
  • testvitest run
  • typechecknode_modules/.bin/tsc --noEmit
Dependencies5
  • @modelcontextprotocol/sdk1.29.0
  • better-sqlite311.10.0
  • sqlite-vec0.1.9
  • ulid^2.3.0
  • zod^3.25.0