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
- 1
- Versions published
- 3
- First published
- Oct 2025
- Publisher
- saekiraku
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":["@qiqi1996/[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":["@qiqi1996/[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
Scripts6
builddel dist && make-dir dist && bun run build:schema && bun run build:cli && bun run build:docsbuild:clibun build ./src/cli/index.ts --format cjs --target node --banner '#!/usr/bin/env node' --outfile ./dist/cli/main && bun run ./src/build-cli.tsbuild:docsbun run vite buildbuild:schemabun run ./src/build-schema.tsdevbun run vitegeneratebun run src/cli/index.ts
Dependencies28
@ant-design/colors^7.2.1@mantine/core^8.3.5@mantine/hooks^8.3.5@tailwindcss/vite^4.1.13@types/react^19.1.10@types/react-dom^19.1.7@vitejs/plugin-react-swc^4.0.0ahooks^3.9.5classnames^2.5.1globals^16.3.0i18next^25.6.0i18next-browser-languagedetector^8.2.0immer^10.2.0lodash^4.17.21package-directory^8.1.0prettier^3.6.2react^19.1.1react-dom^19.1.1react-i18next^16.0.1react-icons^5.5.0react-json-view-lite^2.5.0react-router-dom^7.9.4save-file^2.3.1tailwindcss^4.1.13ts-essentials^10.1.1typescript~5.8.3vite^7.1.2zod^4.1.12