Tools / Security Scanner / Use Cases / Generate a Security Report

Generate a Security Report

Run a comprehensive security assessment across a domain or IP and get a structured report covering all threat vectors in one pass.

Tool
Security Scanner icon
Security Scanner

Running a security review of a new vendor, partner domain, or piece of infrastructure usually means checking URLs, IPs, domains, and DNS records separately and manually assembling the findings. Each check takes time, and the assembled picture is only as good as the coverage you remember to include.

Security Scanner's `security_report` skill runs a comprehensive sweep — threat feeds, domain reputation, hosting context, and related infrastructure — in a single call and returns a structured report. You get consistent coverage every time without needing to remember which individual checks to run.

Security managers, compliance teams, and IT administrators use this to produce vendor security assessments, pre-onboarding infrastructure checks, and recurring third-party security reviews.

Agent Guides

Claude

  1. Connect ToolRouter in Claude: claude mcp add toolrouter -- npx -y toolrouter-mcp
  2. Provide the domain or IP address to assess and the context — vendor review, pre-onboarding check, or incident investigation.
  3. Ask Claude to run `security_report` via `security-scanner` for the target.
Read full guide →

ChatGPT

  1. Connect ToolRouter in ChatGPT: {"mcpServers":{"toolrouter":{"command":"npx","args":["-y","toolrouter-mcp"]}}}
  2. Specify the target domain or IP and the report audience — procurement, compliance, or the CISO.
  3. Ask ChatGPT to run `security_report` via `security-scanner`.
Read full guide →

Copilot

  1. Connect ToolRouter in Copilot: {"mcpServers":{"toolrouter":{"command":"npx","args":["-y","toolrouter-mcp"]}}}
  2. Identify the domain or IP to assess within your infrastructure runbook or config file.
  3. Ask Copilot to run `security_report` via `security-scanner` for the target.
Read full guide →

OpenClaw

  1. Connect ToolRouter in OpenClaw: openclaw mcp add toolrouter -- npx -y toolrouter-mcp
  2. Prepare the list of domains or IPs to assess — vendors, partners, or infrastructure entries.
  3. Run `security_report` for each target and collect results in a normalized schema.
Read full guide →

Related Use Cases

Open Check URLs Before Clicking

Check URLs Before Clicking

Scan suspicious links against threat intelligence feeds before opening them or sharing them with colleagues.

Security Scanner icon
Security Scanner
4 agent guides
Open Investigate Suspicious IP Addresses

Investigate Suspicious IP Addresses

Check IP addresses against abuse databases and threat feeds to assess risk before allowing traffic into your network.

Security Scanner icon
Security Scanner
4 agent guides
Open Scan Domain Reputation

Scan Domain Reputation

Check domains against threat intelligence feeds to catch malicious infrastructure, brand impersonation, and newly registered lookalikes.

Security Scanner icon
Security Scanner
4 agent guides
Open Verify File Hashes for Malware

Verify File Hashes for Malware

Check MD5, SHA1, or SHA256 file hashes against threat intelligence databases to determine if a file is known malware before executing it.

Security Scanner icon
Security Scanner
4 agent guides