model-poisoning-reviewer

Assesses data pipeline vulnerability to model poisoning via training, feedback, or ingested content.

2|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill model-poisoning-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-poisoning-reviewer
Source: https://github.com/nguyenpv1980-wq/Project-Aegis/tree/main/.claude/skills/model-poisoning-reviewer
Command: npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill model-poisoning-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you assess whether training data, feedback loops, or ingested content can be poisoned to corrupt a model's future behavior, introduce backdoors, or steer answers through tainted ground truth.

Core Features & Use Cases

  • Training and fine-tuning review: Checks dataset provenance, curation, label integrity, and validation gates before model updates.
  • Feedback-loop abuse detection: Reviews whether open ratings, corrections, or conversational feedback could be mass-signaled to bias the next training cycle.
  • Ingestion integrity analysis: Evaluates whether external documents indexed into a knowledge base can be used to manipulate retrieval outcomes or embed malicious triggers.
  • Use case: A team retrains weekly on customer feedback and public web content; this Skill identifies poisoning paths and recommends controls like provenance tracking, anomaly detection, holdout evaluation, and purge/rollback readiness.

Quick Start

Review our fine-tuning pipeline and feedback loop for poisoning risks, trace any attacker-reachable input to corrupted behavior, and list the controls that would prevent it.

Frequently Asked Questions about model-poisoning-reviewer

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

FAQPage Schema
How do I detect data poisoning in fine-tuning and training datasets?

Detect data poisoning by reviewing dataset provenance, curation gates, and label integrity to identify corrupted behavior paths before model updates. This process checks training sets for malicious inputs and validates ground truth to prevent backdoor insertion.

What is RLHF feedback abuse and how does it bias model training?

RLHF feedback abuse occurs when open ratings, corrections, or conversational feedback are mass-signaled to bias the next training cycle. Analyzing feedback loops identifies these poisoning paths and recommends controls like anomaly detection and identity limits.

Can external documents indexed for RAG be used to manipulate retrieval outcomes?

External documents indexed for RAG can be manipulated to alter retrieval outcomes or embed malicious trigger phrases. Ingestion integrity analysis evaluates whether indexed content can poison knowledge bases and recommends purge and rollback controls.

How do I review my machine learning pipeline for backdoor trigger-phrase risks?

Review backdoor trigger-phrase risks by tracing attacker-reachable inputs through ingestion and feedback loops to corrupted model behavior. This analysis requires severity-ranked findings with concrete poisoning paths and validation holdout evaluation.

What controls prevent data poisoning in automated model retraining pipelines?

Controls to prevent data poisoning include provenance tracking, anomaly detection, holdout evaluation, and purge or rollback readiness. These controls secure training sets, fine-tuning data, and feedback loops against behavior-shaping manipulation.