PkgRadar

Package evidence

[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.

Weekly downloads
141
Versions published
15
First published
Jun 2026
Publisher
alpacaloop

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheralpacaloop
Artifact bytes3,165,687
Previous version0.1.0-beta.16
Published2026-06-10T09:53:19.965Z
SHA-256a3d1f39b07a57bf95da0c77fdb91e1d5a18ea07cfdd721521377087db9551b84

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
39Score
0.1.0-beta.17Version
Status history (1 event)
  1. newavailable · risk review · score 39 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/skills/catalog-github-import.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/skills/search.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/install.shmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/skills/catalog-github-import.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/skills/search.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/install.shmatched "curl "12
lowCredential file accesspackage/package-assets/system/catalog/mcp.jsonmatched ".aws/"3

Manifest

Package metadata

Scripts18
  • alpacanode dist/cli/main.js
  • alpacaloopnode dist/cli/main.js
  • buildnode scripts/build.mjs
  • build:system-default-workflowsALPACA_SKIP_SYSTEM_DEFAULT_WORKFLOW_ASSET_CHECK=1 pnpm build && node scripts/build-system-default-workflows.mjs && pnpm build
  • formatbiome check --formatter-enabled=true --linter-enabled=false --assist-enabled=false src
  • format:writebiome format --write src
  • hooks:installlefthook install
  • lintbiome lint src
  • lint:fixbiome check --write src
  • lint:test-sizebiome lint --only=nursery/noExcessiveLinesPerFile --skip-parse-errors tests
  • pack:dry-runpnpm build && npm pack --dry-run --ignore-scripts
  • preparenode scripts/prepare.mjs
  • state:patchpnpm build && node dist/cli/main.js state patch
  • state:restorepnpm build && node dist/cli/main.js state restore
  • testvitest run
  • test:watchvitest
  • typechecktsc -p tsconfig.json --noEmit
  • verifypnpm format && pnpm lint && pnpm lint:test-size && pnpm typecheck && pnpm test
Dependencies7
  • @earendil-works/pi-coding-agent0.75.5
  • @inquirer/prompts^8.3.2
  • @napi-rs/keyring^1.3.0
  • @octokit/rest^22.0.1
  • pi-mcp-adapter2.8.0
  • yaml^2.8.4
  • zod^4.3.6