find_by_external_reference
Find which AIGF risks and controls cite a given external reference key, such as NIST SP 800-53 or OWASP LLM Top 10. Matching ignores case and punctuation; optionally filter by framework.
Instructions
Reverse crosswalk: find the AIGF risks and controls that cite an external reference, e.g. key='sa-9' (NIST SP 800-53), 'llm01-2025' (OWASP LLM Top 10), 'c3-s2-a15' (EU AI Act), 'A-6-2-6' (ISO 42001). Matching is case-insensitive and ignores punctuation; optionally restrict to one framework name from list_reference_frameworks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| framework | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| matches | Yes | ||
| framework | No |