PkgRadar

Package evidence

@liascript/[email protected]

no findings

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.

Versions published
150Mature · −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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes19,037
Previous version1.2.6--1.0.8
Published2026-05-20T17:55:01.620Z
SHA-256864a8c600e45a454466dd74d9d0589a44ccbd10e21de69bf9481ca6aaa718e0f

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.2.7--1.0.9Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts7
  • buildnpx parcel build src/index.ts && npm run shebang && npm run lib
  • libtsc --module commonjs -d src/lib.ts --outDir dist
  • releasenpm run release_win && npm run release_linux && npm run release_macos
  • release_linuxpkg . -t node18-linux --output release/linux/liascript-devserver -C GZip
  • release_macospkg . -t node18-macos --output release/macos/liascript-devserver -C GZip
  • release_winpkg . -t node18-win --output release/windows/liascript-devserver -C GZip
  • shebangsed -i '1i #!/usr/bin/env node\n' dist/index.js && chmod +x dist/index.js
Dependencies10
  • @liascript/editor^1.1.43--1.0.9
  • body-parser^1.20.4
  • chokidar^4.0.3
  • cors^2.8.6
  • express^4.22.1
  • express-handlebars^5.3.5
  • ip^2.0.1
  • minimist^1.2.8
  • open^8.4.2
  • reload^3.3.0