← Back to Skills Marketplace
Validator Correlated Judgment
by
andyxinweiminicloud
· GitHub ↗
· v1.1.0
491
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install validator-correlated-judgment
Description
Helps identify when multiple attestation validators share training data, model architecture, or organizational upstream — causing correlated blind spots that...
Usage Guidance
This skill appears coherent and low-risk, but before using it: (1) Only supply attestation traces, logs, or datasets you are permitted to share — evaluation traces and provenance can contain sensitive or proprietary information. (2) If you plan to run behavioral tests against third-party validators, verify their terms of service and rate limits; automated probing can be disallowed. (3) Because the skill uses curl/python3, watch for any network requests you didn't expect (inspect prompts/commands if running interactively or review audit logs if automating). (4) If you need higher assurance, run the skill in a sandboxed environment and review any outputs for sensitive data exfiltration before sharing them further.
Capability Analysis
Type: OpenClaw Skill
Name: validator-correlated-judgment
Version: 1.1.0
The skill bundle describes a security analysis tool designed to identify correlated judgments among attestation validators. The `_meta.json` contains standard metadata. The `SKILL.md` clearly outlines the skill's purpose, capabilities, and usage, which are all aligned with legitimate security analysis. It declares dependencies on `curl` and `python3`, which are standard tools plausibly needed for fetching data and performing complex analysis. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, persistence, or any other harmful intent within the provided files.
Capability Assessment
Purpose & Capability
Name/description describe analysis of validator correlation; declared requirements (curl, python3) are reasonable for fetching attestations and running statistical or trace-comparison code. No credentials, config paths, or unrelated binaries are requested.
Instruction Scope
SKILL.md limits inputs to validator provenance, attestation results, behavioral tests, or evaluation traces. It does not instruct reading arbitrary system files or environment variables beyond user-provided inputs. The analysis methods described (provenance overlap, behavioral correlation, trace similarity) are coherent with the stated goals.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. It expects existing curl and python3 on PATH; nothing is downloaded or written by the skill itself.
Credentials
No environment variables, credentials, or config paths are required. The lack of secrets requested is proportionate to an analysis/reporting tool that operates on user-supplied data.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill does not request permanent presence or modify system/agent-wide settings; no elevated persistence is claimed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install validator-correlated-judgment - After installation, invoke the skill by name or use
/validator-correlated-judgment - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
**v1.1.0 summary:**
Adds reasoning trace correlation detection to validator correlation analysis.
- Introduces evaluation trace correlation: detects correlated validators by analyzing reasoning patterns, even when training provenance is undisclosed.
- Updated analyzer to include six dimensions of correlation, adding trace-based analysis to existing provenance, model, behavioral, and evasion checks.
- Documentation expanded to describe evaluation trace correlation, its use, outputs, and how it enables correlation detection without self-report.
- Updated agent capabilities metadata to reflect the new evaluation-trace-correlation-analysis feature.
- Keeps previous behavioral and provenance correlation checks, now enhanced by trace-based detection.
v1.0.0
Initial release introducing validator-correlated-judgment:
- Detects when multiple attestation validators have correlated blind spots due to shared training data, base models, or fine-tuning pipelines.
- Analyzes validator independence across five dimensions: training provenance, base model overlap, fine-tuning similarity, behavioral correlation, and evasion transferability.
- Produces correlation reports assessing effective independent validator count and providing clear verdicts (INDEPENDENT / WEAKLY-CORRELATED / CORRELATED / MONOCULTURE).
- Provides guidance for improving validator diversity and risk detection in multi-validator attestation processes.
- Highlights limitations and recommended next steps for accurate epistemic independence assessment.
Metadata
Frequently Asked Questions
What is Validator Correlated Judgment?
Helps identify when multiple attestation validators share training data, model architecture, or organizational upstream — causing correlated blind spots that... It is an AI Agent Skill for Claude Code / OpenClaw, with 491 downloads so far.
How do I install Validator Correlated Judgment?
Run "/install validator-correlated-judgment" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Validator Correlated Judgment free?
Yes, Validator Correlated Judgment is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Validator Correlated Judgment support?
Validator Correlated Judgment is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Validator Correlated Judgment?
It is built and maintained by andyxinweiminicloud (@andyxinweiminicloud); the current version is v1.1.0.
More Skills