The hardcoded password 'PASSWORD' in the code example poses a security risk and doesn't follow best practices. Consider using an environment variable like process.env.WALLET_PASSWORD or documenting that this should be replaced with a secure password in actual usage.
password: process.env.WALLET_PASSWORD!,
Originally posted by @copilot-pull-request-reviewer in #46 (comment)