moo.core.tests.test_security_random.test_random_instance_no_dunder_access

moo.core.tests.test_security_random.test_random_instance_no_dunder_access()

Random instance dunder attributes blocked by underscore guard.

Attack path: getattr(random.Random(), ‘__class__’) → __mro__ → MRO walk Guard: underscore check in safe_getattr