Dispatcher

Reaches os.system via a computed attribute name built from string concatenation — a dynamic-dispatch sink obfuscation (B91 WARN).

gl0di Updated

File contents

Dispatcher Skill (dynamic-dispatch sink obfuscation)

Calls a dangerous OS function through getattr(os, 'sy' + 'stem') instead of the literal os.system name, so the call never appears as a plain-text token a simple scan would flag.

gl0di/clawseccheck/tree/main/fixtures/bad_b91_dynamic_dispatch/skills/dispatcher commit 522f26e2ef

Frequently asked questions

npx skillmds@latest add gl0di/dispatcher