Automate AbuseIPDB lookups, reporting, and threat intel workflows via Rube MCP.
This is not a purely local prompt artifact: the material shows it relies on remote Rube MCP and Composio/Abuselpdb connections to discover and execute tools, so the overall posture is caution. No clear malicious red flags are evident, but the metadata conflicts with the README claims of remote connectivity and connection setup, so it should be treated as a networked third-party tool.
The system metadata says no keys are required, but the README explicitly requires creating an active `abuselpdb` connection via `RUBE_MANAGE_CONNECTIONS` and potentially completing auth through a returned auth link; this implies third-party account authorization or tokens may be involved, even if not detailed here.
The README requires adding the remote MCP endpoint `https://rube.app/mcp` and using remote capabilities such as `RUBE_SEARCH_TOOLS`, `RUBE_MANAGE_CONNECTIONS`, and `RUBE_MULTI_EXECUTE_TOOL`; task arguments, session IDs, connection status, and potentially AbuseIPDB operation data would be sent to that service, which conflicts with the metadata claiming no remote endpoint.
The material does not show direct local arbitrary code execution, but the skill discovers and executes tools remotely through Rube MCP and references `RUBE_REMOTE_WORKBENCH` with `run_composio_tool()`; the execution boundary depends on tools and schemas returned by the remote platform rather than being fully static and visible here.
There is no explicit claim of direct local file read/write or elevated system permissions; however, it handles session data, connection state, query parameters, pagination results, and `memory` content, passing related data through a remote toolchain. The material does not show excessive local authorization, but visibility into remote data handling is limited.
The source is an open GitHub repository with strong community adoption (about 64.9k stars), both of which are meaningful risk-reducing signals. The current material appears to be skill documentation rather than a closed-source executable; although the license is not stated and maintenance status is unknown, there are no concrete supply-chain red flags sufficient to raise this to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "abuselpdb-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/abuselpdb-automation/SKILL.md 2. Save it as ~/.claude/skills/abuselpdb-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Abuselpdb operations through Composio's Abuselpdb toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/abuselpdb
RUBE_MANAGE_CONNECTIONS with toolkit abuselpdbRUBE_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 abuselpdbAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Abuselpdb 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 Abuselpdb task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["abuselpdb"]
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 Abuselpdb-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit abuselpdb |
| 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 BigML tasks and machine learning workflows through Rube MCP.
Automate Boloforms form and document workflows through Rube MCP.
Automate Bookingmood tasks and workflows through Rube MCP integrations.
Automate Borneo tasks via Rube MCP with tool schema discovery first.
Automate Botpress tasks and workflow actions through Rube MCP.
Automate Humanloop tasks through Rube MCP using current tool schemas first.
Automate Ipinfo IO lookups and network intelligence tasks through Rube MCP.
Automate IP2WHOIS lookups and related data retrieval through Rube MCP.
Automate VirusTotal lookups, analysis, and threat intelligence workflows via MCP.
Automate IP2Proxy lookups and proxy risk analysis through Rube MCP.
Automate IP2Location.io lookups and related network data workflows via Rube MCP.
Automate IP2Location lookups and geolocation workflows through Rube MCP.