Recommended action
Looks clean — keep monitoringNo 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":["@cms0/[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":["@cms0/[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts20
buildpnpm run build:clean && pnpm run build:prepare && pnpm run build:esm && pnpm run build:cjs && pnpm run build:finalizebuild:cjstsc -p tsconfig.cjs.jsonbuild:cleannode -e "require('fs').rmSync('dist', { recursive: true, force: true });"build:esmtsc -p tsconfig.jsonbuild:finalizenode ./finalize-build.cjsbuild:packpnpm run build:prepare && pnpm run build:esm && pnpm run build:cjs && pnpm run build:finalizebuild:preparepnpm -C ../shared build && node ./scripts/ensure-generated-schema-descriptor.cjscms0:buildtsx src/cli.ts buildcms0:watchtsx src/cli.ts watchdevpnpm run dev:setup && pnpm run dev:esmdev:cjsnode -e "const chokidar=require('chokidar');const {execFileSync}=require('node:child_process');const path=require('node:path');const pkgRoot=process.cwd();const watchTargets=[path.join(pkgRoot,'src'),path.join(pkgRoot,'tsconfig.cjs.json'),path.join(pkgRoot,'finalize-build.cjs'),path.join(pkgRoot,'scripts','ensure-generated-schema-descriptor.cjs')];let running=false;let queued=false;const rebuild=()=>{if(running){queued=true;return;}running=true;do{queued=false;try{execFileSync('pnpm',['run','build:cjs'],{cwd:pkgRoot,stdio:'inherit'});execFileSync(process.execPath,['./finalize-build.cjs'],{cwd:pkgRoot,stdio:'inherit'});console.log('[cms0] rebuilt cjs output');}catch(error){console.error('[cms0] cjs rebuild failed');}}while(queued);running=false;};const watcher=chokidar.watch(watchTargets,{ignoreInitial:true});watcher.on('all',(_event,changedPath)=>{console.log('[cms0] change detected: '+path.relative(pkgRoot,changedPath));rebuild();});rebuild();const stop=()=>{watcher.close().finally(()=>process.exit(0));};process.on('SIGINT',stop);process.on('SIGTERM',stop);"dev:clitsx src/cli.ts devdev:esmtsc -w -p tsconfig.json --preserveWatchOutputdev:setuppnpm -C ../shared run dev:setup && node ./scripts/ensure-generated-schema-descriptor.cjstestpnpm test:unit && pnpm test:integrationtest:integrationpnpm -C ../.. exec vitest run --config vitest.config.ts --project cms0-integrationtest:unitpnpm -C ../.. exec vitest run --config vitest.config.ts --project cms0-unittypecheckpnpm run typecheck:prepare && tsc -p tsconfig.json --noEmittypecheck:preparenode ./scripts/ensure-generated-schema-descriptor.cjswatch:typestsc --watch -p tsconfig.json
Dependencies4
@cms0/shared0.2.26chokidar^4.0.3ts-morph^27.0.2typescript^5.9.3