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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 35 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node -e \"try{require('node:fs').accessSync('dist/postinstall.js');require('node:child_process').execFileSync(process.execPath,['dist/postinstall.js'],{stdio:'inherit'})}catch{}\"" | 30 |
| high | New Account With Lifecycle Hook | package.json | package first published 22 day(s) ago, 2 total version(s), has lifecycle hook | 25 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node -e \"try{require('node:fs').accessSync('dist/postinstall.js');require('node:child_process').execFileSync(process.execPath,['dist/postinstall.js'],{stdio:'inherit'})}catch{}\"" | 30 |
| high | New Account With Lifecycle Hook | package.json | package first published 22 day(s) ago, 2 total version(s), has lifecycle hook | 25 |
| low | Install-time lifecycle script | package.json | postinstall="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 bundlebundlepnpm bundle:cli && pnpm bundle:postinstallbundle: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 --noEmitcleangit clean -xdf dist node_modulesdevtsx src/cli.tslintoxlintpostinstallnode -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