gcp-networking-fabric-audit · git:20260820.9fbaf10 · 2026-08-20 · sha256 a213d3c63bcea2b7
gcp-networking-fabric-audit git:20260820.9fbaf10A
Immutable. This exact content is served forever at /api/v1/blob/a213d3c63bcea2b7.
--- name: gcp-networking-fabric-audit description: Audits VPC subnet IPAM capacity, Cloud NAT ephemeral port exhaustion, Private Service Connect routing, and Cloud Armor WAF policies. --- # Task Audit Google Cloud VPC subnet IPAM allocation headroom, Cloud NAT ephemeral port capacity, Private Service Connect (PSC) reachability, and Cloud Armor WAF policies, emitting findings for the `fleet-audit` reporting harness. # Workflow ## 1. Execute Networking Inspection Follow the authoritative SOP at `governance/gcp_networking_fabric_sop.md` to execute the five diagnostic checks across target GCP projects: - `subnet-ip-exhaustion` - `cloud-nat-exhaustion` - `psc-routing-deadlock` - `mtu-packet-fragmentation` - `cloud-armor-false-positive` Optional helper runner: ```bash ./skills/gcp-networking-fabric-audit/scripts/networking_audit.py --output /opt/data/scratch/networking_raw.json ``` ## 2. Hand Findings to Fleet Audit Emit findings using the `fleet-audit` harness lifecycle (`start` ... `finish`).