graph-safety-rag-testing

Test RAG outputs for prohibited dosing and treatment advice.

Updated May 15, 2026
One-click install
npx skills add https://github.com/ruskibeats/t1d --skill graph-safety-rag-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graph-safety-rag-testing
Source: https://github.com/ruskibeats/t1d/tree/main/.pi/skills-archive/graph-safety-rag-testing
Command: npx skills add https://github.com/ruskibeats/t1d --skill graph-safety-rag-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill ensures that graph-derived RAG (Retrieval-Augmented Generation) responses do not produce dosing or treatment advice, upholding safety guardrails.

Core Features & Use Cases

  • Safety Check: Validates that no dosing or treatment advice is generated by graph RAG responses.
  • Verification: When implementing graph RAG integration or verifying safety guardrails.
  • Use Case: Automates tests to verify that RAG outputs do not suggest specific dosages or treatments.

Quick Start

Run the skill to verify safety guardrails in your RAG integration.

Frequently Asked Questions about graph-safety-rag-testing

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

FAQPage Schema
How do I test if my RAG system is generating unsafe dosing or treatment advice?

To test RAG safety, you need automated guardrail checks that scan conversational AI outputs for dosing and treatment advice. This skill automates those tests to verify your RAG integration blocks unsafe medical recommendations.

What is RAG safety testing for conversational AI systems handling medical data?

RAG safety testing validates that retrieval-augmented generation outputs do not suggest specific dosages or treatments. It ensures conversational AI systems interacting with health-related data uphold safety guardrails during implementation and maintenance.

Do I need a working RAG setup to verify safety guardrails against treatment advice?

Yes, verifying safety guardrails requires a working RAG setup with defined safety checks already in place. This skill tests those existing guardrails to confirm they block dosing and treatment advice from graph-derived responses.

Can I automate tests to check that RAG outputs do not suggest specific treatments?

Yes, you can automate tests to verify RAG outputs do not suggest specific treatments. This skill runs automated safety checks against your conversational AI outputs to ensure no dosing or treatment advice is generated.

When should I run safety checks on graph-derived RAG responses?

Run safety checks on graph-derived RAG responses during implementation or maintenance of conversational AI systems. This verifies that safety guardrails remain effective and continue blocking dosing and treatment advice over time.