ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified system Safety 5/5

runtime-attestation-probe

Helps validate that agent behavior at runtime matches the capabilities and constraints declared in its attestation. Detects divergence between what an agent claims to do and what it actually does during execution, catching the class of attacks that passes static analysis but activates conditionally at runtime.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/andyxinweiminicloud/runtime-attestation-probe
Or

What This Skill Does

The runtime-attestation-probe is a critical security utility for OpenClaw agents, designed to bridge the gap between static code analysis and live execution. While static analysis tools evaluate the intent declared in a skill's manifest, they often fail to catch conditional logic or environment-specific payloads. This skill acts as an active observer, instrumenting the execution of an agent to ensure that its real-world behavior aligns with its documented capabilities and constraints. It acts as a safety layer that monitors for unauthorized network requests, hidden file system access, or unexpected side effects that only manifest under specific production conditions, effectively stopping 'time-bomb' or 'environment-aware' malicious code before it can compromise your environment.

Installation

To integrate this probe into your development lifecycle, use the OpenClaw command-line interface: clawhub install openclaw/skills/skills/andyxinweiminicloud/runtime-attestation-probe

Use Cases

  1. Security Auditing: Validate third-party skills before integrating them into production agents to ensure they don't reach out to hidden telemetry endpoints.
  2. Compliance Monitoring: Verify that data handling policies remain intact, ensuring sensitive data doesn't exit the defined sandbox.
  3. Regression Testing for Security: Run the probe during CI/CD to ensure that updates to an agent's code haven't introduced unauthorized side effects or expanded capability boundaries.
  4. Incident Response: When a skill exhibits suspicious behavior, use this probe to capture a comprehensive trace and compare it against the expected attestation to isolate the deviation.

Example Prompts

  1. "Run runtime-attestation-probe on the 'image-processor' skill using the production environment profile to identify any undeclared external API calls."
  2. "Compare the runtime execution trace of 'data-scraper' against its provided attestation document and report all capability boundary violations."
  3. "Audit the 'file-manager' skill for conditional activation flags and list all environmental variables that trigger unique execution paths."

Tips & Limitations

  • Environment Parity: For the best results, ensure your test environment mimics production as closely as possible, as the probe is designed to catch environment-triggered payloads.
  • Performance Overhead: Instrumenting execution introduces minor latency. Use this tool primarily in sandbox or staging environments rather than high-throughput production loops.
  • Scope: The probe monitors behavior within the scope defined by the attestation. If an attestation is missing or incomplete, the probe cannot effectively determine what constitutes a violation. Ensure all skills have comprehensive manifests before deployment.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-andyxinweiminicloud-runtime-attestation-probe": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#security#attestation#runtime-monitoring#cybersecurity#debugging
Safety Score: 5/5

Flags: code-execution