amana / data /sanctions.json
Misbahuddin's picture
Pivot YouTube RAG scaffold into Amana — T&S triage copilot (Phases 1–3.6)
250666a
Raw
History Blame Contribute Delete
547 Bytes
{
"_note": "MOCK sanctions/embargo list for the prototype ONLY. Not real. In production this is replaced by a live screening API (e.g. OFAC SDN, UN consolidated list) behind the same check_sanctions() interface — no agent code changes.",
"list_version": "mock-2026.06",
"embargoed_countries": ["Sanctionistan", "Embargia", "North Testland"],
"denied_entities": [
"Adversary Holdings LLC",
"Redline Procurement Group",
"Shadow Front Logistics"
],
"denied_persons": [
"Viktor Sanctionov",
"Mock Target Alpha"
]
}