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 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":["@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"}'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 15 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/dist/autoverify.js | matched ".npmrc" | 10 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/dist/autoverify.js | matched ".npmrc" | 10 |
| low | Credential file access | package/dist/github-release.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts27
auditnpm audit --audit-level=moderatebenchmark:cinpm run build && node scripts/benchmark-hot-paths.mjs --output .codex/cache/codexa-benchmarks/latest.jsonbuildtsc -p tsconfig.jsonchecknpm run typecheck && npm run lint && npm run privacy && npm run test:claude-code && npm testci:extendednpm run smoke:package && npm run benchmark:ciclean:private-artifactsnode scripts/clean-private-artifacts.mjsdevtsx src/cli.tslintnode scripts/verify-source-hygiene.mjs && node scripts/verify-release-path.mjs && bash scripts/verify-codexa-publish.shpackage:hygienenode scripts/verify-package-hygiene.mjs && npm run plugin:hygieneplugin:hygienenode scripts/verify-plugin-package.mjsprepacknpm run buildprepare:codera-parkingnode scripts/prepare-codera-parking-package.mjs && node scripts/verify-package-hygiene.mjs .local/release/coderaprepublishOnlynpm run security:checkprivacynode scripts/verify-public-hygiene.mjsprivacy:historynode scripts/verify-public-hygiene.mjs --historyprivacy:releasenpm run privacy && npm run privacy:historypublic:snapshot-checknode scripts/verify-public-snapshot.mjspublish:codexabash scripts/codexa-publish.shrelease:archivenpm run check && git archive --format=tar.gz --output codexa-public-head.tar.gz HEADrelease:githubnpm run security:check && node dist/cli.js github-release .release:github:dry-runnpm run build && node dist/cli.js github-release . --dry-runsecurity:checknpm run check && npm run audit && npm run public:snapshot-check && npm run package:hygiene && npm run smoke:packagesmoke:packagenode scripts/package-install-smoke.mjstestnpm run build && vitest runtest:claude-codebash integrations/claude-code/tests/cmd-smoke.sh && bash integrations/claude-code/tests/hook-smoke.shtest:schemavitest run tests/schema.test.tstypechecktsc -p tsconfig.json --noEmit
Dependencies7
@modelcontextprotocol/sdk1.29.0commander15.0.0tree-sitter0.21.1tree-sitter-python0.21.0tree-sitter-typescript0.23.2typescript6.0.3zod4.4.3