ChatGPT image-generation safety due diligence
Structures BBC reporting on June 17, 2026 about British AI security startup Mindgard red-teaming ChatGPT image generation into a safety, legal, and release-governance checklist. The workflow separates verified facts—Mindgard altered a widely shared humorous prompt so the latest public ChatGPT (GPT-5.4) generated sexualised or graphically violent images; founder Peter Garraghan (Lancaster University professor) said outputs were gruesome and sometimes sexualised without the prompt specifying subjects; researcher Jim Nightingale reported being shaken by results; BBC saw examples including titles like Grim crime scene aftermath and abandoned in fear and restraint; Mindgard first alerted OpenAI in May and received only an automated response before a partial block that was circumvented; OpenAI told BBC after contact it added safeguards and has layered image protections, automated systems, human review, and policies banning sexual violence, non-consensual intimate content, CSAM, and bypass attempts; Mindgard said small prompt changes still produced concerning content and prior research showed deepfake swaps remained possible; expert Rumman Chowdhury (Humane Intelligence) noted models lack human intent understanding; UK AI Security Institute previously found jailbreaks across tested systems; DSIT said safeguards are improving but more work remains—from internal image-model release decisions.
Responsible AI accessibility data review
Turns Microsoft Learn responsible AI modules and accessibility remediation patterns into a checklist for teams shipping generative features that emit images, code, or UI copy. Practitioners verify training-data gaps (for example stereotypical depictions of disabled users), audit metadata labels on inclusive datasets, document human-in-the-loop fixes, and align with published principles that people remain accountable for AI outcomes. The skill references learn.microsoft.com training on responsible AI practices and real-world corrections such as purchasing supplemental multimodal data when model outputs misrepresent blind users—without skipping metadata-layer bias reviews emphasized by ML fairness practitioners.
OWASP GenAI LLM Top 10 (v1.1) threat review checklist
Maps the authoritative OWASP "Top 10 for Large Language Model Applications" (version 1.1) taxonomy—LLM01 Prompt Injection through LLM10 Model Theft—into an actionable readiness checklist for architects red-teaming Retrieval-Augmented Generation, Agents, plugins, training pipelines, or hosted inference gateways. Official project pages summarize each risk bucket (prompt injection bypassing safeguards, unchecked outputs enabling downstream exploits, poisoned corpora distorting reasoning, abusive workloads starving capacity, brittle supply-chain dependencies, sensitive data resurfacing inside generations, excessively privileged plugins/agents/autonomy, misplaced trust producing compliance failures, loss of proprietary model weights via API abuse). The skill pairs each category with tangible controls (policy, monitoring, toolchain limits) anchored to genai.owasp.org releases rather than anecdotes.
Security review for AI-generated code
Reviews AI-generated code for security failure modes that AI assistants commonly miss: prompt injection risks, credential exposure, dependency vulnerabilities, insecure deserialization, and access control gaps. This skill catches what agents miss when they optimize for functionality over safety, especially in code that handles user input, authentication, or external data.