PkgRadar

Package evidence

@stevenvo780/[email protected]

Obfuscation: matched "Eval("

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@stevenvo780/[email protected]"],"fail_on":"high"}'

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":["@stevenvo780/[email protected]"],"fail_on":"high"}'
Publisherstevenvo780
Artifact bytes2,599,384
Previous version4.15.0
Published2026-05-24T18:02:47.251Z
SHA-2562c36153b509ce01b7e659051a0ac440357840c5fa990106f76ddc2b3b5fae681

Why flagged

What the scanner saw

Obfuscation: matched "Eval("

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
48Score
4.15.1Version
Status history (1 event)
  1. newavailable · risk high · score 48 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

stevenvo780

3 members · evidence strength 63

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 16 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/api.jsmatched "Eval("3
lowObfuscationpackage/dist/logic/profiles/probabilistic/basic.jsmatched "Eval("3
lowObfuscationpackage/dist/tests/coverage-fill-api.test.jsmatched "Eval("3
lowObfuscationpackage/dist/runtime/format.jsmatched "\\u2265"3
lowObfuscationpackage/dist/reasoning/peano-arithmetic/index.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/reasoning/real-analysis/index.jsmatched "Eval("3
lowObfuscationpackage/dist/reasoning/automata/languages.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/lexer/lexer.jsmatched "\\u2295"3
lowObfuscationpackage/dist/tests/limits.test.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/reasoning/group-presentation/standard-groups.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/runtime/streaming/stream-eval.jsmatched "Eval("3
lowObfuscationpackage/dist/tests/streaming/stream-eval.test.jsmatched "Eval("3
lowObfuscationpackage/dist/tests/stress-cdcl.test.jsmatched "\\u0300"3
lowObfuscationpackage/dist/tests/stress-extreme.test.jsmatched "\\u0300"3
lowObfuscationpackage/dist/tests/stress-hardware.test.jsmatched "\\u0300"3
lowObfuscationpackage/dist/reasoning/group-presentation/words.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts22
  • benchvitest bench --run --config vitest.bench.config.ts
  • bench:comparenode scripts/bench/compare.mjs
  • bench:savevitest bench --run --config vitest.bench.config.ts && cp benchmarks/results.json benchmarks/baselines.json
  • bench:v5vitest bench --run --config vitest.bench.v5.config.ts
  • bench:v5:regressionnode scripts/bench/v5-regression.mjs
  • bench:v5:updatenode scripts/bench/v5-regression.mjs --update
  • buildtsc && chmod +x dist/cli/index.js
  • cleanrm -rf dist
  • devtsc --watch
  • examples:runbash ./scripts/run-all-examples.sh
  • formatprettier --write "src/**/*.ts"
  • linteslint src --ext .ts
  • package./scripts/package.sh
  • prepacknpm run build
  • prepublishOnlynpm run clean && npm run build && npm run test
  • startnode dist/cli/index.js
  • testvitest run
  • test:allbash ./scripts/run-exhaustive-validation.sh
  • test:coveragevitest run --coverage
  • test:stressvitest run src/tests/stress-hardware.test.ts
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies4
  • @stevenvo780/st-lang^4.6.0
  • chalk^5.6.2
  • commander^14.0.3
  • z3-solver^4.16.0