From 84b4699e593e7eccfb6f72a2fe0ebbe05fc59f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar=20Su=C3=A1stegui?= Date: Mon, 23 Mar 2026 15:01:16 -0600 Subject: [PATCH] fix: remove out-of-scope changes (cloud-waf tags, zero-trust description rewrite) --- skills/implementing-cloud-waf-rules/SKILL.md | 4 ++-- skills/implementing-zero-trust-network-access/SKILL.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/skills/implementing-cloud-waf-rules/SKILL.md b/skills/implementing-cloud-waf-rules/SKILL.md index 02a601d8..fd8991a9 100644 --- a/skills/implementing-cloud-waf-rules/SKILL.md +++ b/skills/implementing-cloud-waf-rules/SKILL.md @@ -8,7 +8,7 @@ description: > false positives through rule tuning and logging analysis. domain: cybersecurity subdomain: cloud-security -tags: [cloud-waf, aws-waf, owasp-protection, rate-limiting, geo-blocking] +tags: [cloud-waf, aws-waf, azure-waf, cloudflare-waf, owasp-protection, rate-limiting] version: 1.0.0 author: mahipal license: Apache-2.0 @@ -265,7 +265,7 @@ After 7-14 days of Count mode with acceptable false positive rates, switch manag ## Output Format -``` +```text Cloud WAF Configuration Report ================================ Web ACL: production-waf diff --git a/skills/implementing-zero-trust-network-access/SKILL.md b/skills/implementing-zero-trust-network-access/SKILL.md index f30f8c28..0e732573 100644 --- a/skills/implementing-zero-trust-network-access/SKILL.md +++ b/skills/implementing-zero-trust-network-access/SKILL.md @@ -1,10 +1,10 @@ --- name: implementing-zero-trust-network-access description: > - Implementing Zero Trust Network Access (ZTNA) in cloud environments by deploying - GCP Identity-Aware Proxy, AWS Verified Access, and Azure Conditional Access with - Private Link. Covers micro-segmentation with security groups and Kubernetes network - policies, and replacing traditional VPN-based access with identity-based controls. + Implementing Zero Trust Network Access (ZTNA) in cloud environments by configuring + identity-aware proxies, micro-segmentation, continuous verification with conditional + access policies, and replacing traditional VPN-based access with BeyondCorp-style + architectures across AWS, Azure, and GCP. domain: cybersecurity subdomain: cloud-security tags: [cloud-security, zero-trust, ztna, beyondcorp, identity-aware-proxy, micro-segmentation]