AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Azure Validate

skill-manu14357-zskills-azure-validate · by manu14357

>

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-manu14357-zskills-azure-validate

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-manu14357-zskills-azure-validate)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Azure Validate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Azure Validate

Systematically validate deployments against infrastructure, security, performance, and operational readiness criteria. Provide go/no-go decision for production release.

Use This Skill When

  • The user has deployed to staging and needs production readiness verification
  • The user asks for preflight checks, health verification, or sign-off gates
  • Deployment is ready but needs validation against SLA and compliance requirements
  • There's a need to verify monitoring, alerting, and incident response readiness

Context: Validation Maturity

Immature: Manual spot checks, no automation, inconsistent criteria Developing: Some automated tests, partial validation, manual sign-off Managed: Automated checks, clear pass/fail criteria, documented gates → Target Optimized: Full CI/CD integration, policy-as-code, real-time compliance dashboards

Required Inputs

  • Deployment scope: All resources, environment, regions
  • SLA targets: Availability (%), latency (ms, p99), throughput (req/sec)
  • Traffic model: Expected load profile and peak burst
  • Security & compliance: HIPAA, PCI-DSS, SOC2, audit requirements?
  • User journeys: Critical paths to test (e.g., user signup → purchase → confirmation)
  • Acceptance criteria: Performance baseline, error rate threshold
  • Rollback plan: How to revert if validation fails?

Decision Tree

Have all infrastructure resources been provisioned?
├─ No → BLOCK: Complete infrastructure deployment first
└─ Yes → Continue

Are all required monitoring and alerting configured?
├─ No → WARNING: Cannot track production health; recommend staging validation only
└─ Yes → Continue

Has security baseline been applied (NSGs, RBAC, encryption)?
├─ No → BLOCK: Security validation must pass before production
└─ Yes → Continue

Do all smoke tests and end-to-end flows pass?
├─ No → BLOCK: Application logic failures prevent release
└─ Yes → Continue

Does load testing meet SLA targets?
├─ No → WARNING: May fail under expected load; consider remediation
└─ Yes → READY FOR PRODUCTION

Workflow

Phase 1: Infrastructure Validation (5-10 min)

  1. Inventory and quota check:

``bash az resource list --resource-group $RG --query "[].{name:name, type:type, state:properties.provisioningState}" az vm list-usage --location eastus --query "[?limit >= currentValue * 1.2].{name:name.value, current:currentValue, limit:limit}" ``

  1. Verify networking, storage, and databases:
  • VNets, subnets, peering in place?
  • NSGs configured (least-privilege ingress)?
  • Encryption enabled (at-rest, in-transit)?
  • Backups with retention policy?
  • Firewall rules (internal only)?

Phase 2: Identity & Access Validation (5 min)

  1. RBAC check:
  • Role assignments complete and minimal?
  • No Contributor on production?
  • Service principals scoped appropriately?
  1. Key Vault & secrets:
  • All secrets provisioned?
  • Access policies/RBAC configured?
  • Audit logging enabled?

Phase 3: Application Health (10-15 min)

  1. Smoke tests:

``bash curl -I https://$APP/health # HTTP 200 ``

  1. End-to-end flows:
  • User signup → confirmation
  • Payment → inventory → receipt
  1. Data integrity:
  • No unhandled exceptions
  • No orphaned records

Phase 4: Performance & Scaling (15-30 min)

  1. Load test (1000 req, 100 concurrent):
  • 95% complete in <500ms
  • Error rate <1%
  1. Verify auto-scaling:
  • Scaled up under load?
  • Latency within SLA?
  • Even distribution?
  1. Cost validation:
  • Budget vs. actual
  • Unused resources?

Phase 5: Monitoring & Alerting (5 min)

  1. Instrumentation:
  • Application Insights active?
  • Custom metrics for KPIs?
  1. Alerts:
  • Rules for errors, latency, CPU?
  • Channels configured?
  • Thresholds aligned with SLA?

Phase 6: Security & Compliance (10 min)

  1. Security baseline:
  • Defender enabled?
  • No unintended public IPs?
  • No secrets in logs?
  1. Compliance:
  • Audit logging enabled?
  • Encryption verified?
  • Data residency correct?
  1. Security tests:
  • Unauthenticated cannot access admin
  • HTTPS enforced
  • No exposed secrets

Phase 7: DR Readiness (5 min)

  1. Incident response:
  • On-call assigned?
  • Runbooks documented?
  1. Test rollback:
  • Previous version available?
  • Procedure documented?

Output Contract

  1. Validation Report: Status, date, environment
  2. Checklist Results: Per category (PASS/WARNING/FAIL)
  3. Blocking Issues: Must-fix before release
  4. Warnings: Mitigations accepted?
  5. Sign-Off: Approved by [Name, Date]

Guardrails

  • Automate all checks; manual spot checks miss issues.
  • Define clear pass/fail criteria before testing.
  • Never skip security validation; security is blocking.
  • Test rollback before release.
  • Separate blockers from recommendations; non-blocking warnings don't delay release.
  • Document all assumptions (e.g., "peak load 500 req/sec").
  • Validate in production-like environment; staging differences mask issues.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.