PkgRadar

Package evidence

@quannh1511/[email protected]

no findings

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
quannh1511

Recommended action

Looks clean — keep monitoring

No 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":["@quannh1511/[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":["@quannh1511/[email protected]"],"fail_on":"review"}'
Publisherquannh1511
Artifact bytes46,859
Previous versionnone
Published2026-06-14T10:36:03.519Z
SHA-256dccc8a9657161debc8a042e275060d121d555093f358c2e71289e08bf5720cad

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

low
Last checked
lowRisk
0Score
2.1.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts13
  • buildtsc -p tsconfig.build.json
  • build:verifynpm run build && node -e "const fs=require('fs'),p=require('path');function walk(d){const r=[];for(const f of fs.readdirSync(d,{withFileTypes:true})){const fp=p.join(d,f.name);if(f.isDirectory())r.push(...walk(fp));else if(f.name.endsWith('.js'))r.push(fp)}return r}const files=walk('dist');const found=files.some(f=>fs.readFileSync(f,'utf8').includes('__decorate'));if(!found){console.error('FAIL: no decorator compilation (__decorate) found in dist/');process.exit(1)}console.log('OK: decorator metadata present (__decorate found in '+files.length+' files)')"
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts"
  • format:checkprettier --check "src/**/*.ts" "tests/**/*.ts"
  • linteslint src/ tests/
  • lint:fixeslint src/ tests/ --fix
  • pack:drynpm pack --dry-run
  • prepublishOnlynpm run build
  • publish:ghcp .npmrc .npmrc.bak && printf '@nguyenhoangquan1511-dot:registry=https://npm.pkg.github.com\n' > .npmrc && npm publish; STATUS=$?; mv .npmrc.bak .npmrc; exit $STATUS
  • publish:npmnpm publish
  • testjest
  • test:covjest --coverage
  • test:watchjest --watch
Dependencies4
  • nestjs-pino^4.6.1
  • pino^9.14.0
  • pino-http^10.5.0
  • tslib^2.8.1