I think it would be a good feature if we could set a password for locked commands, and then use that password to bypass the lock option if we need to.

/run -p <password> <etc>
/dll -p <password> <etc>
$pdll(password,etc)
$pdllcall(password,etc)
$pcom(password,etc)
$pdecode(password,etc)
$pencode(password,etc)

That way you could lock the commands for all but authorised scripts.

Obviously the password would be SHA-1d or MD5d before being stored in the ini file, so that the password itself cannot be read by a script.