PkgRadar

Package evidence

@designliquido/[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
6,468Niche · −30% score
Versions published
431Mature · −50% score
First published
Jan 2022
Publisher
leonelsanches

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@designliquido/[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":["@designliquido/[email protected]"],"fail_on":"review"}'
Publisherleonelsanches
Artifact bytes1,423,298
Previous version1.23.3
Published2026-05-27T18:57:00.701Z
SHA-256a533c5143af50b580d58489837094d9599c9bf2647eb774542c94fcdfedcb9f2

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/tradutores/python/python3-parser.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/umd/delegua.js3559572 bytes10

Manifest

Package metadata

Scripts12
  • copiar-arquivos-pacoteyarn copyfiles -V ./bin/delegua ./bin/delegua.cmd ./dist && yarn copyfiles -V ./package.json ./dist/bin && yarn copyfiles -V ./README.md ./dist
  • deixar-codigo-bonitoyarn prettier --config .prettierrc --write fontes/**/*.ts
  • empacotaryarn rimraf ./dist && tsc && yarn umd && yarn copiar-arquivos-pacote
  • gerar-documentacao-tecnicayarn typedoc --out docs fontes/index.ts
  • lintyarn eslint . --ext .ts --fix
  • observar-testes-unitariosyarn jest --watchAll
  • observar-testes-unitarios-com-coverageyarn jest --coverage --watchAll
  • publicar-docsyarn gerar-documentacao-tecnica && yarn copyfiles -V ./recursos/**/* ./docs && yarn gh-pages -d docs
  • publicar-npmnpm publish ./dist --access public
  • testes-unitariosyarn jest --coverage
  • testes-unitarios:insigniasyarn jest-coverage-badges --output ./recursos/imagens
  • umdyarn browserify dist/index.js --s Delegua -o dist/umd/delegua.js
Dependencies4
  • antlr4ts^0.5.0-alpha.4
  • browser-process-hrtime^1.0.0
  • esprima^4.0.1
  • lodash.clonedeep^4.5.0