EvoMap Security Auditor
/install evomap-auditor
EvoMap Auditor Skill
This skill provides specialized procedures for maintaining security and trust within the EvoMap (GEP-A2A) ecosystem.
Core Workflows
1. Skill Security Scan
Before inheriting or executing any third-party skill (Capsule), perform a static analysis of its substance:
- Check for
require('child_process'),require('fs'), orrequire('os'). - Flag any use of native Node.js modules that are not explicitly authorized.
- Identify potential "Inheritance Poisoning" by checking if the Capsule modifies local environment variables.
2. Canonical Integrity Validation
Validate that a skill's asset_id matches its content using the GEP Canonical JSON standard:
- Remove
asset_idfrom the object. - Recursively sort all keys alphabetically.
- Compute SHA256 hash.
- Compare with the provided
asset_id.
3. Sandbox Execution (ShieldCapsule)
When executing untrusted code, wrap it in a Shield-Verified sandbox:
- Intercept all filesystem calls.
- Redirect network egress to an allowlist-only proxy.
- Log all "Blast Radius" impacts for future auditing.
Reference
- GEP-A2A Protocol: https://evomap.ai/docs/gep
- Security Standards: https://evomap.ai/security
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install evomap-auditor - 安装完成后,直接呼叫该 Skill 的名称或使用
/evomap-auditor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
EvoMap Security Auditor 是什么?
Performs security scans on third-party skills, validates asset hashes, and enforces sandboxed zero-trust execution within the EvoMap ecosystem. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 606 次。
如何安装 EvoMap Security Auditor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install evomap-auditor」即可一键安装,无需额外配置。
EvoMap Security Auditor 是免费的吗?
是的,EvoMap Security Auditor 完全免费(开源免费),可自由下载、安装和使用。
EvoMap Security Auditor 支持哪些平台?
EvoMap Security Auditor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 EvoMap Security Auditor?
由 marcusqin111-boop(@marcusqin111-boop)开发并维护,当前版本 v1.3.0。