PkgRadar

Package evidence

@mirnoorata/[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
mirnoorata

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":["@mirnoorata/[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":["@mirnoorata/[email protected]"],"fail_on":"review"}'
Publishermirnoorata
Artifact bytes597,044
Previous versionnone
Published2026-06-10T17:17:38.576Z
SHA-2564b76ec8c0166caf1603786cb96283b83fe90106bd7a22b9376ddf99a1afd1c6f

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
15Score
0.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/autoverify.jsmatched ".npmrc"10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/autoverify.jsmatched ".npmrc"10
lowCredential file accesspackage/dist/github-release.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts27
  • auditnpm audit --audit-level=moderate
  • benchmark:cinpm run build && node scripts/benchmark-hot-paths.mjs --output .codex/cache/codexa-benchmarks/latest.json
  • buildtsc -p tsconfig.json
  • checknpm run typecheck && npm run lint && npm run privacy && npm run test:claude-code && npm test
  • ci:extendednpm run smoke:package && npm run benchmark:ci
  • clean:private-artifactsnode scripts/clean-private-artifacts.mjs
  • devtsx src/cli.ts
  • lintnode scripts/verify-source-hygiene.mjs && node scripts/verify-release-path.mjs && bash scripts/verify-codexa-publish.sh
  • package:hygienenode scripts/verify-package-hygiene.mjs && npm run plugin:hygiene
  • plugin:hygienenode scripts/verify-plugin-package.mjs
  • prepacknpm run build
  • prepare:codera-parkingnode scripts/prepare-codera-parking-package.mjs && node scripts/verify-package-hygiene.mjs .local/release/codera
  • prepublishOnlynpm run security:check
  • privacynode scripts/verify-public-hygiene.mjs
  • privacy:historynode scripts/verify-public-hygiene.mjs --history
  • privacy:releasenpm run privacy && npm run privacy:history
  • public:snapshot-checknode scripts/verify-public-snapshot.mjs
  • publish:codexabash scripts/codexa-publish.sh
  • release:archivenpm run check && git archive --format=tar.gz --output codexa-public-head.tar.gz HEAD
  • release:githubnpm run security:check && node dist/cli.js github-release .
  • release:github:dry-runnpm run build && node dist/cli.js github-release . --dry-run
  • security:checknpm run check && npm run audit && npm run public:snapshot-check && npm run package:hygiene && npm run smoke:package
  • smoke:packagenode scripts/package-install-smoke.mjs
  • testnpm run build && vitest run
  • test:claude-codebash integrations/claude-code/tests/cmd-smoke.sh && bash integrations/claude-code/tests/hook-smoke.sh
  • test:schemavitest run tests/schema.test.ts
  • typechecktsc -p tsconfig.json --noEmit
Dependencies7
  • @modelcontextprotocol/sdk1.29.0
  • commander15.0.0
  • tree-sitter0.21.1
  • tree-sitter-python0.21.0
  • tree-sitter-typescript0.23.2
  • typescript6.0.3
  • zod4.4.3