Scriptlet's all-domain exceptions and exceptions with $path and $app modifiers whitelist the rules based on scriptlet name only ignoring arguments.
E.g. the rule
#@%#//scriptlet('name', 'arg1', 'arg2')
whitelists the rule:
example.org#%#//scriptlet('name', 'notarg1', 'notarg2')
while it shouldn't