FEAT: add ISO 42001 aligned harm definitions for AI supply chain, transparency and governance#1462
Open
tejas0077 wants to merge 2 commits intoAzure:mainfrom
Open
FEAT: add ISO 42001 aligned harm definitions for AI supply chain, transparency and governance#1462tejas0077 wants to merge 2 commits intoAzure:mainfrom
tejas0077 wants to merge 2 commits intoAzure:mainfrom
Conversation
…nsparency and governance Signed-off-by: Tejas Saubhage <tsaubhage0007@gmail.com>
Author
|
@microsoft-github-policy-service agree |
Contributor
|
To make it easier to use, can you add them to |
Signed-off-by: Tejas Saubhage <tsaubhage0007@gmail.com>
Author
|
Hi @romanlutz, thank you for the feedback! I have added all 3 new harm definitions to the
All follow the same pattern as BEHAVIOR_CHANGE_SCALE Please let me know if any further changes are needed! |
romanlutz
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds 3 new harm definition YAML files covering AI-specific
risk categories absent from the current library.
These definitions are aligned with ISO/IEC 42001:2023 —
the international standard for AI Management Systems —
and address harm categories that existing definitions
do not cover.
Files added:
pyrit/datasets/harm_definition/ai_supply_chain.yaml
Covers model poisoning, training data corruption,
backdoor insertion, and pipeline tampering.
pyrit/datasets/harm_definition/ai_system_transparency.yaml
Covers unexplainable AI decisions, concealed limitations,
and denial of AI identity in high-stakes contexts.
pyrit/datasets/harm_definition/ai_governance_failure.yaml
Covers circumvention of AI oversight, suppression of
incident reporting, and deployment of prohibited AI.
All definitions follow the existing 1-5 scale format.
Aligned with ISO 42001, EU AI Act, NIST AI RMF 1.0,
and OWASP LLM Top 10.
Tests and Documentation
These are YAML data files following the existing schema
used across the harm definition library. No code changes.
No JupyText execution required.