PkgRadar

Package evidence

@icd-iot-aicf/[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
106Mature · −50% score
First published
Feb 2025
Publisher
maohnnn

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@icd-iot-aicf/[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":["@icd-iot-aicf/[email protected]"],"fail_on":"review"}'
Publishermaohnnn
Artifact bytes114,208
Previous version4.0.4
Published2026-06-09T07:21:45.132Z
SHA-2566f4dd110f0901b2acfb34396c7b31ca9ee2fbfbe7246ab8c1d792f40ba1df97c

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
4.0.5Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • buildnest build
  • formatprettier --write "src/**/*.ts" "test/**/*.ts"
  • linteslint "{src,apps,libs,test}/**/*.ts" --fix
  • startenv-cmd nest start
  • start:debugnest start --debug --watch
  • start:devenv-cmd nest start --watch
  • start:prodnode dist/main
  • testjest
  • test:amqpnest build && cd examples-test/test-logs && nest run autorun:amqp
  • test:covjest --coverage
  • test:e2ejest --config ./test/jest-e2e.json
  • test:httpnest build && cd examples-test/test-logs && nest run autorun:http
  • test:log-snapshotjest --config ./test/jest-e2e.json --testPathPatterns=log-snapshot
  • test:log-snapshot:updatejest --config ./test/jest-e2e.json --testPathPatterns=log-snapshot --updateSnapshot
  • test:watchjest --watch
Dependencies10
  • @types/microtime^2.1.2
  • axios^1.13.6
  • babel-plugin-transform-imports^2.0.0
  • dayjs^1.11.13
  • microtime^3.1.1
  • moment-timezone^0.5.47
  • prom-client^15.1.3
  • uuid^14.0.0
  • winston^3.17.0
  • winston-daily-rotate-file^5.0.0