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 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":["@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"}'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
Scripts13
buildtsc -p tsconfig.build.jsonbuild: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/ --fixpack:drynpm pack --dry-runprepublishOnlynpm run buildpublish:ghcp .npmrc .npmrc.bak && printf '@nguyenhoangquan1511-dot:registry=https://npm.pkg.github.com\n' > .npmrc && npm publish; STATUS=$?; mv .npmrc.bak .npmrc; exit $STATUSpublish:npmnpm publishtestjesttest:covjest --coveragetest:watchjest --watch
Dependencies4
nestjs-pino^4.6.1pino^9.14.0pino-http^10.5.0tslib^2.8.1