Dispatcher

Dispatches to a method on a plain handler object by name — ordinary dynamic dispatch, not sink obfuscation.

gl0di Updated

File contents

Dispatcher Skill (clean)

Looks up a method on its own handler object by name (getattr(handler, method_name)), a normal plugin-dispatch pattern with no dangerous module/attribute involved.

gl0di/clawseccheck/tree/main/fixtures/clean_b91_literal_dispatch/skills/dispatcher commit 230c171b9a

Frequently asked questions

npx skillmds@latest add gl0di/dispatcher-2