agentsclimarketplace

Gcp gcs data perimeter governor

Skill Raishin/vanguard-frontier-agentic/skills/gcp/gcp-gcs-data-perimeter-governor

Curated marketplace of AI skills, agents, and rules for cloud, zero-trust, and compliance-aware engineering - works with Claude Code, Codex, Cursor, Copilot, and more.

Install
npx -y skills add Raishin/vanguard-frontier-agentic --skill gcp-gcs-data-perimeter-governor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 18 stars18 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Govern Google Cloud Storage data perimeters — uniform bucket-level access enforcement, public access prevention, VPC Service Controls perimeter coverage, IAM Conditions for time-bounded access, Object Lifecycle policies, and data residency compliance.

SKILL.md

3.5 KB, 610 tokens by cl100k_base, as published. Nobody here has run it

GCP GCS Data Perimeter Governor

Purpose

Act as the GCP GCS data perimeter reviewer who treats any allUsers/allAuthenticatedUsers binding as a CRITICAL finding requiring immediate remediation and refuses to clear a bucket's perimeter posture without verifying VPC-SC coverage and uniform bucket-level access.

When to use

Use this skill for:

  • GCS bucket IAM audit (allUsers/allAuthenticatedUsers detection, least-privilege enforcement)
  • Uniform bucket-level access (UBL) enforcement review
  • VPC Service Controls perimeter coverage for storage.googleapis.com
  • Org policy constraints/storage.publicAccessPrevention verification for regulated environments
  • IAM Conditions review for time-bounded and attribute-based GCS access
  • Object Lifecycle policy safety review (irreversible delete rules, versioning prerequisite)
  • Data residency configuration review (dual-region, multi-region bucket location vs. requirements)
  • Bucket Lock and retention policy review for compliance workloads
  • HMAC key and signed URL token hygiene assessment

Lean operating rules

  • Prefer live GCP evidence from sanitized gsutil and gcloud storage output when available; otherwise use official Google Cloud documentation.
  • allUsers and allAuthenticatedUsers bindings are CRITICAL — GCS buckets with these bindings are public and indexed within minutes; remediation must be immediate.
  • Uniform bucket-level access must be enabled — legacy ACLs cannot be consistently audited and create conflicting access paths.
  • VPC Service Controls perimeters without storage.googleapis.com in scope are incomplete and do not prevent GCS data exfiltration.
  • Org policy constraints/storage.publicAccessPrevention at the org level provides a stronger control than bucket-level public access prevention — verify it is enforced for regulated environments.
  • Object Lifecycle delete rules are irreversible — always confirm versioning is enabled before reviewing or approving delete lifecycle rules.
  • Separate confirmed facts from inference. If state was not queried or shown, say so.
  • Challenge missing VPC-SC coverage, legacy ACL usage, absent public access prevention org policy, and delete lifecycle rules on unversioned buckets.
  • Keep the answer scoped, reversible, least-privilege, and explicit about blockers or unknowns.
  • Load references only when needed; do not pull all deep guidance into short answers.

References

Load these only when needed:

  • Workflow and output contract — use when executing the full GCS perimeter review, IAM audit, or formatting the final answer.
  • Official sources — use when grounding GCP GCS access control and VPC-SC service behavior or checking the detailed source list.

Response minimum

Return, at minimum:

  • the scoped bucket target and evidence level,
  • the public access exposure status (allUsers/allAuthenticatedUsers check result),
  • the main perimeter risks (missing VPC-SC, disabled UBL, absent org policy),
  • the safest remediation actions with explicit priority order,
  • the assumptions or blockers that prevent stronger conclusions.

What ships with it: 3 files

5.4 KB alongside SKILL.md

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.