infra: rent server using scaleway#599
Conversation
remove known hosts
Codex Code ReviewFound security issues in the PR diff:
|
Code Review – infra: rent server using ScalewayThis PR adds shell scripts to rent, provision, and configure a Scaleway Elastic Metal server. The overall structure is solid: idempotent design, proper SecurityHigh – MITM on first connection exposes deploy key Medium – Deploy key lands in world-readable Medium – No integrity check on downloaded binaries Medium – curl-pipe-bash for Rust and Claude Code installers Low – Hardcoded Scaleway project UUID in a public repo Bugs
|
Codex Code ReviewFindings
No Rust/VM-specific issues in this diff; the PR only adds infra shell scripts and docs. |
Review: infra/rent+provision scriptsOverall the scripts are well-structured, idempotent, and handle the important edge cases (IP recycling, key cleanup, profile guard). Two real issues and one consistency note, all low severity. Issues[Low] [Low] [Low] Inconsistent TLS hardening across No issues found
|
add jq to provision.sh
No description provided.