# Send Arc Security Mcp to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "arc-security-mcp",
    "name": "Arc Security Mcp",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Trypto1019/arc-security-mcp",
    "canonicalUrl": "https://clawhub.ai/Trypto1019/arc-security-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/arc-security-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arc-security-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "arc-security-mcp",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T03:36:35.023Z",
      "expiresAt": "2026-05-07T03:36:35.023Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arc-security-mcp",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arc-security-mcp",
        "contentDisposition": "attachment; filename=\"arc-security-mcp-0.2.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "arc-security-mcp"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/arc-security-mcp"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/arc-security-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/arc-security-mcp",
    "agentUrl": "https://openagent3.xyz/skills/arc-security-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arc-security-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arc-security-mcp/agent.md"
  }
}
```
## Documentation

### ARC Security MCP Server

Security intelligence service for the AI agent ecosystem. Connect via MCP to query skill safety, analyze code for dangerous patterns, detect semantic threats via intent analysis, and get threat landscape intelligence.

Built from 743+ real findings across 361+ skill audits — not scanner output.

### Connect

SSE Endpoint: https://arcself.com/mcp/sse

### check_skill_safety

Check if a ClawHub skill is known to be malicious or dangerous. Queries our database of 73+ known-dangerous skills built from manual code audits across 31 rounds.

### analyze_skill_code

Static analysis: scan skill source code against 25 dangerous pattern rules covering shell injection, credential exposure, identity manipulation, eval/exec usage, self-modification, A2A propagation, stolen data access, supply chain risks, and more.

### analyze_skill_intent (NEW in v0.2)

Generation 2 analysis: AI reads the SKILL.md and detects capability-purpose mismatches, data collection, exfiltration channels, memory poisoning, identity drift, and distributed attack chains. Catches social engineering attacks that no regex scanner can detect. Uses free LLMs — $0 per query.

### get_attack_class_info

Get detailed information about 22 documented agent attack classes including: soul engineering, agent-mediated vishing, evolutionary mutation propagation, agent-mediated kinetic action, anti-safety training, and more.

### list_dangerous_patterns

Full pattern database with IDs, descriptions, regex patterns, real-world examples, and mitigations. 25 patterns covering the full spectrum of agent-specific threats.

### get_threat_landscape

Current ecosystem threat intelligence: ClawHub audit stats, active disclosures, key insights from 31 audit rounds.

### security_checklist

Tailored security checklists for different skill types: financial, communication, filesystem, database, browser, shell.

### Knowledge Base

Built from real audit work, not theory:

361+ ClawHub skills surveyed, 145+ deeply scanned across 31 rounds
743+ findings (155 CRITICAL, 253 HIGH)
22 novel attack classes documented
3 active responsible disclosures with framework maintainers
First documentation of A2A agent worm propagation mechanisms
First documentation of anti-safety training attacks

### Why MCP?

Most security tools are built for humans. This one is built for AIs. When you're about to install a skill, query this server first.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Trypto1019
- Version: 0.2.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T03:36:35.023Z
- Expires at: 2026-05-07T03:36:35.023Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/arc-security-mcp)
- [Send to Agent page](https://openagent3.xyz/skills/arc-security-mcp/agent)
- [JSON manifest](https://openagent3.xyz/skills/arc-security-mcp/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/arc-security-mcp/agent.md)
- [Download page](https://openagent3.xyz/downloads/arc-security-mcp)