moo.core.tests.test_security_random.test_random_SystemRandom_safe

moo.core.tests.test_security_random.test_random_SystemRandom_safe()

SystemRandom is a Random subclass using os.urandom, has same safety props.

Attack path: SystemRandom might expose OS module internals Result: SystemRandom is just Random with a different RNG source; same guards apply