PkgRadar

Package evidence

@profoundlogic/[email protected]

Obfuscation Density: high encoded/escaped-token density

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.

Weekly downloads
453
Versions published
26
First published
Jan 2026
Publisher
profoundlogic

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":["@profoundlogic/[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":["@profoundlogic/[email protected]"],"fail_on":"review"}'
Publisherprofoundlogic
Artifact bytes110,234
Previous version2.0.5
Published2026-05-26T21:11:39.825Z
SHA-256c95c15b74f4665ca7326ff4948aa24d4c66ee27d9c3bffb9d3bb7d5a7f9d7e8a

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
2.0.6Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/lib/generate-rdf-dds.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts12
  • buildnode scripts/build.js
  • check:multi-library-envnode -e "import('dotenv/config').then(() => { if (!process.env.CODERMAKE_E2E_LIBRARY_MAP || !process.env.CODERMAKE_E2E_LIBRARY_MAP.trim()) { console.error('CODERMAKE_E2E_LIBRARY_MAP must be set for prepublish (e.g. \"LIBA=DEVLIBA LIBB=DEVLIBB\"). Gates the multi-library output integration tests.'); process.exit(1); } })"
  • cleanrm -rf dist/
  • linteslint . --ignore-pattern dist/
  • prepublishOnlynpm run check:multi-library-env && npm run lint && npm test && npm run build && npm run test:dist
  • start./bin/index.js
  • testnpm run test:unit && npm run test:integration
  • test:distnpm run build && npm run test:dist:unit && npm run test:dist:integration
  • test:dist:integrationCODERMAKE_E2E_TEST=true node --test --test-concurrency=1 dist/test/integration/**/*.test.js
  • test:dist:unitnode --test dist/test/unit/**/*.test.js
  • test:integrationCODERMAKE_E2E_TEST=true node --test --test-concurrency=1 test/integration/**/*.test.js
  • test:unitnode --test test/unit/**/*.test.js