PkgRadar

Package evidence

@lark-apaas/[email protected]

Credential File Packaged: package/template/.env

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 update

Static 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"}'
Artifact bytes393,664
Previous version0.1.0-alpha.4
Published2026-06-04T10:29:11.181Z
SHA-2564ec9eeaf94bef556cf432ac4afc43b611115493650cf3e87ec05b7160cde274e

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

high
Last checked
highRisk
35Score
0.1.0-alpha.5Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/template/.envpackage/template/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/template/.envpackage/template/.env35
lowObfuscation Densitypackage/template/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts22
  • build./scripts/build.sh
  • build:clientNODE_ENV=production vite build --config vite.config.ts
  • build:prodnpm run build:server && npm run build:client
  • build:serverNODE_ENV=production nest build
  • dev./scripts/dev.sh
  • dev:clientNODE_ENV=development vite --config vite.config.ts
  • dev:serverNODE_ENV=development nest start --watch
  • eslinteslint . --quiet
  • formatprettier --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-types
  • gen:openapiecho 'UNSUPPORTED, SKIP'
  • lintnode ./scripts/lint.js
  • precommitnode scripts/hooks/run-precommit.js
  • startNODE_ENV=production node main.js
  • stylelintstylelint client/src/**/*.css --quiet
  • testjest
  • test:e2ejest --config test/e2e/jest.config.js
  • test:watchjest --watch
  • type:checkconcurrently -n "server,client" -c "blue,green" "npm run type:check:server" "npm run type:check:client"
  • type:check:clienttsc --noEmit --project tsconfig.app.json
  • type:check:servertsc --noEmit --project tsconfig.node.json
  • upgradenpx -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.12
  • axios^1.12.2
  • class-transformer^0.5.1
  • class-validator^0.14.2
  • crypto-js^4.2.0
  • dayjs^1.11.15
  • dotenv^17.2.2
  • drizzle-orm0.44.6
  • hbs^4.2.0
  • reflect-metadata^0.1.14
  • tslib^2.8.1