PkgRadar

Package evidence

@aiagentflow/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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.

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

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":["@aiagentflow/[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":["@aiagentflow/[email protected]"],"fail_on":"high"}'
Artifact bytes192,060
Previous version1.3.1
Published2026-05-24T12:31:13.419Z
SHA-256040986616b1a74e2c3f6c4cbfb4d6c3d05628805bde3520e2822c3242828dbc7

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

high
Last checked
highRisk
36Score
1.4.0Version
Status history (1 event)
  1. newavailable · risk high · score 36 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/integrations/github.jsmatched "GITHUB_TOKEN"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/integrations/github.jsmatched "GITHUB_TOKEN"30
lowObfuscationpackage/dist/ui/screens/PlanApproval.jsmatched "\\u2500"3
lowObfuscationpackage/dist/ui/screens/RunsList.jsmatched "\\u00B7"3

Manifest

Package metadata

Scripts7
  • buildtsc
  • devtsx src/cli/index.ts
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts"
  • linteslint src/
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies10
  • chalk^5.3.0
  • commander^12.1.0
  • execa^9.5.2
  • ink^7.0.3
  • ora^8.1.1
  • p-limit^7.3.0
  • prompts^2.4.2
  • react^19.2.6
  • simple-git^3.27.0
  • zod^3.24.2