Gcp Audit Logs

🌐Community
by bagelhole · vlatest · Repository

Helps with Google Cloud, auditing as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add gcp-audit-logs npx -- -y @trustedskills/gcp-audit-logs
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "gcp-audit-logs": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/gcp-audit-logs"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to query and interpret Google Cloud Platform (GCP) Audit Logs. It can extract information about resource modifications, user actions, and system events within a GCP environment. The agent can then summarize findings or trigger alerts based on these audit log entries.

When to use it

  • Security Incident Investigation: Quickly identify the root cause of a security incident by analyzing audit logs for suspicious activity.
  • Compliance Auditing: Generate reports demonstrating adherence to regulatory requirements by extracting relevant data from GCP Audit Logs.
  • Resource Change Tracking: Monitor changes made to critical resources and identify potential configuration drift.
  • User Activity Monitoring: Track user actions within the GCP environment to ensure proper access controls and identify unauthorized behavior.

Key capabilities

  • Querying GCP Audit Logs
  • Filtering logs by resource type, user, time range, and event category
  • Summarizing audit log data
  • Identifying specific events (e.g., IAM policy changes)

Example prompts

  • "Show me all API calls made to my Cloud Storage bucket in the last 24 hours."
  • "What IAM role assignments were changed yesterday?"
  • "List all instances where a user named 'john.doe' modified a Compute Engine instance."

Tips & gotchas

  • Ensure your AI agent has appropriate permissions (roles) to access GCP Audit Logs within the project you are querying.
  • Audit logs can be verbose; use specific filters to narrow down results and improve performance.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
bagelhole
Installs
9

🌐 Community

Passed automated security scans.