PkgRadar

Package evidence

@softspark/[email protected]

Remote Payload: matched "curl "

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
492
Versions published
87
First published
Apr 2026
Publisher
softspark

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":["@softspark/[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":["@softspark/[email protected]"],"fail_on":"review"}'
Publishersoftspark
Artifact bytes1,312,724
Previous version4.6.0
Published2026-06-10T05:20:43.739Z
SHA-256432ba3da514e280b4ebcfcb61ac9185ea64409225cf2c7403b2e0fbfd6e738a7

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
4.7.0Version
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/app/hooks/governance-capture.shmatched "curl "12

Manifest

Package metadata

Scripts26
  • benchmark:ecosystempython3 scripts/benchmark_ecosystem.py --offline
  • benchmark:harvestpython3 scripts/harvest_ecosystem.py --offline
  • ecosystem:doctorpython3 scripts/ecosystem_doctor.py --format text
  • ecosystem:doctor:offlinepython3 scripts/ecosystem_doctor.py --offline --format text
  • ecosystem:doctor:updatepython3 scripts/ecosystem_doctor.py --update
  • evaluatepython3 scripts/evaluate_skills.py
  • generate:agentspython3 scripts/generate_agents_md.py > AGENTS.md
  • generate:aiderpython3 scripts/generate_aider_conf.py > .aider.conf.yml
  • generate:allnpm run generate:language-rules && npm run generate:agents && npm run generate:opencode-agents && npm run generate:opencode-commands && npm run generate:cursor && npm run generate:cursor-mdc && npm run generate:windsurf && npm run generate:windsurf-rules && npm run generate:copilot && npm run generate:gemini && npm run generate:cline && npm run generate:roo && npm run generate:roo-rules && npm run generate:aider && npm run generate:augment-rules && npm run generate:llms
  • generate:augment-rulespython3 scripts/generate_augment_rules.py .
  • generate:clinepython3 scripts/generate_cline_rules.py .
  • generate:copilotpython3 scripts/generate_copilot.py > .github/copilot-instructions.md
  • generate:cursorpython3 scripts/generate_cursor_rules.py > .cursorrules
  • generate:cursor-mdcpython3 scripts/generate_cursor_mdc.py .
  • generate:geminipython3 scripts/generate_gemini.py > GEMINI.md
  • generate:language-rulespython3 scripts/generate_language_rules_skills.py
  • generate:llmspython3 scripts/generate_llms_txt.py > llms.txt && python3 scripts/generate_llms_txt.py --full > llms-full.txt
  • generate:opencode-agentspython3 scripts/generate_opencode_agents.py .
  • generate:opencode-commandspython3 scripts/generate_opencode_commands.py .
  • generate:roopython3 scripts/generate_roo_modes.py > .roomodes
  • generate:roo-rulespython3 scripts/generate_roo_rules.py .
  • generate:windsurfpython3 scripts/generate_windsurf.py > .windsurfrules
  • generate:windsurf-rulespython3 scripts/generate_windsurf_rules.py .
  • prepublishOnlynpm run generate:all && python3 scripts/validate.py --strict && npm test
  • testbats tests/ --jobs 4 --no-parallelize-within-files
  • validatepython3 scripts/validate.py