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
- 9
- Versions published
- 19
- First published
- Dec 2025
- Publisher
- fengye_nobug
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":["[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":["[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential File Packaged: package/template/.env
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 50 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/template/.env | package/template/.env | 35 |
| medium | Credential file access | package/src/index.js | matched ".npmrc" | 10 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/template/.env | package/template/.env | 35 |
| medium | Credential file access | package/src/index.js | matched ".npmrc" | 10 |
| low | Install-time lifecycle script | package.json | preinstall="npx only-allow pnpm" | 5 |
| low | Obfuscation Density | package/template/pnpm-lock.yaml | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts11
build:masternpx --yes only-allow pnpm && vite build --mode prodmasterbuild:tencentCloudnpx --yes only-allow pnpm && vite build --mode prodtencentClouddev:localnpx only-allow pnpm && vite --mode devlocaldev:masternpx only-allow pnpm && vite --mode devmasterdev:tencentCloudnpx only-allow pnpm && vite --mode devtencentCloudformatoxfmt --write .lintoxlint --fix .preinstallnpx only-allow pnpmpreparehuskyreport:masternpx only-allow pnpm && rimraf dist && cross-env ANALYZE=true vite build --mode prodmasterreport:tencentCloudnpx only-allow pnpm && rimraf dist && cross-env ANALYZE=true vite build --mode prodtencentCloud
Dependencies8
@ant-design/icons-vue^7.0.1aieditor^1.4.2ant-design-vue~4.2.6axios^1.13.5dayjs^1.11.19pinia^3.0.4vue^3.5.29vue-router^5.0.3