With bash, for example, one can pass the --norc --noprofile flags to prevent the reading of shell initialization files.
What's the equivalent for sh?
If there isn't one for sh, is there at least one for dash?
(I've tried hacks based on temporarily unsetting HOME, but they seem to be too fragile for production work.)