home / skills / jeremylongshore / claude-code-plugins-plus-skills / vertex-engine-inspector
/plugins/ai-ml/jeremy-vertex-engine/skills/vertex-engine-inspector
This skill helps you inspect and validate Vertex AI Agent Engine deployments, generating production readiness scores and actionable security posture insights.
npx playbooks add skill jeremylongshore/claude-code-plugins-plus-skills --skill vertex-engine-inspectorReview the files below or copy the command above to add this skill to your agents.
---
name: vertex-engine-inspector
description: |
Execute inspect and validate Vertex AI Agent Engine deployments including Code Execution Sandbox, Memory Bank, A2A protocol compliance, and security posture. Generates production readiness scores. Use when asked to "inspect agent engine" or "validate depl... Trigger with relevant phrases based on skill purpose.
allowed-tools: Read, Grep, Glob, Bash(cmd:*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
---
# Vertex Engine Inspector
## Overview
This skill provides automated assistance for vertex engine inspector tasks.
This skill provides automated assistance for the described functionality.
## Prerequisites
- Appropriate file access permissions
- Required dependencies installed
## Instructions
1. Invoke this skill when the trigger conditions are met
2. Provide necessary context and parameters
3. Review the generated output
4. Apply modifications as needed
## Output
The skill produces structured output relevant to the task.
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- Project documentation
- Related skills and commands
This skill inspects and validates Vertex AI Agent Engine deployments, producing a production readiness score and remediation guidance. It covers Code Execution Sandbox, Memory Bank consistency, A2A protocol compliance, and security posture checks. Use it to automate engineering reviews and surface actionable findings for deployments.
The skill runs a sequence of automated checks against a deployed Vertex AI Agent Engine: sandbox configuration, memory bank integrity, inter-agent A2A protocol behavior, and security controls. It aggregates findings into a structured report with severity levels and a summarized production readiness score. The output includes concrete remediation steps, evidence artifacts, and recommendations for configuration changes.
What outputs does the inspector produce?
Structured report with findings, severity levels, evidence artifacts, remediation steps, and an overall production readiness score.
What permissions are required to run inspections?
Least-privilege access to deployment metadata, logs, and configuration; specific permissions depend on Vertex AI resources being inspected.