PkgRadar

Package evidence

@veewo/[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
33
First published
Mar 2026
Publisher
nantas

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":["@veewo/[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":["@veewo/[email protected]"],"fail_on":"review"}'
Publishernantas
Artifact bytes579,512
Previous version1.5.8
Published2026-06-08T04:06:21.547Z
SHA-256ad9529889c416b08d1fe25c45ad20ca622b428cf49c19a7a1009f16ca8cdfcf1

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
1.5.9Version
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/config/ignore-service.jsmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/patch-tree-sitter-swift.cjs"5

Manifest

Package metadata

Scripts31
  • benchmark:agent-context:fullnpm run check:neonspark-target && npm run build && node dist/cli/index.js benchmark-agent-context ../benchmarks/agent-context/neonspark-refactor-v1 --profile full --target-path "$GITNEXUS_NEONSPARK_TARGET_PATH" --repo-alias neonspark-v1-subset --scope-manifest ../benchmarks/unity-baseline/neonspark-v2/sync-manifest.txt
  • benchmark:agent-context:quicknpm run check:neonspark-target && npm run build && node dist/cli/index.js benchmark-agent-context ../benchmarks/agent-context/neonspark-refactor-v1 --profile quick --target-path "$GITNEXUS_NEONSPARK_TARGET_PATH" --repo-alias neonspark-v1-subset --scope-manifest ../benchmarks/unity-baseline/neonspark-v2/sync-manifest.txt
  • benchmark:analyze-memory:samplenpm run build && node --test dist/benchmark/analyze-memory-sampler.test.js
  • benchmark:fullnpm run build && node dist/cli/index.js benchmark-unity ../benchmarks/unity-baseline/v1 --profile full --target-path ../benchmarks/fixtures/unity-mini
  • benchmark:neonspark:fullnpm run check:neonspark-target && npm run build && node dist/cli/index.js benchmark-unity ../benchmarks/unity-baseline/neonspark-v1 --profile full --target-path "$GITNEXUS_NEONSPARK_TARGET_PATH" --repo-alias neonspark-v1-subset --scope-manifest ../benchmarks/unity-baseline/neonspark-v1/sync-manifest.txt
  • benchmark:neonspark:quicknpm run check:neonspark-target && npm run build && node dist/cli/index.js benchmark-unity ../benchmarks/unity-baseline/neonspark-v1 --profile quick --target-path "$GITNEXUS_NEONSPARK_TARGET_PATH" --repo-alias neonspark-v1-subset --scope-manifest ../benchmarks/unity-baseline/neonspark-v1/sync-manifest.txt
  • benchmark:neonspark:v2:fullnpm run check:neonspark-target && npm run build && node dist/cli/index.js benchmark-unity ../benchmarks/unity-baseline/neonspark-v2 --profile full --target-path "$GITNEXUS_NEONSPARK_TARGET_PATH" --repo-alias neonspark-v1-subset --scope-manifest ../benchmarks/unity-baseline/neonspark-v2/sync-manifest.txt
  • benchmark:neonspark:v2:quicknpm run check:neonspark-target && npm run build && node dist/cli/index.js benchmark-unity ../benchmarks/unity-baseline/neonspark-v2 --profile quick --target-path "$GITNEXUS_NEONSPARK_TARGET_PATH" --repo-alias neonspark-v1-subset --scope-manifest ../benchmarks/unity-baseline/neonspark-v2/sync-manifest.txt
  • benchmark:quicknpm run build && node dist/cli/index.js benchmark-unity ../benchmarks/unity-baseline/v1 --profile quick --target-path ../benchmarks/fixtures/unity-mini
  • benchmark:u2:e2enpm run check:u2-e2e-target && npm run build && node dist/cli/index.js benchmark-u2-e2e --config ../benchmarks/u2-e2e/neonspark-full-u2-e2e.config.json
  • benchmark:u2:samplenpm run build && node dist/benchmark/u2-performance-sampler.js
  • benchmark:unity:hydration-gatesnpm run build && node dist/benchmark/unity-lazy-context-sampler.js
  • benchmark:unity:lazy-contextnpm run build && node dist/benchmark/unity-lazy-context-sampler.js
  • buildrm -rf dist && tsc && chmod +x dist/cli/index.js
  • check:neonspark-targetnode -e "const p=(process.env.GITNEXUS_NEONSPARK_TARGET_PATH||'').trim();if(!p){console.error('Missing env: GITNEXUS_NEONSPARK_TARGET_PATH');process.exit(1);}"
  • check:release-pathsnode hooks/check-release-path-hygiene.mjs
  • check:u2-e2e-targetnode -e "const p=(process.env.GITNEXUS_U2_E2E_TARGET_PATH||'').trim();if(!p){console.error('Missing env: GITNEXUS_U2_E2E_TARGET_PATH');process.exit(1);}"
  • devtsx watch src/cli/index.ts
  • postinstallnode scripts/patch-tree-sitter-swift.cjs
  • prepacknpm run build && chmod +x dist/cli/index.js
  • preparenpm run build
  • testvitest run test/unit
  • test:allvitest run && npm run test:src:node
  • test:benchmarknpm run build && node --test dist/benchmark/*.test.js && node --test dist/cli/*.test.js
  • test:coveragevitest run --coverage
  • test:integrationvitest run test/integration
  • test:src:nodenpm run build && node scripts/run-node-tests.mjs
  • test:u3:gatesnpm run check:release-paths && npm run build && node --test dist/benchmark/u2-e2e/*.test.js dist/mcp/local/unity-enrichment.test.js dist/core/ingestion/unity-resource-processor.test.js
  • test:unitynpm run build && node --test dist/core/unity/*.test.js
  • test:unity-ui-trace:smokenpm run build && node --test dist/core/unity/ui-trace.acceptance.test.js dist/core/unity/ui-trace.test.js dist/cli/unity-ui-trace.test.js
  • …and 1 more.
Dependencies28
  • @huggingface/transformers^3.0.0
  • @ladybugdb/core0.15.1
  • @modelcontextprotocol/sdk^1.0.0
  • cli-progress^3.12.0
  • commander^12.0.0
  • cors^2.8.5
  • express^4.19.2
  • glob^11.0.0
  • graphology^0.25.4
  • graphology-indices^0.17.0
  • graphology-utils^2.3.0
  • ignore^7.0.5
  • lru-cache^11.0.0
  • mnemonist^0.39.0
  • pandemonium^2.4.0
  • tree-sitter^0.21.1
  • tree-sitter-c0.21.4
  • tree-sitter-c-sharp0.23.1
  • tree-sitter-cpp0.23.2
  • tree-sitter-go^0.23.0
  • tree-sitter-java^0.23.2
  • tree-sitter-javascript^0.23.0
  • tree-sitter-php^0.23.0
  • tree-sitter-python0.23.4
  • tree-sitter-ruby^0.23.1
  • tree-sitter-rust0.23.1
  • tree-sitter-typescript^0.23.0
  • uuid^13.0.0
Optional dependencies3
  • tree-sitter-gdscript^6.1.0
  • tree-sitter-kotlin^0.3.8
  • tree-sitter-swift^0.6.0