Open Issues Need Help
View All on GitHubAI Summary: Debug a failing safety scan during a CI/CD pipeline run by outside contributors to a Python project. The scan uses a safety API key, and the issue might stem from the key's storage location (either locally or as a repository secret). The solution involves investigating whether the key needs to be set as a repository secret in forked repositories, testing this hypothesis by forking and reproducing the problem, and documenting the necessary steps in the project's README.
AI Summary: Update the project's developer documentation (README.md and/or docs/developers.rst) to include information about the scripts located in the `scripts` directory, specifically highlighting `delete_plan.py`, `retrieve_plan.py`, and `mock_run_e2e.py` and their functionalities. Consider also documenting `clean_test_read_responses.py` if time allows.