RingGuard

Detect and sever collusion rings in reputation graphs via RESTful API.

1|Updated Jul 10, 2026
One-click install
npx skills add https://github.com/Dashrath175/ringguard --skill ringguard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RingGuard
Source: https://github.com/Dashrath175/ringguard/tree/main/public
Command: npx skills add https://github.com/Dashrath175/ringguard --skill ringguard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RingGuard addresses the challenge of detecting and auditing collusion rings within agent reputation graphs, providing a deterministic and secure way to assess trustworthiness.

Core Features & Use Cases

  • Collusion Detection: Identifies and severes collusion rings in reputation graphs.
  • Trust Score Calculation: Calculates wash-resistant trust scores for agents.
  • Certificate Verification: Offers an Ed25519-signed audit certificate for offline verification.
  • Use Case: For a reputation system, RingGuard can be used to ensure that trust scores are not influenced by colluding agents.

Quick Start

Use the RingGuard skill to audit the reputation graph by posting your review records to the /v1/audit endpoint.

Frequently Asked Questions about RingGuard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect collusion rings in an agent reputation graph?

Trust scores are calculated as wash-resistant scores to ensure they are not influenced by colluding agents. This prevents artificially inflated reputation metrics within the agent reputation graph.

How do I verify agent trust scores offline after an audit?

You can verify agent trust scores offline using an Ed25519-signed audit certificate provided after the screening. This allows offline verification of the deterministic trustworthiness assessment without needing live API access.

What format do review records need to be in for collusion detection?

Review records must be submitted in JSON format to the RESTful API endpoints for audit and screening operations. This structured input allows the system to accurately map the reputation graph and calculate trust scores.

Can I integrate collusion detection into an existing reputation system via API?

Yes, you can integrate collusion detection into an existing reputation system using the provided RESTful API endpoints. Post your review records to the /v1/audit endpoint to sever collusion rings and generate signed audit certificates.

What is the best way to prevent wash trading in a reputation system?

The best way to prevent wash trading in a reputation system is to audit the agent reputation graph for collusion rings. Calculating wash-resistant trust scores ensures that agent trustworthiness is not artificially inflated by colluding reviewers.