Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

veridicusscan-mcp-analystveridicusscan MCP analyst 搜索

Agent Skill

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

总安装

8,862

周安装

362

GitHub Stars

公开资料未说明

下载量

2,867
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install veridicusscan-mcp-analyst

简介

veridicusscan-mcp-analyst 检测提示注入攻击与隐藏插件风险,保障 LLM 安全。

  • 适用于 OpenClaw 中处理敏感输入或高安全等级任务场景。
  • 支持扫描本地文件与公共 URL,输出威胁分类与缓解建议。
  • 使用前应更新特征库至最新版本,防止新型攻击绕过检测。
  • 建议集成到 CI 流水线前端,阻断高风险内容进入生产环境。

SKILL.md

name
veridicusscan-mcp-analyst
description
Use when the user wants to inspect a prompt, local file, or public HTTPS URL with VeridicusScan through its MCP bridge, triage prompt-injection or hidden-instruction findings, explain coverage or redaction limits, export reports, or run runtime-defense workflows such as memory ingestion, selective disclosure, tool scoping, plan guarding, and action gating.

VeridicusScan MCP Analyst

Use this skill only for the VeridicusScan MCP surface, not for changing the app code itself.

VeridicusScan is a local-first scanner and runtime-defense tool. This skill is for analyst tasks such as scanning websites, files, prompts, job-application artifacts, and agent-runtime flows through the MCP bridge.

Preconditions

  • Confirm a VeridicusScan MCP server is available in the client.
  • If it is not available, say so briefly and ask the user to connect the local bridge first.
  • Prefer the MCP server over shelling out to app internals when both can do the task.
  • Expect one active MCP session at a time. If open_session returns session_limit_reached, tell the user another active session is still open.

High-value use cases

  • Scan a public website or candidate portfolio URL before an AI agent reads it.
  • Scan a local PDF, DOCX, image, or exported text artifact before model handoff.
  • Triage prompt snippets or extracted page text with scan_text.
  • Validate agent-memory and tool-approval flows with the runtime-defense methods.

Core workflow

  1. Start with health or list_methods if availability is unclear.
  2. Open a session with open_session.
  3. Run the smallest relevant scan method:

- scan_url for live public HTTPS websites - scan_file for local files - scan_text for prompts, snippets, and extracted content

  1. Pull the report or scan result details the user actually needs.

- If scan_file returns default_context_mode = "sanitized_only", prefer safe_context for downstream use and make clear that report surfaces are redacted by design. - If scan_url returns non_public_network_url, explain that VeridicusScan intentionally blocks loopback, private-network, .local, .localhost, and resolved internal targets.

  1. Summarize:

- risk band - risk score - default context mode when present - findings count - top findings with short evidence summaries - coverage limits or partial-scan notes

  1. Close the session when done unless the user is actively continuing a multi-step analysis.

Reporting rules

  • Be explicit about whether a result is a likely true positive, likely false positive, or uncertain.
  • If the scan is partial, explain exactly what was not covered and why that matters.
  • If a result is redacted or sanitized_only, say that explicitly instead of implying raw evidence is available.
  • Distinguish structural signals from semantic injection signals.
  • For benign sites, do not overclaim. Say when a hit looks like tracking, accessibility, anti-bot, or app-shell markup rather than malicious prompt injection.
  • Include exact MCP error codes when they change the user outcome, for example non_public_network_url or session_limit_reached.

Runtime-defense workflow

Use these methods when the user is evaluating agent safety rather than content scanning:

  • ingest_memory for A1 memory ingestion
  • retrieve_memory for A2 retrieval validation
  • selective_disclosure and evaluate_selective_disclosure for disclosure quality and privacy checks
  • scope_tools before planning or execution
  • guard_plan before approving a plan
  • gate_action before approving a specific tool action

Always preserve the returned tool scope and pass the authoritative scope back into guard_plan and gate_action. Do not invent or forge scope values.

Recommended ordering for tool-governance tasks:

  1. open_session
  2. scope_tools
  3. guard_plan
  4. gate_action
  5. close_session

Output style

  • Keep summaries short and operational.
  • Put findings first.
  • Include exact method names when explaining how a result was obtained.
  • If the user asks for verification, say which MCP method(s) you used.
  • Prefer language that is useful to operators, for example security, IT, recruiting, or compliance teams, instead of purely academic scanner jargon.

References

  • Read references/mcp-methods.md for the method map and sequencing guidance.
  • Public workflow example for recruiting and job-application intake:

AI job application screening

  • Public technical workflow example for MCP sessions and runtime guardrails:

Local MCP automation for AI agents

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

79.96%
按下载量换算2,292

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install veridicusscan-mcp-analyst 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills