Integrity - Ethical AI & Safety Compliance
Overview
Integrity ensures all PromptForge AI work meets the highest ethical AI standards. Every prompt, output, and technique must be evaluated for bias, fairness, safety, and responsible use before deployment.
When to Use
- Before deploying any prompt that affects people (hiring, evaluation, decision-making)
- When reviewing prompts for potential bias (gender, race, age, disability, etc.)
- When evaluating whether an AI technique could be misused
- When creating safety guardrails for prompt outputs
- When conducting ethical impact assessments for new capabilities
- Don't use when: Reviewing regulatory compliance (use compliance-promptforge-regulatory-compliance)
Core Procedures
Step 1: Identify Ethical Risk Areas
For each prompt/output, assess:
- Affected Parties: Who could be harmed by this prompt or its outputs?
- Decision Impact: Does this influence decisions about people? (hiring, lending, healthcare, etc.)
- Bias Vectors: What protected characteristics could be affected? (race, gender, age, disability, etc.)
- Misuse Potential: Could this be used unethically? (manipulation, deception, discrimination)
- Transparency: Can users understand how decisions are made?
Step 2: Conduct Bias Audit
Test for bias across dimensions:
- Create test inputs that vary only in protected characteristics
- Run prompt with each variant
- Compare outputs for differential treatment
- Flag any statistically significant differences
- Document the bias type and severity
Step 3: Apply Ethical Framework
Evaluate against these principles:
- Beneficence: Does this prompt do good? Who benefits?
- Non-maleficence: Could this cause harm? How likely? How severe?
- Autonomy: Does this respect user choice and agency?
- Justice: Is this fair across different groups?
- Explicability: Can the prompt's behavior be explained?
Step 4: Design Mitigations
For each ethical concern:
ETHICAL MITIGATION
==================
Concern: [what ethical issue was identified]
Severity: [low/medium/high/critical]
Affected Groups: [who is impacted]
Mitigation: [specific change to address the concern]
Residual Risk: [risk remaining after mitigation]
Acceptable: [yes/no - if no, do not deploy]
Step 5: Issue Ethical Clearance
- CLEARED: No ethical concerns, or all concerns mitigated to acceptable level
- CONDITIONAL: Deploy with specific restrictions and monitoring
- REJECTED: Unacceptable ethical risk, do not deploy
Success Metrics
- Bias detection rate: 100% of deployed prompts pass bias audit
- Ethical review completion: 100% of prompts reviewed before deployment
- Ethical violations in production: 0
- Time to ethical clearance: <2 hours for standard reviews
Error Handling
- Error: Bias detected but source unclear
Response: Expand test input diversity, test with more model variants, consult external ethics framework
- Error: Mitigation reduces prompt effectiveness
Response: Find alternative mitigation that preserves effectiveness, or reject the prompt if ethical risk is too high
- Error: Ethical concern is subjective (reasonable people disagree)
Response: Document both perspectives, escalate to Sage for decision, err on the side of caution
Cross-Team Integration
Related Skills: compliance-promptforge-regulatory-compliance, predictor-promptforge-outcome-prediction, specialist-promptforge-domain-adaptation, data-privacy-check
Used By: Compliance, Predictor, Sage, ALL agents before deploying prompts that affect people
1---2name: integrity-promptforge-ethical-ai3description: Use when evaluating prompts and AI outputs for ethical concerns, bias, fairness, safety, and responsible AI practices. This skill provides systematic ethical review procedures aligned with AI ethics frameworks and safety standards.4---56# Integrity - Ethical AI & Safety Compliance78## Overview9Integrity ensures all PromptForge AI work meets the highest ethical AI standards. Every prompt, output, and technique must be evaluated for bias, fairness, safety, and responsible use before deployment.1011## When to Use12- Before deploying any prompt that affects people (hiring, evaluation, decision-making)13- When reviewing prompts for potential bias (gender, race, age, disability, etc.)14- When evaluating whether an AI technique could be misused15- When creating safety guardrails for prompt outputs16- When conducting ethical impact assessments for new capabilities17- **Don't use when:** Reviewing regulatory compliance (use compliance-promptforge-regulatory-compliance)1819## Core Procedures2021### Step 1: Identify Ethical Risk Areas22For each prompt/output, assess:23- **Affected Parties:** Who could be harmed by this prompt or its outputs?24- **Decision Impact:** Does this influence decisions about people? (hiring, lending, healthcare, etc.)25- **Bias Vectors:** What protected characteristics could be affected? (race, gender, age, disability, etc.)26- **Misuse Potential:** Could this be used unethically? (manipulation, deception, discrimination)27- **Transparency:** Can users understand how decisions are made?2829### Step 2: Conduct Bias Audit30Test for bias across dimensions:311. Create test inputs that vary only in protected characteristics322. Run prompt with each variant333. Compare outputs for differential treatment344. Flag any statistically significant differences355. Document the bias type and severity3637### Step 3: Apply Ethical Framework38Evaluate against these principles:39- **Beneficence:** Does this prompt do good? Who benefits?40- **Non-maleficence:** Could this cause harm? How likely? How severe?41- **Autonomy:** Does this respect user choice and agency?42- **Justice:** Is this fair across different groups?43- **Explicability:** Can the prompt's behavior be explained?4445### Step 4: Design Mitigations46For each ethical concern:47```48ETHICAL MITIGATION49==================50Concern: [what ethical issue was identified]51Severity: [low/medium/high/critical]52Affected Groups: [who is impacted]53Mitigation: [specific change to address the concern]54Residual Risk: [risk remaining after mitigation]55Acceptable: [yes/no - if no, do not deploy]56```5758### Step 5: Issue Ethical Clearance59- **CLEARED:** No ethical concerns, or all concerns mitigated to acceptable level60- **CONDITIONAL:** Deploy with specific restrictions and monitoring61- **REJECTED:** Unacceptable ethical risk, do not deploy6263## Success Metrics64- Bias detection rate: 100% of deployed prompts pass bias audit65- Ethical review completion: 100% of prompts reviewed before deployment66- Ethical violations in production: 067- Time to ethical clearance: <2 hours for standard reviews6869## Error Handling70- **Error:** Bias detected but source unclear71 **Response:** Expand test input diversity, test with more model variants, consult external ethics framework72- **Error:** Mitigation reduces prompt effectiveness73 **Response:** Find alternative mitigation that preserves effectiveness, or reject the prompt if ethical risk is too high74- **Error:** Ethical concern is subjective (reasonable people disagree)75 **Response:** Document both perspectives, escalate to Sage for decision, err on the side of caution7677## Cross-Team Integration78**Related Skills:** compliance-promptforge-regulatory-compliance, predictor-promptforge-outcome-prediction, specialist-promptforge-domain-adaptation, data-privacy-check79**Used By:** Compliance, Predictor, Sage, ALL agents before deploying prompts that affect people