{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aura-security-scanner",
    "name": "Aura Security Scanner",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/aurasecurity-creator/aura-security-scanner",
    "canonicalUrl": "https://clawhub.ai/aurasecurity-creator/aura-security-scanner",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aura-security-scanner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aura-security-scanner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "index.ts",
      "package.json",
      "tsconfig.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/aura-security-scanner"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/aura-security-scanner",
    "agentPageUrl": "https://openagent3.xyz/skills/aura-security-scanner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aura-security-scanner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aura-security-scanner/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "AURA Security Scanner",
        "body": "Protect your AI agent from malicious skills. Scan any OpenClaw, Claude MCP, or LangChain skill before installation."
      },
      {
        "title": "What It Detects",
        "body": "Malware Patterns - Credential theft, file exfiltration, crypto miners, backdoors\nPrompt Injection - Attempts to override system instructions or jailbreak agents\nPermission Issues - Overly broad filesystem, network, or execution permissions\nSuspicious Networks - Connections to known exfiltration domains (webhook.site, etc.)\nObfuscated Code - Base64/hex encoded execution, dynamic eval patterns"
      },
      {
        "title": "Usage",
        "body": "Ask me to scan a skill before you install it:\n\n\"Scan this skill for security issues: https://github.com/user/cool-skill\"\n\n\"Is this skill safe? https://github.com/example/mcp-tool\"\n\n\"Check https://clawhub.xyz/skill/weather-api for malware\""
      },
      {
        "title": "Verdicts",
        "body": "VerdictRisk ScoreMeaningSAFE0-20No issues found, safe to installWARNING21-50Minor concerns, review before installingDANGEROUS51-80Significant risks detected, avoidBLOCKED81-100Critical threats, do not install"
      },
      {
        "title": "AURA Verified Badge",
        "body": "Skills with a SAFE verdict can display the AURA Verified badge, showing users they've been scanned and approved."
      },
      {
        "title": "Safe Skill Response",
        "body": "AURA Skill Scan: weather-api\n\nVerdict: SAFE\nRisk Score: 5/100\nAURA Verified: Yes\n\nSummary: Clean skill with minimal permissions.\nRequests only weather API access.\n\nRecommendation: Safe to install."
      },
      {
        "title": "Dangerous Skill Response",
        "body": "AURA Skill Scan: suspicious-helper\n\nVerdict: DANGEROUS\nRisk Score: 78/100\nAURA Verified: No\n\nFindings:\n- CRITICAL: Accesses SSH keys (~/.ssh/id_rsa)\n- HIGH: Sends data to webhook.site\n- HIGH: Runs eval() on decoded base64\n\nRecommendation: Do not install. Contains credential\ntheft and data exfiltration patterns."
      },
      {
        "title": "API",
        "body": "This skill calls the AURA Security API:\n\nPOST https://api.aurasecurity.io/scan-skill\n{\n  \"skillUrl\": \"https://github.com/user/skill\",\n  \"format\": \"auto\",\n  \"includeRepoTrust\": true\n}"
      },
      {
        "title": "About AURA",
        "body": "AURA (Agent Universal Reputation & Assurance) provides security infrastructure for the AI agent ecosystem. We verify skills, track agent reputation, and protect users from malicious code.\n\nWebsite: https://aurasecurity.io\nGitHub: https://github.com/aurasecurityio/aura-security\nX/Twitter: @aurasecurityio"
      }
    ],
    "body": "AURA Security Scanner\n\nProtect your AI agent from malicious skills. Scan any OpenClaw, Claude MCP, or LangChain skill before installation.\n\nWhat It Detects\nMalware Patterns - Credential theft, file exfiltration, crypto miners, backdoors\nPrompt Injection - Attempts to override system instructions or jailbreak agents\nPermission Issues - Overly broad filesystem, network, or execution permissions\nSuspicious Networks - Connections to known exfiltration domains (webhook.site, etc.)\nObfuscated Code - Base64/hex encoded execution, dynamic eval patterns\nUsage\n\nAsk me to scan a skill before you install it:\n\n\"Scan this skill for security issues: https://github.com/user/cool-skill\"\n\n\"Is this skill safe? https://github.com/example/mcp-tool\"\n\n\"Check https://clawhub.xyz/skill/weather-api for malware\"\n\nVerdicts\nVerdict\tRisk Score\tMeaning\nSAFE\t0-20\tNo issues found, safe to install\nWARNING\t21-50\tMinor concerns, review before installing\nDANGEROUS\t51-80\tSignificant risks detected, avoid\nBLOCKED\t81-100\tCritical threats, do not install\nAURA Verified Badge\n\nSkills with a SAFE verdict can display the AURA Verified badge, showing users they've been scanned and approved.\n\nExamples\nSafe Skill Response\nAURA Skill Scan: weather-api\n\nVerdict: SAFE\nRisk Score: 5/100\nAURA Verified: Yes\n\nSummary: Clean skill with minimal permissions.\nRequests only weather API access.\n\nRecommendation: Safe to install.\n\nDangerous Skill Response\nAURA Skill Scan: suspicious-helper\n\nVerdict: DANGEROUS\nRisk Score: 78/100\nAURA Verified: No\n\nFindings:\n- CRITICAL: Accesses SSH keys (~/.ssh/id_rsa)\n- HIGH: Sends data to webhook.site\n- HIGH: Runs eval() on decoded base64\n\nRecommendation: Do not install. Contains credential\ntheft and data exfiltration patterns.\n\nAPI\n\nThis skill calls the AURA Security API:\n\nPOST https://api.aurasecurity.io/scan-skill\n{\n  \"skillUrl\": \"https://github.com/user/skill\",\n  \"format\": \"auto\",\n  \"includeRepoTrust\": true\n}\n\nAbout AURA\n\nAURA (Agent Universal Reputation & Assurance) provides security infrastructure for the AI agent ecosystem. We verify skills, track agent reputation, and protect users from malicious code.\n\nWebsite: https://aurasecurity.io\nGitHub: https://github.com/aurasecurityio/aura-security\nX/Twitter: @aurasecurityio"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/aurasecurity-creator/aura-security-scanner",
    "publisherUrl": "https://clawhub.ai/aurasecurity-creator/aura-security-scanner",
    "owner": "aurasecurity-creator",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aura-security-scanner",
    "downloadUrl": "https://openagent3.xyz/downloads/aura-security-scanner",
    "agentUrl": "https://openagent3.xyz/skills/aura-security-scanner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aura-security-scanner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aura-security-scanner/agent.md"
  }
}