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
- 5
- First published
- Jun 2026
- Publisher
- duanlikang_byte
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":["@lark-apaas/[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":["@lark-apaas/[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 35 · status changed
Evidence
Static findings
2 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 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/template/.env | package/template/.env | 35 |
| low | Obfuscation Density | package/template/package-lock.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts22
build./scripts/build.shbuild:clientNODE_ENV=production vite build --config vite.config.tsbuild:prodnpm run build:server && npm run build:clientbuild:serverNODE_ENV=production nest builddev./scripts/dev.shdev:clientNODE_ENV=development vite --config vite.config.tsdev:serverNODE_ENV=development nest start --watcheslinteslint . --quietformatprettier --write "{server,client,test}/**/*.{js,ts,tsx,json,md}"gen:db-schemanpx -y @lark-apaas/db-schema-sync@latest --output server/database/schema.ts --export-custom-typesgen:openapiecho 'UNSUPPORTED, SKIP'lintnode ./scripts/lint.jsprecommitnode scripts/hooks/run-precommit.jsstartNODE_ENV=production node main.jsstylelintstylelint client/src/**/*.css --quiettestjesttest:e2ejest --config test/e2e/jest.config.jstest:watchjest --watchtype:checkconcurrently -n "server,client" -c "blue,green" "npm run type:check:server" "npm run type:check:client"type:check:clienttsc --noEmit --project tsconfig.app.jsontype:check:servertsc --noEmit --project tsconfig.node.jsonupgradenpx -y @lark-apaas/fullstack-cli sync --disable-gen-openapi
Dependencies19
@lark-apaas/fullstack-nestjs-core^1.1.22@nestjs/axios^4.0.1@nestjs/common^10.4.20@nestjs/config^3.3.0@nestjs/core^10.4.20@nestjs/platform-express^10.4.20@nestjs/swagger^7.4.2@tanstack/react-form^1.27.6@tanstack/react-query^5.90.12axios^1.12.2class-transformer^0.5.1class-validator^0.14.2crypto-js^4.2.0dayjs^1.11.15dotenv^17.2.2drizzle-orm0.44.6hbs^4.2.0reflect-metadata^0.1.14tslib^2.8.1