It is important to understand where you are using your Paymaster endpoint as anyone who has your key can send requests to sponsor transactions.We strongly recommend setting up a contract allowlist on your paymaster configuration which will lock down your paymaster to only sponsor transactions on your wallet.Further security measures such as setting up a paymaster Proxy so that your api key is not leaked is also recommended.If you are in a situation where you can not add a contract allowlist due to dynamic calls to contracts that are not on policy then you must set up a paymaster proxy on your backend such that your api token does not get leaked.Set sponsorship limits to further ensure you’re only sponsoring what you want to.