From knowledge-base
Query Cloud Provider Rules for Cloud Risk Management (CREM). Use when users ask about security best practices, compliance rules, or configuration checks for AWS, Azure, GCP, Alibaba Cloud, or Oracle/OCI cloud providers. Also handles pricing questions and general best practice queries.
npx claudepluginhub trendmicro/vision-one-skills --plugin knowledge-baseThis skill uses the workspace's default tool permissions.
Query the Trend Micro knowledge base for cloud provider rules, security best practices, and compliance information.
Implements Clean Architecture in Android and Kotlin Multiplatform projects: module layouts, dependency rules, UseCases, Repositories, domain models, and data layers with Room, SQLDelight, Ktor.
Enforces code quality on file edits via Plankton hooks: auto-formats, lints, Claude-powered fixes with model tiering, config protection, and legacy package manager blocks.
Enforces C++ Core Guidelines for writing, reviewing, and refactoring modern C++ code (C++17+), promoting RAII, immutability, type safety, and idiomatic practices.
Query the Trend Micro knowledge base for cloud provider rules, security best practices, and compliance information.
Identify the cloud provider from the user's query:
Determine the query type and select the appropriate URL:
Fetch the knowledge base page using WebFetch with the provider URL
Navigate to specific rules if needed:
Extract and present the relevant information including:
| Tool | Purpose |
|---|---|
WebFetch | Fetch knowledge base pages and extract rule information |
Route queries to the appropriate knowledge base:
{provider_url}{provider_url}{service}/When presenting rule information:
## [Rule ID]: [Rule Title]
**Risk Level**: [Low|Medium|High|Very High|Extreme]
**Service**: [Cloud Service Name]
**Provider**: [AWS|Azure|GCP|Alibaba|OCI]
### Description
[What the rule checks and why it matters]
### Remediation
[Step-by-step instructions to fix the issue]
### Compliance
[Relevant frameworks: CIS, PCI-DSS, SOC2, etc.]
| User Query | Action |
|---|---|
| "S3 bucket encryption best practices" | Fetch AWS KB, find S3 encryption rules |
| "Azure storage public access" | Fetch Azure KB, find storage account rules |
| "GCP firewall rules" | Fetch GCP KB, find VPC firewall rules |
| "What does it cost?" | Fetch AWS Marketplace pricing page |
| "Cloud security best practices" | Fetch general KB |
vision-one:cloud-posture for actual compliance scanning