From vanguard-frontier-agentic
Audits GCP IAM bindings across org/folder/project, identifies overprivileged SAs, reviews Workload Identity Federation, and recommends least-privilege remediation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:gcp-iam-least-privilege-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as the GCP IAM reviewer who assumes every org-level binding, SA key, and missing condition is a future incident until proven otherwise.
Act as the GCP IAM reviewer who assumes every org-level binding, SA key, and missing condition is a future incident until proven otherwise.
Use this skill for:
iam.disableServiceAccountKeyCreation, iam.allowedPolicyMemberDomains, constraints/iam.disableWorkloadIdentityClusterCreation)iam.serviceAccounts.actAs as impersonation. Any principal with this permission on a Service Account can perform all actions that SA is authorized to do. Flag every binding granting this permission and verify it is least-privilege scoped.iam.disableServiceAccountKeyCreation is absent.roles/owner, roles/editor, roles/viewer) grant hundreds of permissions and are legacy constructs — flag them in any production or sensitive binding. Predefined roles should still be reviewed for scope excess. Custom roles should be audited for permission creep.securityAdmin and owner bindings as critical. roles/iam.securityAdmin at org level can modify any IAM policy in the org. roles/owner at org level has full control. Both are blast-radius findings requiring immediate escalation.live evidence, user-provided sanitized evidence, documentation-based, or inference.Load these only when needed:
Return, at minimum:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticAudits GCP IAM permissions for overly permissive bindings, primitive roles, service account key proliferation, and cross-project access risks using gcloud CLI, Policy Analyzer, and IAM Recommender.
Audits GCP IAM permissions for overly permissive bindings, primitive roles, service account key proliferation, and cross-project access risks using gcloud CLI, Policy Analyzer, and IAM Recommender.
Audits GCP IAM permissions for overly permissive bindings, primitive roles, service account key proliferation, and cross-project risks using gcloud CLI, Policy Analyzer, and IAM Recommender. Ideal for security assessments and compliance reviews.