# Repository Safety Check **GET /jailbreak/repository/safety** Checks if a repository is safe by URI ## Servers - Production API: http://api.example.com (Production API) ## Parameters ### Query parameters - **uris** (string) Multiple comma-separated repository URIs to check. ## Responses ### 200 OK #### Body: application/json (object) - **message** (string) - **date** (string(date-time)) - **count** (integer) - **data** (array[object]) ### 400 Bad Request #### Body: application/json (object) - **error** (string) The error message - **message** (string) The HTTP status code for the error - **date** (string) The date and time of the error [Powered by Bump.sh](https://bump.sh)