PkgRadar

Package evidence

@vixeny/[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
May 2026
Publisher
mimimonads

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":["@vixeny/[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":["@vixeny/[email protected]"],"fail_on":"review"}'
Publishermimimonads
Artifact bytes184,357
Previous versionnone
Published2026-05-25T10:34:10.633Z
SHA-256b4d9500ca7a36a34d4078026a1d57de18ff4c466b67a01a38b8beb3e5755d560

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/permission/protocol.tsmatched ".npmrc"5

Manifest

Package metadata

Scripts14
  • bench./run.sh
  • bench:json./run.sh --json
  • buildbun run build.ts
  • build:nativebun run scripts/build-native-addons.ts
  • build:nodebun build knitting.ts --outdir dest --target node --format esm
  • build:releasebun run build:native && bun run build
  • coverage:nodenode --no-warnings --experimental-transform-types --experimental-test-coverage --test "./test/*.test.ts"
  • coverage:node:90node --no-warnings --experimental-transform-types --experimental-test-coverage --test-coverage-lines=90 --test-coverage-exclude=src/common/task-source.ts --test-coverage-exclude=src/ipc/protocol/parsers/NumericBuffer.ts --test-coverage-exclude=src/runtime/balancer.ts --test-coverage-exclude=src/worker/task-loader.ts --test "./test/*.test.ts"
  • testnpm run test:deno
  • test:allnpm run test:deno && npm run test:runtimes
  • test:bunbun test ./test/*.test.ts --path-ignore-patterns=**/tx-queue.test.ts
  • test:denodeno test -A --ignore=test/runtime.node.test.ts --ignore=test/runtime.process.test.ts
  • test:nodenode --no-warnings --experimental-transform-types --test "./test/*.test.ts"
  • test:runtimesnpm run test:node && npm run test:bun