If you discover a vulnerability, please use the "Report a vulnerability" button under Security on this repo's GitHub page.
- No Secrets: Never commit personal information, API keys, or passwords to the repository.
- Dependency Awareness: Be cautious when adding new third-party libraries. Stick to well-known packages and keep them updated.
- Sanitize Input: If you add a method that takes user input, ensure it doesn't execute unintended code.