
Scans GitHub-hosted AI skills for security issues before your agent installs them. Exposes three MCP tools: scan_skill submits a repo URL and returns a scored report flagging prompt injection patterns, malware indicators, and OWASP LLM Top 10 violations with line numbers and snippets. Get_report retrieves cached public scan results at no cost. Check_certification validates skill safety badges. Useful when building agents that autonomously install third-party skills and need supply chain verification without human review. Free tier gives you 5 scans per month. Results include a verdict (SAFE, CAUTION, DANGEROUS) based on a 0-100 score, plus detailed issue breakdowns. Average scan completes in under 3 seconds. Connects to https://apisecurityscan.net/mcp via streamable HTTP.
Public tool metadata for what this MCP can expose to an agent.
scan_skillScan a GitHub skill for vulnerabilities: prompt injection, malware, OWASP LLM Top 10.1 paramsScan a GitHub skill for vulnerabilities: prompt injection, malware, OWASP LLM Top 10.
skill_urlstringget_reportRetrieve a previous scan result by scan_id.1 paramsRetrieve a previous scan result by scan_id.
scan_idstringcheck_certificationCheck if a skill has a SecurityScan certification badge.1 paramsCheck if a skill has a SecurityScan certification badge.
skill_urlstringscan_depsCheck external dependency health via DepScan.2 paramsCheck external dependency health via DepScan.
scan_typestringsingle · deepskill_urlstring