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 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/lib/generate-rdf-dds.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts12
buildnode scripts/build.jscheck: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:diststart./bin/index.jstestnpm run test:unit && npm run test:integrationtest:distnpm run build && npm run test:dist:unit && npm run test:dist:integrationtest:dist:integrationCODERMAKE_E2E_TEST=true node --test --test-concurrency=1 dist/test/integration/**/*.test.jstest:dist:unitnode --test dist/test/unit/**/*.test.jstest:integrationCODERMAKE_E2E_TEST=true node --test --test-concurrency=1 test/integration/**/*.test.jstest:unitnode --test test/unit/**/*.test.js