Open-source cron job and background task monitoring service, written in Python & Django
This report presents the forensic synthetic code analysis of healthchecks/healthchecks, a Python project with 10,203 GitHub stars. SynthScan v2.0 examined 83,804 lines of code across 886 source files, recording 2652 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 39.8 places this repository in the Strong AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 2652 distinct pattern matches across 12 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | hc/integrations/pd/tests/test_add_complete.py | 54 | def test_it_requires_pd_enabled(self) -> None: | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add_complete.py | 60 | def test_it_requires_rw_access(self) -> None: | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add.py | 43 | def test_it_requires_rw_access(self) -> None: | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add.py | 52 | def test_it_handles_disabled_integration(self) -> None: | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add.py | 58 | def test_it_handles_pd_app_id(self) -> None: | CODE |
| LOW | hc/integrations/pd/tests/test_notify.py | 66 | def test_it_handles_reason_fail(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/pd/tests/test_notify.py | 79 | def test_it_shows_cron_schedule_and_tz(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/pd/tests/test_notify.py | 92 | def test_it_shows_oncalendar_schedule_and_tz(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/pd/tests/test_notify.py | 118 | def test_it_requires_pd_enabled(self) -> None: | CODE |
| LOW | hc/integrations/pd/tests/test_notify.py | 126 | def test_it_does_not_escape_description(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/pd/tests/test_notify.py | 139 | def test_it_handles_no_last_ping(self, mock_post: Mock) -> None: | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_help.py | 12 | def test_instructions_work_when_not_logged_in(self) -> None: | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_help.py | 22 | def test_it_requires_vendor_key(self) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_edit.py | 49 | def test_it_saves_form_and_redirects(self) -> None: | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_edit.py | 84 | def test_it_requires_kind_webhook(self) -> None: | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_edit.py | 92 | def test_it_requires_rw_access(self) -> None: | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 39 | def test_it_adds_two_webhook_urls_and_redirects(self) -> None: | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 56 | def test_it_adds_webhook_using_team_access(self) -> None: | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 74 | def test_it_accepts_good_urls(self) -> None: | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 120 | def test_it_handles_empty_down_url(self) -> None: | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 135 | def test_it_adds_request_body(self) -> None: | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 165 | def test_it_rejects_bad_headers(self) -> None: | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 206 | def test_it_rejects_both_empty(self) -> None: | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 220 | def test_it_requires_rw_access(self) -> None: | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 229 | def test_it_handles_disabled_integration(self) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 67 | def test_webhooks_handle_curl_errors(self, mock_get: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 112 | def test_webhooks_dont_retry_when_sending_test_notifications( | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 132 | def test_webhooks_support_variables(self, mock_get: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 156 | def test_webhooks_handle_variable_variables(self, mock_get: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 175 | def test_webhooks_support_post(self, mock_request: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 196 | def test_webhooks_dollarsign_escaping(self, mock_get: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 217 | def test_webhooks_handle_up_events(self, mock_get: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 232 | def test_webhooks_handle_noop_up_events(self, mock_get: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 247 | def test_webhooks_handle_unicode_post_body(self, mock_request: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 265 | def test_webhooks_handle_post_headers(self, mock_request: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 282 | def test_webhooks_handle_get_headers(self, mock_request: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 298 | def test_webhooks_allow_user_agent_override(self, mock_request: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 314 | def test_webhooks_support_variables_in_headers(self, mock_request: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 333 | def test_it_requires_webhooks_enabled(self) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 348 | def test_webhooks_handle_non_ascii_in_headers(self, mock_request: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 382 | def test_webhooks_support_json_variable(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 402 | def test_webhooks_support_body_variable_in_body(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 416 | def test_webhooks_dont_support_body_variable_in_url_and_headers( | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 442 | def test_webhooks_support_exitstatus_variable(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 456 | def test_webhooks_handle_exitstatus_variable_with_last_ping_missing( | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 473 | def test_webhooks_handle_null_exitstatus(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 489 | def test_webhooks_do_not_escape_name_variable(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 504 | def test_webhooks_support_name_json_variable(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 519 | def test_webhooks_do_not_escape_body_variable(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/webhook/tests/test_notify.py | 540 | def test_webhooks_support_body_json_variable(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/discord/tests/test_add_complete.py | 18 | def test_it_handles_oauth_response(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/discord/tests/test_add_complete.py | 61 | def test_it_handles_unexpected_oauth_response(self, mock_post: Mock) -> None: | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add_complete.py | 95 | def test_it_handles_access_denied(self) -> None: | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add_complete.py | 113 | def test_it_requires_client_id(self) -> None: | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add_complete.py | 118 | def test_it_requires_rw_access(self) -> None: | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add.py | 24 | def test_it_requires_client_id(self) -> None: | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add.py | 29 | def test_it_requires_rw_access(self) -> None: | CODE |
| LOW | hc/integrations/discord/tests/test_notify.py | 58 | def test_it_shows_cron_schedule_and_tz(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/discord/tests/test_notify.py | 72 | def test_it_rewrites_discordapp_com(self, mock_post: Mock) -> None: | CODE |
| LOW | hc/integrations/discord/tests/test_notify.py | 85 | def test_it_handles_last_ping_failure(self, mock_post: Mock) -> None: | CODE |
| 1116 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | README.md | 175 | DEFAULT_FROM_EMAIL = "valid-sender-address@example.org" | CODE |
| LOW | README.md | 188 | DEFAULT_FROM_EMAIL = "valid-sender-address@example.org" | CODE |
| LOW | README.md | 216 | --mail-from 'foo@example.org' \ | CODE |
| LOW | hc/test.py | 31 | self.alice = User(username="alice", email="alice@example.org") | CODE |
| LOW | hc/test.py | 46 | self.bob = User(username="bob", email="bob@example.org") | CODE |
| LOW | hc/test.py | 62 | self.charlie = User(username="charlie", email="charlie@example.org") | CODE |
| LOW | hc/settings.py | 71 | DEFAULT_FROM_EMAIL = os.getenv("DEFAULT_FROM_EMAIL", "healthchecks@example.org") | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add_complete.py | 32 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add_complete.py | 42 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add_complete.py | 48 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add_complete.py | 55 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add_complete.py | 64 | self.client.login(username="bob@example.org", password="password") | CODE |
| LOW | hc/integrations/pd/tests/test_add.py | 18 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW | hc/integrations/pd/tests/test_add.py | 26 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add.py | 37 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add.py | 47 | self.client.login(username="bob@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add.py | 53 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_add.py | 59 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/pd/tests/test_help.py | 17 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW | hc/integrations/webhook/tests/test_edit.py | 34 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW | hc/integrations/webhook/tests/test_edit.py | 62 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_edit.py | 88 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_edit.py | 96 | self.client.login(username="bob@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 29 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 47 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 66 | self.client.login(username="bob@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 84 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 128 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 143 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 158 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 166 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 199 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 207 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 224 | self.client.login(username="bob@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/webhook/tests/test_add.py | 230 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW | hc/integrations/webhook/tests/test_add.py | 16 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW | hc/integrations/webhook/tests/test_add.py | 106 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW | hc/integrations/webhook/tests/test_add.py | 179 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW | hc/integrations/discord/tests/test_add_complete.py | 33 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW | hc/integrations/discord/tests/test_add_complete.py | 55 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW | hc/integrations/discord/tests/test_add_complete.py | 73 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add_complete.py | 88 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add_complete.py | 102 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add_complete.py | 114 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add_complete.py | 126 | self.client.login(username="bob@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add.py | 15 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add.py | 25 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/discord/tests/test_add.py | 33 | self.client.login(username="bob@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/msteamsw/tests/test_add.py | 15 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/msteamsw/tests/test_add.py | 22 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/msteamsw/tests/test_add.py | 35 | self.client.login(username="bob@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/msteamsw/tests/test_add.py | 41 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW | hc/integrations/sms/tests/test_edit.py | 26 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW | hc/integrations/sms/tests/test_edit.py | 35 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/sms/tests/test_edit.py | 50 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/sms/tests/test_edit.py | 58 | self.client.login(username="bob@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/sms/tests/test_add.py | 17 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/sms/tests/test_add.py | 27 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/sms/tests/test_add.py | 34 | self.client.login(username="alice@example.org", password="password") | CODE |
| LOW⚡ | hc/integrations/sms/tests/test_add.py | 52 | self.client.login(username="alice@example.org", password="password") | CODE |
| 914 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docker/fetchstatus.py | 20 | CODE | |
| LOW | hc/test.py | 1 | CODE | |
| LOW | hc/test.py | 17 | CODE | |
| LOW | hc/test.py | 19 | CODE | |
| LOW | hc/settings.py | 8 | CODE | |
| LOW | hc/settings.py | 439 | CODE | |
| LOW | hc/urls.py | 1 | CODE | |
| LOW | hc/wsgi.py | 10 | CODE | |
| LOW | hc/payments/models.py | 1 | CODE | |
| LOW | hc/payments/context_processors.py | 1 | CODE | |
| LOW | hc/payments/urls.py | 1 | CODE | |
| LOW | hc/payments/views.py | 1 | CODE | |
| LOW | hc/integrations/pd/transport.py | 1 | CODE | |
| LOW | hc/integrations/pd/forms.py | 1 | CODE | |
| LOW | hc/integrations/pd/urls.py | 1 | CODE | |
| LOW | hc/integrations/pd/views.py | 1 | CODE | |
| LOW | hc/integrations/pd/tests/test_add_complete.py | 1 | CODE | |
| LOW | hc/integrations/pd/tests/test_add.py | 1 | CODE | |
| LOW | hc/integrations/pd/tests/test_notify.py | 1 | CODE | |
| LOW | hc/integrations/pd/tests/test_help.py | 1 | CODE | |
| LOW | hc/integrations/webhook/transport.py | 1 | CODE | |
| LOW | hc/integrations/webhook/forms.py | 1 | CODE | |
| LOW | hc/integrations/webhook/urls.py | 1 | CODE | |
| LOW | hc/integrations/webhook/views.py | 1 | CODE | |
| LOW | hc/integrations/webhook/tests/test_edit.py | 1 | CODE | |
| LOW | hc/integrations/webhook/tests/test_add.py | 1 | CODE | |
| LOW | hc/integrations/webhook/tests/test_notify.py | 1 | CODE | |
| LOW | hc/integrations/discord/transport.py | 1 | CODE | |
| LOW | hc/integrations/discord/urls.py | 1 | CODE | |
| LOW | hc/integrations/discord/views.py | 1 | CODE | |
| LOW | hc/integrations/discord/tests/test_add_complete.py | 1 | CODE | |
| LOW | hc/integrations/discord/tests/test_add.py | 1 | CODE | |
| LOW | hc/integrations/discord/tests/test_notify.py | 1 | CODE | |
| LOW | hc/integrations/msteamsw/transport.py | 1 | CODE | |
| LOW | hc/integrations/msteamsw/urls.py | 1 | CODE | |
| LOW | hc/integrations/msteamsw/views.py | 1 | CODE | |
| LOW | hc/integrations/msteamsw/tests/test_add.py | 1 | CODE | |
| LOW | hc/integrations/msteamsw/tests/test_notify.py | 1 | CODE | |
| LOW | hc/integrations/sms/transport.py | 1 | CODE | |
| LOW | hc/integrations/sms/urls.py | 1 | CODE | |
| LOW | hc/integrations/sms/views.py | 1 | CODE | |
| LOW | hc/integrations/sms/tests/test_edit.py | 1 | CODE | |
| LOW | hc/integrations/sms/tests/test_add.py | 1 | CODE | |
| LOW | hc/integrations/sms/tests/test_notify.py | 1 | CODE | |
| LOW | hc/integrations/group/transport.py | 1 | CODE | |
| LOW | hc/integrations/group/forms.py | 1 | CODE | |
| LOW | hc/integrations/group/urls.py | 1 | CODE | |
| LOW | hc/integrations/group/views.py | 1 | CODE | |
| LOW | hc/integrations/group/tests/test_edit.py | 1 | CODE | |
| LOW | hc/integrations/group/tests/test_add.py | 1 | CODE | |
| LOW | hc/integrations/group/tests/test_notify.py | 1 | CODE | |
| LOW | hc/integrations/shell/transport.py | 1 | CODE | |
| LOW | hc/integrations/shell/forms.py | 1 | CODE | |
| LOW | hc/integrations/shell/urls.py | 1 | CODE | |
| LOW | hc/integrations/shell/views.py | 1 | CODE | |
| LOW | hc/integrations/shell/tests/test_add.py | 1 | CODE | |
| LOW | hc/integrations/shell/tests/test_notify.py | 1 | CODE | |
| LOW | hc/integrations/ntfy/transport.py | 1 | CODE | |
| LOW | hc/integrations/ntfy/forms.py | 1 | CODE | |
| LOW | hc/integrations/ntfy/urls.py | 1 | CODE | |
| 319 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | templates/docs/api.md | 67 | The client can authenticate itself by including an `X-Api-Key: <your-api-key>` | CODE |
| HIGH | templates/docs/api.md | 129 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v3/checks/ | CODE |
| HIGH | templates/docs/api.md | 293 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v3/checks/<uuid> | CODE |
| HIGH | templates/docs/api.md | 661 | --header "X-Api-Key: your-api-key" \ | CODE |
| HIGH | templates/docs/api.md | 669 | --data '{"api_key": "your-api-key", "name": "Backups", "tags": "prod www", "timeout": 3600, "grace": 60}' | CODE |
| HIGH | templates/docs/api.md | 973 | --header "X-Api-Key: your-api-key" \ | CODE |
| HIGH | templates/docs/api.md | 981 | --data '{"api_key": "your-api-key", "name": "Backups", "tags": "prod www", "timeout": 3600, "grace": 60}' | CODE |
| HIGH | templates/docs/api.md | 1048 | --request POST --header "X-Api-Key: your-api-key" --data "" | CODE |
| HIGH | templates/docs/api.md | 1122 | --request POST --header "X-Api-Key: your-api-key" --data "" | CODE |
| HIGH | templates/docs/api.md | 1193 | --request DELETE --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/api.md | 1260 | --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/api.md | 1345 | --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/api.md | 1411 | --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/api.md | 1450 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v3/channels/ | CODE |
| HIGH | templates/docs/api.md | 1504 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v3/badges/ | CODE |
| HIGH | templates/docs/apiv1.md | 60 | The client can authenticate itself by including an `X-Api-Key: <your-api-key>` | CODE |
| HIGH | templates/docs/apiv1.md | 108 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v1/checks/ | CODE |
| HIGH | templates/docs/apiv1.md | 254 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v1/checks/<uuid> | CODE |
| HIGH | templates/docs/apiv1.md | 600 | --header "X-Api-Key: your-api-key" \ | CODE |
| HIGH | templates/docs/apiv1.md | 608 | --data '{"api_key": "your-api-key", "name": "Backups", "tags": "prod www", "timeout": 3600, "grace": 60}' | CODE |
| HIGH | templates/docs/apiv1.md | 892 | --header "X-Api-Key: your-api-key" \ | CODE |
| HIGH | templates/docs/apiv1.md | 900 | --data '{"api_key": "your-api-key", "name": "Backups", "tags": "prod www", "timeout": 3600, "grace": 60}' | CODE |
| HIGH | templates/docs/apiv1.md | 960 | --request POST --header "X-Api-Key: your-api-key" --data "" | CODE |
| HIGH | templates/docs/apiv1.md | 1028 | --request POST --header "X-Api-Key: your-api-key" --data "" | CODE |
| HIGH | templates/docs/apiv1.md | 1093 | --request DELETE --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/apiv1.md | 1153 | --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/apiv1.md | 1234 | --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/apiv1.md | 1290 | --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/apiv1.md | 1329 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v1/channels/ | CODE |
| HIGH | templates/docs/apiv1.md | 1383 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v1/badges/ | CODE |
| HIGH | templates/docs/apiv2.md | 80 | The client can authenticate itself by including an `X-Api-Key: <your-api-key>` | CODE |
| HIGH | templates/docs/apiv2.md | 128 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v2/checks/ | CODE |
| HIGH | templates/docs/apiv2.md | 278 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v2/checks/<uuid> | CODE |
| HIGH | templates/docs/apiv2.md | 626 | --header "X-Api-Key: your-api-key" \ | CODE |
| HIGH | templates/docs/apiv2.md | 634 | --data '{"api_key": "your-api-key", "name": "Backups", "tags": "prod www", "timeout": 3600, "grace": 60}' | CODE |
| HIGH | templates/docs/apiv2.md | 919 | --header "X-Api-Key: your-api-key" \ | CODE |
| HIGH | templates/docs/apiv2.md | 927 | --data '{"api_key": "your-api-key", "name": "Backups", "tags": "prod www", "timeout": 3600, "grace": 60}' | CODE |
| HIGH | templates/docs/apiv2.md | 988 | --request POST --header "X-Api-Key: your-api-key" --data "" | CODE |
| HIGH | templates/docs/apiv2.md | 1057 | --request POST --header "X-Api-Key: your-api-key" --data "" | CODE |
| HIGH | templates/docs/apiv2.md | 1123 | --request DELETE --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/apiv2.md | 1184 | --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/apiv2.md | 1265 | --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/apiv2.md | 1321 | --header "X-Api-Key: your-api-key" | CODE |
| HIGH | templates/docs/apiv2.md | 1360 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v2/channels/ | CODE |
| HIGH | templates/docs/apiv2.md | 1414 | curl --header "X-Api-Key: your-api-key" SITE_ROOT/api/v2/badges/ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | hc/integrations/webhook/forms.py | 6 | from django.core.exceptions import ValidationError | CODE |
| CRITICAL | hc/accounts/management/commands/createsuperuser.py | 9 | from django.core.exceptions import ValidationError | CODE |
| CRITICAL | hc/api/forms.py | 6 | from django.core.exceptions import ValidationError | CODE |
| CRITICAL | hc/front/validators.py | 7 | from django.core.exceptions import ValidationError | CODE |
| CRITICAL | static/js/jquery-3.6.0.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | hc/test.py | 21 | __all__ = ["BaseTestCase", "TestHttpResponse"] | CODE |
| LOW | hc/test.py | 75 | def set_sudo_flag(self) -> None: | CODE |
| LOW | hc/integrations/discord/views.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/integrations/discord/tests/test_notify.py | 14 | def _setup_data(self, url: str, status: str = "down") -> None: | CODE |
| LOW | hc/integrations/sms/transport.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/integrations/call/transport.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/integrations/github/client.py | 10 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/integrations/po/transport.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/integrations/pagertree/views.py | 16 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/integrations/googlechat/tests/test_notify.py | 17 | def _setup_data(self, status: str = "down", email_verified: bool = True) -> None: | CODE |
| LOW | hc/integrations/pushbullet/views.py | 22 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/integrations/slack/transport.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/integrations/slack/views.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/integrations/trello/views.py | 22 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/integrations/signal/transport.py | 17 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/integrations/whatsapp/transport.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/accounts/models.py | 350 | def update_next_nag_date(self) -> None: | CODE |
| LOW | hc/accounts/models.py | 488 | def update_next_nag_dates(self) -> None: | CODE |
| LOW | hc/accounts/views.py | 44 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/accounts/views.py | 148 | def _set_autologin_cookie(response: HttpResponse) -> None: | CODE |
| LOW | hc/lib/s3.py | 23 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/api/models.py | 1281 | def update_telegram_id(self, new_chat_id: int) -> None: | STRING |
| LOW | hc/api/transports.py | 16 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/api/tests/test_notify.py | 14 | def _setup_data(self, kind: str, value: str, status: str = "down") -> None: | CODE |
| LOW | hc/api/management/commands/prunepingsslow.py | 11 | logger = logging.getLogger(__name__) | CODE |
| LOW | hc/front/views.py | 67 | logger = logging.getLogger(__name__) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | hc/integrations/signal/transport.py | 106 | CODE | |
| LOW | hc/integrations/email/views.py | 18 | CODE | |
| LOW | hc/accounts/models.py | 208 | CODE | |
| LOW | hc/accounts/models.py | 398 | CODE | |
| LOW | hc/accounts/views.py | 162 | CODE | |
| LOW | hc/accounts/views.py | 362 | CODE | |
| LOW | hc/accounts/views.py | 546 | CODE | |
| LOW | hc/lib/curl.py | 51 | CODE | |
| LOW | hc/lib/html.py | 42 | CODE | |
| LOW | hc/lib/s3.py | 120 | CODE | |
| LOW | hc/api/models.py | 834 | CODE | |
| LOW | hc/api/models.py | 299 | CODE | |
| LOW | hc/api/models.py | 492 | CODE | |
| LOW | hc/api/models.py | 1031 | CODE | |
| LOW | hc/api/views.py | 181 | CODE | |
| LOW | hc/api/views.py | 315 | CODE | |
| LOW | hc/api/views.py | 733 | CODE | |
| LOW | hc/api/management/commands/smtpd.py | 50 | CODE | |
| LOW | hc/front/views.py | 601 | CODE | |
| LOW | hc/front/views.py | 1138 | CODE | |
| LOW | hc/front/views.py | 1188 | CODE | |
| LOW | hc/front/views.py | 1335 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | hc/accounts/middleware.py | 61 | # elsewhere in the system (when registering new users, when inviting users | COMMENT |
| LOW | hc/api/models.py | 581 | remove_objects(str(self.code), threshold, wait=wait) | COMMENT |
| LOW | stuff/bootstrap/forms.less | 41 | COMMENT | |
| LOW | stuff/bootstrap/forms.less | 121 | // input[type="password"] | COMMENT |
| LOW | stuff/bootstrap/forms.less | 441 | // Help text | COMMENT |
| LOW | stuff/bootstrap/responsive-utilities.less | 1 | // stylelint-disable declaration-no-important, at-rule-no-vendor-prefix | COMMENT |
| LOW | stuff/bootstrap/button-groups.less | 221 | } | COMMENT |
| LOW | stuff/bootstrap/variables.less | 181 | COMMENT | |
| LOW | stuff/bootstrap/variables.less | 321 | COMMENT | |
| LOW | stuff/bootstrap/normalize.less | 241 | COMMENT | |
| LOW | stuff/bootstrap/normalize.less | 321 | COMMENT | |
| LOW | stuff/bootstrap/mixins/forms.less | 41 | } | COMMENT |
| LOW | stuff/bootstrap/mixins/clearfix.less | 1 | // Clearfix | COMMENT |
| LOW | stuff/bootstrap/mixins/vendor-prefixes.less | 1 | // stylelint-disable indentation, property-no-vendor-prefix, selector-no-vendor-prefix | COMMENT |
| LOW | static/css/checks_table.css | 41 | #checks-table .my-checks-name, | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | hc/api/models.py | 503 | # The following block updates a Check object, then creates a Ping object. | COMMENT |
| MEDIUM⚡ | hc/api/tests/test_ping_by_slug.py | 115 | # Create a second check | COMMENT |
| MEDIUM | stuff/bootstrap/variables.less | 286 | //## Define the breakpoints at which your layout will change, adapting to different screen sizes. | COMMENT |
| MEDIUM | stuff/bootstrap/variables.less | 340 | //## Define the maximum width of `.container` for different screen sizes. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | hc/api/tests/test_get_pings.py | 55 | # body_raw is null, object_size is null, body_url should be None | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | manage.py | 14 | except Exception: | CODE |
| LOW | hc/api/management/commands/prunepingsslow.py | 32 | except Exception: | CODE |
| LOW | hc/api/management/commands/sendalerts.py | 87 | except Exception as exc: | CODE |
| LOW | hc/api/management/commands/sendalerts.py | 146 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | hc/api/views.py | 650 | CODE |