PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"dev-ciel0","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}

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
1
First published
Jun 2026
Publisher
dev-ciel0

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherdev-ciel0
Artifact bytes112,189
Previous versionnone
Published2026-06-15T09:08:53.343Z
SHA-256da5a8a40fcfa5af1593feeba4778c1e4107ba63a4bd9ee234af4f468b8bba1c9

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"dev-ciel0","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"dev-ciel0","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts17
  • buildtsup
  • cleanrimraf dist && rimraf components
  • devtsup --watch
  • format:checkprettier --check "**/*.{ts,tsx,mdx}" --cache
  • format:writeprettier --write "**/*.{ts,tsx,mdx}" --cache
  • mcp:inspectpnpm dlx @modelcontextprotocol/inspector node dist/index.js mcp
  • pub:betapnpm build && pnpm publish --no-git-checks --access public --tag beta
  • pub:nextpnpm build && pnpm publish --no-git-checks --access public --tag next
  • pub:rcpnpm build && pnpm publish --no-git-checks --access public --tag rc
  • pub:releasepnpm build && pnpm publish --access public
  • releasechangeset version
  • startnode dist/index.js
  • start:devSELF_REGISTRY_URL=http://localhost:4000/r SHADCN_TEMPLATE_DIR=../../templates node dist/index.js
  • start:prodcross-env SELF_REGISTRY_URL=https://ui.ciel0.com/r node dist/index.js
  • testvitest run
  • test:devREGISTRY_URL=http://localhost:4000/r SHADCN_TEMPLATE_DIR=../../templates vitest run
  • typechecktsc --noEmit
Dependencies33
  • @babel/core^7.28.0
  • @babel/parser^7.28.0
  • @babel/plugin-transform-typescript^7.28.0
  • @babel/preset-typescript^7.27.1
  • @dotenvx/dotenvx^1.48.4
  • @modelcontextprotocol/sdk^1.26.0
  • @types/validate-npm-package-name^4.0.2
  • browserslist^4.26.2
  • commander^14.0.0
  • cosmiconfig^9.0.0
  • dedent^1.6.0
  • deepmerge^4.3.1
  • diff^8.0.2
  • execa^9.6.0
  • fast-glob^3.3.3
  • fs-extra^11.3.1
  • fuzzysort^3.1.0
  • https-proxy-agent^7.0.6
  • kleur^4.1.5
  • node-fetch^3.3.2
  • open^11.0.0
  • ora^8.2.0
  • postcss^8.5.6
  • postcss-selector-parser^7.1.0
  • prompts^2.4.2
  • recast^0.23.11
  • stringify-object^5.0.0
  • tailwind-merge^3.0.1
  • ts-morph^26.0.0
  • tsconfig-paths^4.2.0
  • …and 3 more.