Open Source CLI — Cloud Coming Soon

Stop paying for idle cloud resources

The cuts you'd defend at standup.

One command finds orphaned disks, zombie VMs, and wasted IPs — and tells you which ones are safe to act on, with signals, blast radius, and confidence scoring behind every recommendation.

See plans & start trial Run the free CLI
Early access — first 100 founding customers lock in 50% off forever
Open-source CLI, read-only by design — audit every API call in the source.  ·  No account required to try.

How SafeCut compares to what you already have

Feature SafeCut Azure Advisor Cloudability / Apptio
Blast-radius simulation before applying ✓ built-in partial
One-click auto-apply with rollback ✓ Solo $29/mo ✗ manual only ✗ ticketing only
Performance-based pricing ✓ 8% of verified savings n/a ~3% of total spend
White-label reports for MSPs ✓ Partner plan (20% revshare)
Free CLI forever portal only ✗ seat-gated

Real output from a live Azure subscription

~/ — safecut
$ safecut quick-scan
 
Scanning subscription a1b2c3d4... 14s
[PRICING] Loading Azure Retail Prices
 
 
[DISCOVERY] Scanning subscription a1b2c3d4... Done. 96 resources found
[PRICING] Loading Azure Retail Prices....... Done. 5 regions, all real-time
[GRAPH] Building dependency tree.......... Done. 42 linked, 54 isolated
[ENGINE] Analyzing 14-day telemetry signals Done. 38 idle detected
[SAFETY] Simulating blast radius.......... Done. 2 risks found
[FORECAST] Projecting 12-month savings...... Done. $4,212/yr recoverable
 
——— DASHBOARD ————————————————————————
 
+----------------------------------------------------------+
| SAFECUT | $4,212/yr waste across 3 RGs — 95% safe |
+----------------------------------------------------------+
| ANNUAL SAVINGS $4,212 / yr |
| SAFETY SCORE 36/38 safe [HIGH CONFIDENCE] |
| AUTO-EXECUTE 28 actions ready to automate |
+----------------------------------------------------------+
 
——— TARGETS —————————————————————————
 
TOP TARGETS
 
1. 🖥️ self-host-agent-vm (VM) STOP
├─ SIGNALS: Ghost VM — zero activity across all signals for 14 days
├─ BLAST: Standalone VM — no attached resources depend on it
└─ SAVING: $70.08/mo ($2.34/day burning idle)
 
2. 🌐 12 public IPs DEALLOCATE
├─ PATTERN: All from NAT gateways — leftover from deployments
├─ BLAST: All orphaned. No NICs reference these IPs.
└─ SAVING: $43.80/mo ($1.46/day wasted)
 
3. 💾 19 unattached disks DELETE
├─ PATTERN: Disks in "Unattached" state with no VM reference
├─ BLAST: All detached. No VMs depend on these disks.
└─ SAVING: $189.24/mo ($6.31/day wasted)
 
🔒 Full SIGNALS + BLAST analysis for 4 more targets (23 resources)
SafeCut Cloud safecut.dev
 
——— INSIGHT ——————————————————————————
 
[!] WASTE HOTSPOT DETECTED
68% of recoverable cost is concentrated in resource group
'lab-testing'. Apply the 'development' policy template.
 
———————————————————————————————
NEXT safecut policy simulate --resource-group <rg> what-if analysis
 
🔒 Full evidence report for all 96 resources, exportable
dashboards & Slack alerts → SafeCut Cloud

What SafeCut does

A decision engine that doesn't just find waste — it tells you what's safe to delete, with the evidence to defend it.

🔍

Smart Discovery

Scans VMs, disks, and public IPs across subscriptions. Detects idle resources using a weighted "Relative Idle Time" metric, not just on/off status.

🛡

Safe-Lock Governance

Tag resources with protection modes (ignore, observe, protect), criticality levels, and external dependency flags. SafeCut respects them.

🧪

Policy Simulation

Run what-if analysis before changing anything. See blast radius, decision diffs, and savings impact. Export reports as HTML or Markdown.

📊

Savings Forecast

12-month ROI projection with confidence scoring. Know exactly how much you'll save before committing to a single change.

🔗

Dependency Safety

Builds a resource dependency graph. Won't recommend deleting a disk that's attached to a running VM. Understands relationships.

📜

Policy Inheritance

Define policies at subscription or resource group level. Resources inherit automatically. Detect drift when teams override defaults.

Free CLI vs SafeCut Cloud

The CLI gives you the diagnosis. The Cloud gives you the cure.

CLI

Free & Open Source
  • Instant scan with top 3 detailed targets
  • Policy simulate — what-if analysis
  • 7-day local trend tracking
  • Markdown export (summary only)
  • Single subscription
  • 10 resource types, real-time pricing

Cloud

Coming Soon
  • Full analysis for all targets
  • Auto-apply with rollback protection
  • 90-day trend with anomaly detection
  • PDF/HTML reports with branding
  • Multi-subscription unified dashboard
  • Slack alerts & team collaboration

Azure today. AWS & GCP next.

SafeCut v1.0 ships Azure-first. The engine, rules, and policy model are cloud-agnostic.

Azure
Available now
10 resource types, locks, snapshots, RI
AWS
Coming soon
EBS, EIP, NAT, RDS, Lambda coldlist
GCP
Coming soon
Persistent disks, static IPs, Cloud SQL

Get early access to SafeCut Cloud

Automated scans. Scheduled reports. Team dashboards.
The CLI is just the beginning.

No spam. We'll email you when early access opens.

Try the CLI now — free and open source

Works on macOS, Linux, and Windows. Zero config required.

Copied! brew install Rafaelhdsg/tap/safecut
Copied! curl -fsSL .../install.sh | bash