Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

mobb-vulnerabilities-fixermobb 漏洞修复器

Agent Skill

mobb-vulnerabilities-fixer 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

46,177

周安装

1,905

GitHub Stars

3

下载量

15,088
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mobb-vulnerabilities-fixer(mobb 漏洞修复器)
来源仓库:https://github.com/jonathansantilli/mobb-vulnerabilities-fixer
安装命令:
openclaw skills install mobb-vulnerabilities-fixer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mobb-vulnerabilities-fixer

简介

使用 Mobb MCP/CLI 扫描、修复和补救本地代码存储库中的安全漏洞。当用户要求扫描漏洞、运行安全检查、自动修复问题、修复发现的问题或应用 Mobb 修复时使用(例如,“扫描此存储库”、“修复安全问题”、“修复漏洞”、“在我的更改上运行 Mobb”​​)。

SKILL.md

name
mobb-vulnerabilities-fixer
description
Scan, fix, and remediate security vulnerabilities in a local code repository using Mobb MCP/CLI. Use when the user asks to scan for vulnerabilities, run a security check, auto-fix issues, remediate findings, or apply Mobb fixes (e.g., \"scan this repo\", \"fix security issues\", \"remediate vulnerabilities\", \"run Mobb on my changes\").

Mobb Vulnerabilities Fixer

Overview

Use Mobb MCP scan-and-fix behavior to identify security issues in a local repo and apply the generated patches. Follow the MCP workflow exactly, including file selection, pagination, and rescan rules.

Workflows

Scan and Fix (default)

  1. Confirm target repository path.

Use an absolute path to the repository root. Reject paths with traversal patterns. If the user gives . and a workspace root is known, use it.

  1. Ensure Mobb authentication is available.

Prefer API_KEY in the environment. If missing or invalid, inform the user a browser window will open for Mobb login and authorization, then proceed once authenticated. If the user has no account, instruct them to create one and generate an API key. See references/mobb-auth.md.

  1. Require MCP to be already running.

Do not install or launch MCP yourself. Ask the user to start the Mobb MCP server on their machine using their approved process and confirm it is running before you proceed.

  1. Execute MCP scan-and-fix.

Invoke the MCP tool scan_and_fix_vulnerabilities with the repository path. Use optional parameters only when the user explicitly asks.

Required parameter:

  • path: absolute path to the repository root

Optional parameters:

  • offset: pagination offset for additional fixes
  • limit: maximum number of fixes to return (default is 3)
  • maxFiles: scan up to N recently changed files (default is 10); setting this triggers a fresh scan
  • rescan: force a full rescan; only when user explicitly asks
  • scanRecentlyChangedFiles: when true and no git changes are found, scan recently changed files from history
  1. Apply returned fixes only with explicit user consent.

If the tool returns patches, summarize what will change and ask the user to confirm before applying. Apply patches exactly as provided, modify nothing else, and explain after applying. If a patch cannot be applied, report the exact conflict and continue with others the user approved.

  1. Never auto-rescan or auto-page.

Do not rescan or fetch additional pages of fixes unless the user explicitly asks. If more fixes are available, inform the user how to request the next page.

Fetch Available Fixes (summary only)

Use when the user wants a summary of available fixes without uploading/scanning or applying patches.

Call fetch_available_fixes with:

  • path: absolute path to the repo root
  • offset and limit: optional pagination
  • fileFilter: optional list of relative paths to filter fixes
  • fetchFixesFromAnyFile: optional boolean to fetch fixes for all files

fileFilter and fetchFixesFromAnyFile are mutually exclusive. If neither is provided, the tool filters to files with git status changes.

Check for New Available Fixes (monitoring)

Call check_for_new_available_fixes once at the end of a session after edits/tests, or when the user explicitly asks to check for fresh fixes.

Behavior notes:

  • Requires a local git repo with an origin remote.
  • If auto-fix is enabled, fixes may be applied automatically; tell the user to review and commit changes.
  • It may return "initial scan in progress" or "no fresh fixes" depending on timing.

File Selection Rules (scan_and_fix_vulnerabilities)

  • If the path is a valid git repo, scan only changed/staged files by default.
  • If no changes are found and scanRecentlyChangedFiles is true (or maxFiles is set), scan recently changed files from git history.
  • If not a git repo, scan recently changed files in the directory.
  • Exclude files larger than 5 MB.

No-Changes Case

If no changed files are detected, explain the situation and offer a follow-up scan using scanRecentlyChangedFiles and/or maxFiles, but do not run it unless explicitly requested.

Resources

  • references/mcp-scan-fix.md: MCP scan-and-fix, fetch, and monitoring tool details
  • references/mobb-auth.md: authentication and login flow details

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.49%
按下载量换算12,446

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills