diff --git a/spell/spell-reviewer-goerli-checklist.md b/spell/spell-reviewer-goerli-checklist.md index 754aac99..57c24c7b 100644 --- a/spell/spell-reviewer-goerli-checklist.md +++ b/spell/spell-reviewer-goerli-checklist.md @@ -166,7 +166,7 @@ Spell Actions: * [ ] Execution is NOT delegate call * [ ] Gas cost will not be too high (low level call gas estimation is not done by our scripts) * [ ] Maker Core (main spell) SubDAO actions (i.e. operate in Pause Proxy `DelegateCall` context) - * [ ] No SubDAO contract being interacted with is authed on a core contract like vat, etc. (script this eventually) + * [ ] No SubDAO contract being interacted with is authed on a core contract like vat, etc. (Check comprehensively where the risk is high) * [ ] SubDAO contract licensing and optimizations do not matter (not strictly) * [ ] SubDAO contracts and all libraries / dependencies are verified (Blocking if not true) * [ ] Upgradable SubDAO contracts diff --git a/spell/spell-reviewer-mainnet-checklist.md b/spell/spell-reviewer-mainnet-checklist.md index 23c99047..d49c8b17 100644 --- a/spell/spell-reviewer-mainnet-checklist.md +++ b/spell/spell-reviewer-mainnet-checklist.md @@ -203,7 +203,7 @@ Spell Actions: * [ ] Execution is NOT delegate call * [ ] Gas cost will not be too high (low level call gas estimation is not done by our scripts) * [ ] Maker Core (main spell) SubDAO actions (i.e. operate in Pause Proxy `DelegateCall` context) - * [ ] No SubDAO contract being interacted with is authed on a core contract like vat, etc. (script this eventually) + * [ ] No SubDAO contract being interacted with is authed on a core contract like vat, etc. (Check comprehensively where the risk is high) * [ ] SubDAO contract licensing and optimizations do not matter (not strictly) * [ ] SubDAO contracts and all libraries / dependencies are verified (Blocking if not true) * [ ] Upgradable SubDAO contracts