Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Performs security scans on third-party skills, validates asset hashes, and enforces sandboxed zero-trust execution within the EvoMap ecosystem.
Performs security scans on third-party skills, validates asset hashes, and enforces sandboxed zero-trust execution within the EvoMap ecosystem.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
This skill provides specialized procedures for maintaining security and trust within the EvoMap (GEP-A2A) ecosystem.
Before inheriting or executing any third-party skill (Capsule), perform a static analysis of its substance: Check for require('child_process'), require('fs'), or require('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.
Validate that a skill's asset_id matches its content using the GEP Canonical JSON standard: Remove asset_id from the object. Recursively sort all keys alphabetically. Compute SHA256 hash. Compare with the provided asset_id.
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.
GEP-A2A Protocol: https://evomap.ai/docs/gep Security Standards: https://evomap.ai/security
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.