PkgRadar

Package evidence

@chatcut/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('node:fs').accessSync('dist/postinstall.js');require('node:child_process').execFileSync(process.execPath,['dist/postinstall.js'],{stdio:'inherit'})}catch{}\""

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
217
Versions published
2
First published
May 2026
Publisher
matt-chatcut

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@chatcut/[email protected]"],"fail_on":"high"}'

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":["@chatcut/[email protected]"],"fail_on":"high"}'
Publishermatt-chatcut
Artifact bytes30,065
Previous versionnone
Published2026-05-19T14:58:32.836Z
SHA-256daca1b58cd080e57cef5d150d45c4e8dc12aad84e034e4346a3b0aaecc6e3287

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('node:fs').accessSync('dist/postinstall.js');require('node:child_process').execFileSync(process.execPath,['dist/postinstall.js'],{stdio:'inherit'})}catch{}\""

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

Availability ledger

available

high
Last checked
highRisk
35Score
0.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('node:fs').accessSync('dist/postinstall.js');require('node:child_process').execFileSync(process.execPath,['dist/postinstall.js'],{stdio:'inherit'})}catch{}\""30
highNew Account With Lifecycle Hookpackage.jsonpackage first published 22 day(s) ago, 2 total version(s), has lifecycle hook25
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('node:fs').accessSync('dist/postinstall.js');require('node:child_process').execFileSync(process.execPath,['dist/postinstall.js'],{stdio:'inherit'})}catch{}\""30
highNew Account With Lifecycle Hookpackage.jsonpackage first published 22 day(s) ago, 2 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"try{require('node:fs').accessSync('dist/postinstall.js');require('node:child_process').execFileSync(process.execPath,['dist/postinstall.js'],{stdio:'inherit'})}catch{}\""5

Manifest

Package metadata

Scripts9
  • buildpnpm bundle
  • bundlepnpm bundle:cli && pnpm bundle:postinstall
  • bundle:clinode -e "require('esbuild').build({entryPoints:['src/cli.ts'],bundle:true,platform:'node',target:'node18',outfile:'dist/cli.js',banner:{js:'#!/usr/bin/env node'},external:['@remotion/renderer'],conditions:['source'],define:{__SKILL_VERSION__:JSON.stringify(require('./package.json').version)}}).catch(()=>process.exit(1))"
  • bundle:postinstallnode -e "require('esbuild').build({entryPoints:['src/postinstall.ts'],bundle:true,platform:'node',target:'node18',outfile:'dist/postinstall.js'}).catch(()=>process.exit(1))"
  • check-typestsc --noEmit
  • cleangit clean -xdf dist node_modules
  • devtsx src/cli.ts
  • lintoxlint
  • postinstallnode -e "try{require('node:fs').accessSync('dist/postinstall.js');require('node:child_process').execFileSync(process.execPath,['dist/postinstall.js'],{stdio:'inherit'})}catch{}"
Dependencies2
  • @chatcut/common0.0.1
  • @remotion/renderer4.0.399