Automate Wiz security queries, checks, and remediation via Rube MCP.
This skill is essentially an open-source prompt-style wrapper with no direct local secrets or local code execution requirements, and its high community adoption lowers overall risk. However, it is designed to connect to external services via Rube MCP and operate Wiz, so normal concerns around third-party data flow and external authorization still apply in real deployments.
The material says 'No API keys needed' locally, but it also requires establishing an active Wiz connection via `RUBE_MANAGE_CONNECTIONS` and completing an external auth flow. This implies credentials are handled through Rube/Wiz-side authorization rather than local environment variables. No unrelated sensitive secrets are requested, but the storage/handling of third-party OAuth or connection tokens is not described.
The skill explicitly depends on the remote MCP endpoint `https://rube.app/mcp` and then uses Composio/Wiz-related capabilities; user inputs, session IDs, tool arguments, and execution results may be sent to those declared services. No obviously unrelated or unknown exfiltration targets are stated, but data does flow through third parties as part of normal operation.
Based on the material, this is a prompt/workflow-style skill and does not claim to start local processes, run local scripts, or request system-level execution privileges. Its 'execution' is primarily remote MCP tool invocation rather than direct local code execution.
There is no indication that it reads or writes the local filesystem or local databases; however, through Rube MCP it can access Wiz tooling and perform automation, which may read or modify data/configuration within the authorized Wiz scope. No excessive local permissions are evident, but the effective access scope on the external service side should be reviewed during authorization.
The source is an open GitHub repository with very high community adoption (64.7k stars), which are strong risk-reducing signals. The material appears to be skill documentation/prompt content rather than a binary payload, and there are no obvious signs of closed-source delivery, suspicious install scripts, or clear injection-style deception. Gaps remain: no declared license and unknown maintenance status, which should be verified.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "wiz-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/wiz-automation/SKILL.md 2. Save it as ~/.claude/skills/wiz-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Wiz operations through Composio's Wiz toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/wiz
RUBE_MANAGE_CONNECTIONS with toolkit wizRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit wizAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Wiz operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Wiz task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["wiz"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Wiz-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit wiz |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Echtpost workflows via Rube MCP after checking current tool schemas first.
Automate Carbone document generation and template workflows through Rube MCP.
Automate Cardly workflows through Rube MCP with tool schema discovery first.
Automate Castingwords transcription tasks and related workflows through MCP.
Automate Cats tasks through Rube MCP after checking the latest tool schemas.
Automate Capsule CRM contacts, tasks, projects, and organizations with natural language.
Automate Wit AI workflows via Rube MCP using current tool schemas first.
Automate Winston AI workflows through Rube MCP for detection and result handling.
Automate Helpwise support and collaboration tasks to streamline team workflows.
Automate Wati messaging and customer communication tasks through Rube MCP.
Automate Webvizio tasks through Rube MCP for faster website feedback workflows.
Automate WakaTime data queries, reporting, and workflow tasks via Rube MCP.