PkgRadar

Package evidence

@forloop-cc/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
3
First published
Jun 2026
Publisher
forloop-cc

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":["@forloop-cc/[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":["@forloop-cc/[email protected]"],"fail_on":"review"}'
Publisherforloop-cc
Artifact bytes308,772
Previous version2.2.4
Published2026-06-11T08:25:24.516Z
SHA-2565fa45bf30a310d96c2e43e9f2308a310d241b7f5a9d4b6bb28b7b714e96fb91c

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/update.shmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts17
  • formatprettier --write plugins/
  • format:checkprettier --check plugins/
  • linteslint plugins/
  • lint:fixeslint plugins/ --fix
  • migrate-tokensnode ./scripts/migrate-tokens.js
  • postversiongit push && git push --tags
  • prepublishOnlynpm run typecheck && npm run lint
  • preversionnpm run lint
  • testvitest run
  • test:agentsvitest run test/suites/agents/
  • test:coveragevitest run --coverage
  • test:integrationvitest run test/suites/integration/
  • test:skillsvitest run test/suites/skills/
  • test:unitvitest run test/suites/unit/
  • test:watchvitest
  • typechecktsc --noEmit
  • versiongit add -A package.json
Dependencies1
  • @opencode-ai/plugin^1.3.0