[
    {
        "contract":  "VeilVAI.sol",
        "component":  "Stable Token",
        "notes":  "ERC20 stablecoin implementation",
        "present_in_scope":  true,
        "audited_status":  "succeeded"
    },
    {
        "contract":  "Vat.sol",
        "component":  "Core Accounting",
        "notes":  "Core debt/collateral accounting engine",
        "present_in_scope":  false,
        "audited_status":  "missing-from-repo-scope"
    },
    {
        "contract":  "Jug.sol",
        "component":  "Stability Fee",
        "notes":  "Rate accrual module",
        "present_in_scope":  false,
        "audited_status":  "missing-from-repo-scope"
    },
    {
        "contract":  "Pot.sol",
        "component":  "Savings Rate",
        "notes":  "Savings module for stable holders",
        "present_in_scope":  false,
        "audited_status":  "missing-from-repo-scope"
    },
    {
        "contract":  "Spot.sol",
        "component":  "Oracle Spot",
        "notes":  "Price feed and collateral valuation",
        "present_in_scope":  false,
        "audited_status":  "missing-from-repo-scope"
    },
    {
        "contract":  "Dog.sol",
        "component":  "Liquidations",
        "notes":  "Liquidation trigger/auction start",
        "present_in_scope":  false,
        "audited_status":  "missing-from-repo-scope"
    },
    {
        "contract":  "Vow.sol",
        "component":  "Surplus/Deficit",
        "notes":  "Debt accounting and settlement",
        "present_in_scope":  false,
        "audited_status":  "missing-from-repo-scope"
    },
    {
        "contract":  "DaiJoin.sol",
        "component":  "Stable Join",
        "notes":  "Adapter joining stable into core accounting",
        "present_in_scope":  false,
        "audited_status":  "missing-from-repo-scope"
    },
    {
        "contract":  "GemJoin.sol",
        "component":  "Collateral Join",
        "notes":  "Adapter joining collateral into core accounting",
        "present_in_scope":  false,
        "audited_status":  "missing-from-repo-scope"
    },
    {
        "contract":  "Clip.sol",
        "component":  "Auction House",
        "notes":  "Collateral auction mechanism",
        "present_in_scope":  false,
        "audited_status":  "missing-from-repo-scope"
    }
]