PkgRadar

Package evidence

@aicgen/[email protected]

Large Javascript Payload: 2670510 bytes

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.

Weekly downloads
21
Versions published
10
First published
Dec 2025
Publisher
GitHub ActionsTrusted automation · −70% score

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

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@aicgen/[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":["@aicgen/[email protected]"],"fail_on":"review"}'
Artifact bytes1,061,099
Previous version1.1.0
Published2026-05-14T12:08:08.747Z
SHA-25632ca19b6cdcbbc2e424ad54b6bc4bc4c0b6ba99d81930a7e88bb7c9e01c3be73

Why flagged

What the scanner saw

Large Javascript Payload: 2670510 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
1.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2670510 bytes10

Manifest

Package metadata

Scripts17
  • buildbun build src/index.ts --outdir dist --target node
  • build:allbun run build:binary:windows && bun run build:binary:linux && bun run build:binary:macos
  • build:binarybun run embed && bun run scripts/build-binary.ts current
  • build:binary:linuxbun run embed && bun run scripts/build-binary.ts linux
  • build:binary:macosbun run embed && bun run scripts/build-binary.ts macos
  • build:binary:windowsbun run embed && bun run scripts/build-binary.ts windows
  • devbun --watch src/index.ts
  • embedbun run generate-version && bun run scripts/embed-data.ts
  • formatprettier --write src
  • generate-versionbun run scripts/generate-version.ts
  • linteslint src --ext .ts
  • prebuildbun run embed
  • startbun src/index.ts
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
  • typechecktsc --noEmit
Dependencies13
  • @anthropic-ai/sdk^0.71.2
  • @google/generative-ai^0.24.1
  • @inquirer/checkbox^5.0.2
  • @inquirer/prompts^6.0.1
  • chalk^5.3.0
  • commander^12.1.0
  • decompress^4.2.1
  • decompress-targz^4.1.1
  • fast-glob^3.3.3
  • openai^6.15.0
  • ora^8.1.1
  • winston^3.19.0
  • yaml^2.6.1