PkgRadar

Package evidence

@liascript/[email protected]

Remote Dependency Spec: devDependencies.y-generic="github:andre-dietrich/y-generic"

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
303
Versions published
214Mature · −50% score
First published
Feb 2021
Publisher
liascript

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":["@liascript/[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":["@liascript/[email protected]"],"fail_on":"review"}'
Publisherliascript
Artifact bytes5,087,585
Previous version1.1.43--1.0.8
Published2026-05-20T16:14:21.687Z
SHA-2561caeeb2e7714af96e13d2672cb22b0d66e396877d859ad1331f657db5c1b0bef

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.y-generic="github:andre-dietrich/y-generic"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.1.43--1.0.9Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.y-generic="github:andre-dietrich/y-generic"8

Manifest

Package metadata

Scripts35
  • analyzenpm run clean && npx parcel build --no-source-maps --reporter @parcel/reporter-bundle-analyzer src/entry/app/index.html
  • buildnpm run build:app
  • build:appnpm run clean && npx parcel build --no-source-maps --public-url . src/entry/app/index.html && npm run sw
  • build:basenpm run clean && npx parcel build --no-source-maps --public-url . src/entry/base/index.html
  • build:devnpm run clean && npx parcel build --no-source-maps --public-url . src/entry/dev/index.html && npm run sw
  • build:h5pnpm run clean && npx parcel build --no-source-maps --public-url . src/entry/h5p/index.html
  • build:indexeddbnpm run clean && npx parcel build --no-source-maps --public-url . src/entry/indexeddb/index.html
  • build:librarynpm run clean && npx parcel build --no-source-maps --public-url . src/entry/library/index.ts
  • build:opalnpm run clean && npx parcel build --no-source-maps --public-url . src/entry/opal/index.html
  • build:previewnpx parcel build --no-source-maps --public-url . src/typescript/webcomponents/preview-lia.ts
  • build:scorm1.2npm run clean && npx parcel build --no-source-maps --public-url . src/entry/scorm1.2/index.html
  • build:scorm2004npm run clean && ./node_modules/parcel/lib/bin.js build --no-source-maps --public-url . src/entry/scorm2004/index.html
  • build:webcomponentnpm run clean && npx parcel build --no-source-maps src/entry/webcomponent/index.ts && rm dist/README.md
  • build:webcomponentPublicnpm run clean && npx parcel build --no-source-maps --public-url https://liascript.github.io/webcomponent/ src/entry/webcomponent/index.ts && rm dist/README.md
  • build:workernpm run clean && npx parcel build --no-source-maps --target node src/entry/worker/index.js
  • build:xapinpm run clean && npx parcel build --no-source-maps --public-url . src/entry/xapi/index.html
  • cleanrm -rf dist .parcel-cache
  • format:scssnpx prettier --write 'src/scss/**/*.scss'
  • minify:jsfind dist -name "*.js" -print0 | xargs -0 -P 4 -I {} sh -c 'before=$(wc -c < {}); if npx minify {} > {}.min 2>/dev/null; then after=$(wc -c < {}.min); if [ ${after} -lt ${before} ]; then mv {}.min {}; reduction=$((${before}-${after})); percent=$(awk "BEGIN {printf \"%.2f\", ${reduction}/${before}*100}"); echo "{} reduced from ${before} to ${after} bytes (${percent}% reduction)"; else rm {}.min; echo "{} no reduction achieved, file size unchanged"; fi; else echo "{} minification failed, skipping"; fi'
  • prebuildnpx parcel build --no-source-maps --no-optimize --public-url . src/entry/app/index.html
  • swnpx workbox injectManifest workbox-config.js
  • testnpx elm-test
  • translateelm-i18n-gen lia-localization/locale src/elm/Translations.elm
  • watchnpm run watch:dev
  • watch:appnpx parcel serve src/entry/app/index.html --open
  • watch:basenpx parcel serve src/entry/base/index.html
  • watch:devnpx parcel serve src/entry/dev/index.html --open
  • watch:h5pnpx parcel serve src/entry/h5p/index.html
  • watch:indexeddbnpx parcel serve src/entry/indexeddb/index.html --open
  • watch:librarynpx parcel serve src/entry/library/index.html --open
  • …and 5 more.
Dependencies1
  • pako^2.1.0