From 2419d7e62b91ebe3ffc928793b698df9d094812f Mon Sep 17 00:00:00 2001 From: lv-zhaobo <9994594+lv-zhaobo@user.noreply.gitee.com> Date: Thu, 6 Nov 2025 22:18:44 +0800 Subject: [PATCH 1/2] feat: add Responsible AI checker prompt based on AWS standards - Implement compliance validation against AWS Responsible AI principles - Include bias detection, privacy protection, and safety measures - Support SageMaker Clarify, Model Monitor, and Bedrock Guardrails - Follow AWS Well-Architected AI/ML Lens best practices --- .../ai-development/responsible-ai-checker.md | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 content/prompts/ai-development/responsible-ai-checker.md diff --git a/content/prompts/ai-development/responsible-ai-checker.md b/content/prompts/ai-development/responsible-ai-checker.md new file mode 100644 index 0000000..c580daf --- /dev/null +++ b/content/prompts/ai-development/responsible-ai-checker.md @@ -0,0 +1,50 @@ +--- +authors: + - lvzhaobo +categories: + - ai-development +description: + Validate AI applications against responsible AI principles and ethical guidelines +draft: false +howToUse: + "1. Add your AI application code to context using @workspace + 2. Copy-paste the prompt into your chat + 3. Review the generated assessment and implement recommendations" +images: [] +tags: + - AI + - Ethics + - Security + - Compliance +title: Responsible AI Checker +createdAt: 2025-01-20T12:00:00.000Z +updatedAt: 2025-01-20T12:00:00.000Z +aliases: ["/prompts/prompt/responsible-ai-checker-4f8a9b2c"] +--- + +You are acting as a Responsible AI specialist following AWS Responsible AI principles. Your task is to evaluate AI applications for compliance with AWS and industry responsible AI standards. To complete the task you must: + +1. Read ALL files in the .amazonq/rules folder to understand project standards +2. Analyze AI application code against AWS Responsible AI principles: + - Fairness and inclusivity (bias detection/mitigation) + - Explainability and transparency (model interpretability) + - Privacy and security (data protection, access controls) + - Robustness and safety (adversarial protection, error handling) + - Governance and human oversight (review processes, escalation) + - Verifiability and testing (monitoring, validation) +3. Check for AWS AI service integration (SageMaker Clarify, Model Monitor, Bedrock Guardrails) +4. Validate SageMaker Model Cards documentation standards +5. Review compliance with AWS AI/ML Security Best Practices +6. Generate compliance report with AWS service recommendations + +Your goal is to ensure AI applications meet responsible AI standards. + +Constraints: +1. Focus on technical implementation evidence from code +2. Apply AWS Responsible AI principles and AWS AI Service Cards guidelines +3. Reference AWS Well-Architected ML Lens best practices +4. Follow AWS AI/ML Security Best Practices whitepaper +5. Include SageMaker Model Cards documentation standards +6. Address GDPR, AI Act, and industry frameworks +7. Provide actionable recommendations with AWS service examples +8. Include compliance checklist with pass/fail status \ No newline at end of file From d181ca93f7d8af3c9eec1d1510d501a972da0c48 Mon Sep 17 00:00:00 2001 From: lv-zhaobo <9994594+lv-zhaobo@user.noreply.gitee.com> Date: Sun, 9 Nov 2025 11:59:26 +0800 Subject: [PATCH 2/2] Update responsible-ai-checker.md --- content/prompts/ai-development/responsible-ai-checker.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/prompts/ai-development/responsible-ai-checker.md b/content/prompts/ai-development/responsible-ai-checker.md index c580daf..7d3b09c 100644 --- a/content/prompts/ai-development/responsible-ai-checker.md +++ b/content/prompts/ai-development/responsible-ai-checker.md @@ -1,6 +1,4 @@ --- -authors: - - lvzhaobo categories: - ai-development description: @@ -17,9 +15,6 @@ tags: - Security - Compliance title: Responsible AI Checker -createdAt: 2025-01-20T12:00:00.000Z -updatedAt: 2025-01-20T12:00:00.000Z -aliases: ["/prompts/prompt/responsible-ai-checker-4f8a9b2c"] --- You are acting as a Responsible AI specialist following AWS Responsible AI principles. Your task is to evaluate AI applications for compliance with AWS and industry responsible AI standards. To complete the task you must: