mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
feat(security): behavioral miner detection + spawn status security column (#3227)
Adds two behavioral crypto miner checks to the security scan: - Flag non-agent processes using >80% CPU (catches renamed miners) - Detect outbound connections to known mining pool ports (3333, 4444, etc.) Adds a Security column to `spawn status` that shows clean/alerts/— for each running server, with detailed alert summary after the table. JSON output includes security and security_alerts fields. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0fe16d3ffc
commit
ad9da53210
5 changed files with 178 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openrouter/spawn",
|
||||
"version": "0.31.3",
|
||||
"version": "0.31.4",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"spawn": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue