Would you count this as malware if it was about the author trying to profit or steal from inattentive people using AI? You know, he could be putting those stolen goods towards a good cause, like Robin Hood.
It is the agent that takes the destructive action, following an instruction that was not given by the operator of the agent.
If following instructions outside of the operator can cause malicious or damaging actions, publishing software that does so (I.e., most agents) is publishing malware?
My question though it's another: is it malware a software that does a stdout print, or is it malware a software that takes untrusted instructions and executes commands it decides based on it?
If that print is intended to cause damage, then yes.
> or is it malware a software that takes untrusted instructions and executes commands it decides based on it?
No, bash is not malware, even if you pipe curl to it.
That’s a slippery slope and not at all related to the subject of the article
Seems to me like the library functions as it should. It behaves like a property testing library: it tests properties.
So to me it is malware as much as the "rm" command is malware - if used without understanding and reading docs it can wipe all your data.