Из ленты dev.to devops — кратко, чтобы не потерять.

I have been running Claude Code on auto mode for about a month. It is genuinely great. It also made me uneasy in a way I could not name, so I did the boring thing and looked at what it had actually done. I grepped roughly 30 days of my own Claude Code session transcripts (the JSONL files the CLI keeps) for privileged operations: anything that shelled out to sudo, ssh, scp, or rsync against a non-lab host. This is not rigorous telemetry. It is a regex sweep over my own history, so treat the numbers as the right order of magnitude, not an audited figure. But the shape was clear enough to change how I work. In that window: 174 local sudo escalations. Roughly half were just reading root-owned files. 1,508 raw root SSH/scp/rsync sessions into production hosts, 1,288 of them to a single box. Of


Полный текст и контекст у первоисточника: https://dev.to/dryricenoodle/i-measured-what-my-ai-coding-agent-did-to-production-it-sshd-in-as-root-1508-times-bd3