Repository Analysis

caronc/apprise

Apprise - Push Notifications that work with just about every platform!

29.0 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of caronc/apprise, a Python project with 16,900 GitHub stars. SynthScan v2.0 examined 241,077 lines of code across 457 source files, recording 3812 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 29.0 places this repository in the Moderate 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).

29.0
Adjusted Score
29.0
Raw Score
100%
Time Factor
2026-07-11
Last Push
16.9K
Stars
Python
Language
241.1K
Lines of Code
457
Files
3.8K
Pattern Hits
2026-07-14
Scan Date
1.31
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

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.

CRITICAL 0HIGH 597MEDIUM 417LOW 2798

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 3812 distinct pattern matches across 20 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.

Cross-File Repetition564 hits · 2820 pts
SeverityFileLineSnippetContext
HIGHtests/test_notification_manager.py0verify all native config plugins load without trace import errors.STRING
HIGHtests/test_apprise_attachments.py0verify all native config plugins load without trace import errors.STRING
HIGHtests/test_apprise_config.py0verify all native config plugins load without trace import errors.STRING
HIGHtests/test_plugin_telegram.py0regression: attachmemory must be sendable without oserror.STRING
HIGHtests/test_plugin_discord.py0regression: attachmemory must be sendable without oserror.STRING
HIGHtests/test_plugin_pushover.py0regression: attachmemory must be sendable without oserror.STRING
HIGHtests/test_plugin_fluxer.py0regression: attachmemory must be sendable without oserror.STRING
HIGHtests/test_plugin_slack.py0regression: attachmemory must be sendable without oserror.STRING
HIGHtests/test_plugin_revolt.py0# heading @everyone and @admin, wake and meet our new user <@123>; <@&456>"STRING
HIGHtests/test_plugin_discord.py0# heading @everyone and @admin, wake and meet our new user <@123>; <@&456>"STRING
HIGHtests/test_plugin_fluxer.py0# heading @everyone and @admin, wake and meet our new user <@123>; <@&456>"STRING
HIGHapprise/apprise.py0allows the apprise object to be wrapped in an 'if statement'. true is returned if at least one service has been loaded.STRING
HIGHapprise/apprise_config.py0allows the apprise object to be wrapped in an 'if statement'. true is returned if at least one service has been loaded.STRING
HIGHapprise/apprise_attachment.py0allows the apprise object to be wrapped in an 'if statement'. true is returned if at least one service has been loaded.STRING
HIGHapprise/url.py0parses the url and returns it broken apart into a dictionary. this is very specific and customized for apprise. args: urSTRING
HIGHapprise/config/base.py0parses the url and returns it broken apart into a dictionary. this is very specific and customized for apprise. args: urSTRING
HIGHapprise/attachment/base.py0parses the url and returns it broken apart into a dictionary. this is very specific and customized for apprise. args: urSTRING
HIGHapprise/config/memory.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/config/file.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/config/http.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/apprise_api.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/sfr.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/humhub.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/revolt.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/enigma2.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/zulip.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/httpsms.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/prowl.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/voipms.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/clickatell.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/messagebird.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/pagertree.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/stackfield.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/ntfy.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/one_signal.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/groupme.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/dingtalk.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/kodi.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/eight00com.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/simplepush.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/ses.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/kook.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/smtp2go.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/kavenegar.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/whatsapp.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/synology.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/zoom.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/kumulos.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/bulksms.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/postmark.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/opsgenie.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/office365.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/nextcloudtalk.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/dbus.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/fluxer.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/ringcentral.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/ryver.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/mastodon.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/notificationapi.py0returns the url built dynamically based on specified arguments.STRING
HIGHapprise/plugins/telegram.py0returns the url built dynamically based on specified arguments.STRING
504 more matches not shown…
Hyper-Verbose Identifiers1547 hits · 1288 pts
SeverityFileLineSnippetContext
LOWREADME.md400def my_custom_notification_wrapper(body, title, notify_type, *args, **kwargs):CODE
LOWtests/test_plugin_smpp.py139def test_plugin_smpplib_import_error():CODE
LOWtests/test_plugin_smpp.py170def test_plugin_smpp_edge_case():CODE
LOWtests/test_plugin_rocket_chat.py328def test_plugin_rocket_chat_urls():CODE
LOWtests/test_plugin_rocket_chat.py337def test_plugin_rocket_chat_edge_cases(mock_post, mock_get):CODE
LOWtests/test_plugin_rocket_chat.py438def test_plugin_rocket_chat_html_to_markdown_format(mock_post):CODE
LOWtests/test_plugin_wechat.py907def test_plugin_wechat_parse_native_url():CODE
LOWtests/test_plugin_wechat.py915def test_plugin_wechat_error_codes():CODE
LOWtests/test_plugin_wechat.py925def test_plugin_wechat_apprise_integration(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py304def test_plugin_wechat_url_round_trip():CODE
LOWtests/test_plugin_wechat.py389def test_plugin_wechat_url_identifier():CODE
LOWtests/test_plugin_wechat.py410def test_plugin_wechat_send_ok(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py443def test_plugin_wechat_send_cached_token(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py479def test_plugin_wechat_send_all_targets(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py519def test_plugin_wechat_send_markdown(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py556def test_plugin_wechat_send_no_targets(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py568def test_plugin_wechat_token_fetch_http_error(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py589def test_plugin_wechat_token_fetch_api_error(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py615def test_plugin_wechat_token_fetch_no_token_field(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py638def test_plugin_wechat_token_fetch_bad_json(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py657def test_plugin_wechat_token_fetch_request_exception(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py673def test_plugin_wechat_send_http_error(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py706def test_plugin_wechat_send_api_error(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py739def test_plugin_wechat_send_token_expiry_evicts_cache(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py775def test_plugin_wechat_send_token_expiry_all_codes(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py812def test_plugin_wechat_send_bad_json(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py848def test_plugin_wechat_send_request_exception(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py876def test_plugin_wechat_parse_url():CODE
LOWtests/test_plugin_wechat.py952def test_plugin_wechat_send_unknown_api_error(mock_post, mock_get):CODE
LOWtests/test_plugin_wechat.py985def test_plugin_wechat_token_unknown_api_error(mock_post, mock_get):CODE
LOWtests/test_plugin_wecombot.py110def test_plugin_wecombot_urls():CODE
LOWtests/test_apprise_translations.py54def test_apprise_trans_gettext_init():CODE
LOWtests/test_apprise_translations.py75def test_apprise_trans_gettext_translations(CODE
LOWtests/test_apprise_translations.py102def test_apprise_trans_gettext_lang_at(mock_getlocale):CODE
LOWtests/test_apprise_translations.py233def test_apprise_trans_windows_users_win(mock_getlocale):CODE
LOWtests/test_apprise_translations.py279def test_apprise_trans_windows_users_nux(mock_getlocale):CODE
LOWtests/test_apprise_translations.py331def test_detect_language_using_env(mock_getlocale):CODE
LOWtests/test_apprise_translations.py374def test_apprise_trans_gettext_missing(tmpdir):CODE
LOWtests/test_apprise_translations.py406def test_apprise_locale_add_existing_language(mock_translation):CODE
LOWtests/test_apprise_translations.py420def test_apprise_trans_successful_translation(CODE
LOWtests/test_plugin_nextcloud.py252def test_plugin_nextcloud_urls():CODE
LOWtests/test_plugin_nextcloud.py260def test_plugin_nextcloud_edge_cases(mock_post):CODE
LOWtests/test_plugin_nextcloud.py287def test_plugin_nextcloud_url_prefix(mock_post):CODE
LOWtests/test_plugin_nextcloud.py318def test_plugin_nextcloud_groups_and_all(mock_get, mock_post):CODE
LOWtests/test_plugin_nextcloud.py390def test_plugin_nextcloud_persistent_storage(mock_get, mock_post, tmpdir):CODE
LOWtests/test_plugin_nextcloud.py475def test_plugin_nextcloud_groups_errors_and_dedup(mock_get, mock_post):CODE
LOWtests/test_plugin_nextcloud.py516def test_plugin_nextcloud_req_exception_and_empty_targets(mock_get, mock_post):CODE
LOWtests/test_plugin_nextcloud.py549def test_plugin_nextcloud_json_empty_returns_empty(mock_get, mock_post):CODE
LOWtests/test_plugin_nextcloud.py592def test_plugin_nextcloud_caching_group_and_all(mock_get, mock_post):CODE
LOWtests/test_plugin_bluesky.py895def test_plugin_bluesky_did_web_and_plc_resolution(CODE
LOWtests/test_plugin_bluesky.py331def test_plugin_bluesky_general(mocker):CODE
LOWtests/test_plugin_bluesky.py473def test_plugin_bluesky_edge_cases():CODE
LOWtests/test_plugin_bluesky.py482def test_plugin_bluesky_attachments_basic(CODE
LOWtests/test_plugin_bluesky.py543def test_plugin_bluesky_attachments_bad_message_response(CODE
LOWtests/test_plugin_bluesky.py598def test_plugin_bluesky_attachments_upload_fails(CODE
LOWtests/test_plugin_bluesky.py649def test_plugin_bluesky_attachments_invalid_attachment(CODE
LOWtests/test_plugin_bluesky.py698def test_plugin_bluesky_attachments_multiple_batch(CODE
LOWtests/test_plugin_bluesky.py857def test_plugin_bluesky_auth_failure(CODE
LOWtests/test_plugin_bluesky.py958def test_plugin_bluesky_pds_resolution_failures(mock_get):CODE
LOWtests/test_plugin_bluesky.py980def test_plugin_bluesky_missing_pds_endpoint(mock_get):CODE
1487 more matches not shown…
Decorative Section Separators211 hits · 783 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_plugin_wechat.py130 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py132 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py140 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py142 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py150 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py152 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py162 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py164 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py172 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py174 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py182 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py184 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py192 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py194 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py202 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py204 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py214 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py216 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py73 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py75 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py104 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py106 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py117 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py119 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py233 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_plugin_wechat.py235 # ----------------------------------------------------------------COMMENT
MEDIUMtests/test_notification_manager.py754# ===========================================================================COMMENT
MEDIUMtests/test_notification_manager.py756# ===========================================================================COMMENT
MEDIUMtests/test_notification_manager.py520# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_notification_manager.py493# ---------------------------------------------------------------------------STRING
MEDIUMtests/test_notification_manager.py495# ---------------------------------------------------------------------------STRING
MEDIUMtests/test_utils_pgp.py46# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py48# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py105# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py107# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py395# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py397# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py414# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py416# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py424# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py426# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py506# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py508# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py658# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py660# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py708# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py710# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py757# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py759# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py788# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py790# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py822# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_pgp.py824# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_wkd.py41# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_wkd.py43# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_wkd.py52# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_wkd.py54# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_wkd.py118# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_wkd.py120# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_utils_wkd.py361# ---------------------------------------------------------------------------COMMENT
151 more matches not shown…
Over-Commented Block697 hits · 680 pts
SeverityFileLineSnippetContext
LOWREADME.md281COMMENT
LOWREADME.md301# /etc/apprise/apprise.yamlCOMMENT
LOWREADME.md401 """My custom notification function that triggers on all foobar:// callsCOMMENT
LOWREADME.md721# Prepare a location the persistent storage can write it's cached content to.COMMENT
LOWwin-requirements.txt1#COMMENT
LOWsetup.py1#!/usr/bin/env pythonCOMMENT
LOWsetup.py21# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, ORCOMMENT
LOWdocker-compose.yml81#COMMENT
LOWpackaging/i18n_normalize.sh1#!/usr/bin/shCOMMENT
LOWpackaging/i18n_normalize.sh21# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, ORCOMMENT
LOWbin/build-rpm.sh1#!/bin/bashCOMMENT
LOWbin/checkdone.sh1#!/bin/bashCOMMENT
LOWbin/test.sh1#!/bin/bashCOMMENT
LOWbin/test.sh21# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BECOMMENT
LOWtests/test_plugin_smpp.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_rocket_chat.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_d7networks.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_wechat.py1#COMMENT
LOWtests/test_plugin_wechat.py21# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESSCOMMENT
LOWtests/test_plugin_wecombot.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_misskey.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_apprise_translations.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_nextcloud.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_bluesky.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_custom_xml.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_title_maxlen.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_macosx.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_windows.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_attach_base.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_apprise_emojis.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_nextcloudtalk.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_notifiarr.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_ses.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_exotel.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_streamlabs.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/conftest.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_notification_manager.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_pushjet.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_utils_pem.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_wxpusher.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_homeassistant.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_apprise_jsonencoder.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_resend.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_freemobile.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_pushme.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_syslog.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_mailersend.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_utils_pgp.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_glib.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_glib.py201 # DBus interface. However, it is only meaningful in environments that:COMMENT
LOWtests/test_plugin_sogs.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_lametric.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_feishu.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_qq.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_config_base.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_sfr.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_jira.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_serverchan.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_octopush.py1# BSD 2-Clause LicenseCOMMENT
LOWtests/test_plugin_ringcentral.py1# BSD 2-Clause LicenseCOMMENT
637 more matches not shown…
Self-Referential Comments195 hits · 531 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_attach_base.py71 # Create an object with no mimetype over-rideCOMMENT
MEDIUMtests/test_utils_pem.py64 # Create a PEM ControllerCOMMENT
MEDIUMtests/test_utils_pem.py512 # Create a PEM ControllerCOMMENT
MEDIUMtests/test_config_base.py1120# Define an Asset object if you wish (Optional)COMMENT
MEDIUMtests/test_plugin_sfr.py234 # Create a mock response objectCOMMENT
MEDIUMtests/test_plugin_sfr.py278 # Create a mock response objectCOMMENT
MEDIUMtests/test_plugin_sfr.py324 # Create a mock response objectCOMMENT
MEDIUMtests/test_plugin_sfr.py370 # Create a mock response objectCOMMENT
MEDIUMtests/test_plugin_sfr.py405 # Create a mock response objectCOMMENT
MEDIUMtests/test_plugin_sfr.py451 # Create a mock response objectCOMMENT
MEDIUMtests/test_plugin_sfr.py540 # Create a mock response objectCOMMENT
MEDIUMtests/test_plugin_sfr.py585 # Create a mock response objectCOMMENT
MEDIUMtests/test_plugin_burstsms.py229 # Initialize our objectCOMMENT
MEDIUMtests/test_config_file.py53 # Create an Apprise asset we can referenceCOMMENT
MEDIUMtests/test_config_file.py56 # Initialize our objectCOMMENT
MEDIUMtests/test_config_file.py113 # Initialize our objectCOMMENT
MEDIUMtests/test_apprise_attachments.py404 # Create a base area to work withinCOMMENT
MEDIUMtests/test_apprise_cli.py1093 # Create a config file we can source easilyCOMMENT
MEDIUMtests/test_apprise_cli.py1097 # Define a second test URL that willCOMMENT
MEDIUMtests/test_apprise_cli.py1342 # Create a stale 8-char namespace on disk that belongs to a differentSTRING
MEDIUMtests/test_apprise_cli.py1639 # Create a tmporary namespaceSTRING
MEDIUMtests/test_apprise_cli.py1971 """This class is used to test various requirement configurations."""STRING
MEDIUMtests/test_apprise_cli.py1994 """This class is used to test various requirement configurations."""STRING
MEDIUMtests/test_apprise_cli.py2021 """This class is used to test various requirement configurations."""STRING
MEDIUMtests/test_apprise_cli.py2044 """This class is used to test a case where our requirements is fixed toSTRING
MEDIUMtests/test_apprise_cli.py2062 """This class is used to test a case where only packages_recommended isSTRING
MEDIUMtests/test_apprise_cli.py2080 """This class is used to test a pre-disabled state."""STRING
MEDIUMtests/test_apprise_cli.py2100 """This class is used to test a post-disabled state."""STRING
MEDIUMtests/test_apprise_cli.py2124 """This class is just a simple enabled one."""STRING
MEDIUMtests/test_apprise_config.py916 # Create a temporary config fileCOMMENT
MEDIUMtests/test_apprise_config.py1003 # Create a base area to work withinCOMMENT
MEDIUMtests/test_apprise_config.py133 # Create a ConfigBase objectSTRING
MEDIUMtests/test_plugin_base_formatting.py89 # Create a large body and title with random dataCOMMENT
MEDIUMtests/test_plugin_base_formatting.py320 # Create a large body and title with random dataCOMMENT
MEDIUMtests/test_plugin_base_formatting.py553 # Create a large body and title with random dataCOMMENT
MEDIUMtests/test_plugin_base_formatting.py1073 # Create a large body and title with random dataCOMMENT
MEDIUMtests/test_plugin_base_formatting.py1675 # Create a large body and title with random dataCOMMENT
MEDIUMtests/test_plugin_base_formatting.py2237 # Create a large body and title with random dataCOMMENT
MEDIUMtests/test_plugin_base_formatting.py2686 # Create a large body and title with random dataCOMMENT
MEDIUMtests/test_plugin_base_formatting.py3159 # Create a large body and title with random dataCOMMENT
MEDIUMtests/test_plugin_twilio.py386 # Initialize our objectCOMMENT
MEDIUMtests/test_apprise_utils.py3409 # Create a directory insde one of our namespacesCOMMENT
MEDIUMtests/test_plugin_email.py571 # Create a mock SMTP ObjectCOMMENT
MEDIUMtests/test_plugin_email.py836 # Create an apprise object to work with as wellCOMMENT
MEDIUMtests/test_plugin_email.py2642 # Create a mock SMTP ObjectCOMMENT
MEDIUMtests/test_plugin_email.py3696 # Create a fake matching keyfile to trigger discoveryCOMMENT
MEDIUMtests/test_decorator_notify.py60 # Define a function here on the spotCOMMENT
MEDIUMtests/test_decorator_notify.py278 # Define a function here on the spotCOMMENT
MEDIUMtests/test_decorator_notify.py308 # Define a function here on the spotCOMMENT
MEDIUMtests/test_decorator_notify.py543 # Define a function here on the spotCOMMENT
MEDIUMtests/test_plugin_xmpp.py4866 # Create a client using the production factoryCOMMENT
MEDIUMtests/test_plugin_revolt.py461 # Create an apprise instanceCOMMENT
MEDIUMtests/test_plugin_revolt.py496 # Create a large body and title with random dataCOMMENT
MEDIUMtests/test_plugin_matrix.py2510 # Create a second account to act as recipientCOMMENT
MEDIUMtests/test_plugin_discord.py890 # Create a large body and title with random dataCOMMENT
MEDIUMtests/test_plugin_discord.py1441 # Create the template so that add() succeeds during initCOMMENT
MEDIUMtests/test_plugin_discord.py727 # Create an apprise instanceSTRING
MEDIUMtests/test_plugin_discord.py810 # Create an apprise instanceSTRING
MEDIUMtests/test_plugin_discord.py851 # Create an apprise instanceSTRING
MEDIUMtests/test_plugin_voipms.py243 # Initialize our objectCOMMENT
135 more matches not shown…
Cross-Language Confusion31 hits · 268 pts
SeverityFileLineSnippetContext
HIGHtests/test_utils_pgp.py577 # from_blob raise NameError (same as if the name were undefined)COMMENT
HIGHtests/test_plugin_workflows.py249 "contentUrl": null,CODE
HIGHtests/test_plugin_workflows.py415 "contentUrl": null,CODE
HIGHtests/test_plugin_workflows.py531 "contentUrl": null,CODE
HIGHtests/test_plugin_workflows.py604 "contentUrl": null,CODE
HIGHapprise/plugins/messagebird.py224 # "reference": null,COMMENT
HIGHapprise/plugins/messagebird.py240 # "validity": null,COMMENT
HIGHapprise/plugins/messagebird.py246 # "scheduledDatetime": null,COMMENT
HIGHapprise/plugins/bulksms.py358 # "body": null,COMMENT
HIGHapprise/plugins/mastodon.py759 # "in_reply_to_id":null,COMMENT
HIGHapprise/plugins/mastodon.py760 # "in_reply_to_account_id":null,COMMENT
HIGHapprise/plugins/mastodon.py770 # "edited_at":null,COMMENT
HIGHapprise/plugins/mastodon.py777 # "reblog":null,COMMENT
HIGHapprise/plugins/mastodon.py815 # "remote_url":null,COMMENT
HIGHapprise/plugins/mastodon.py816 # "preview_remote_url":null,COMMENT
HIGHapprise/plugins/mastodon.py817 # "text_url":null,COMMENT
HIGHapprise/plugins/mastodon.py832 # "description":null,COMMENT
HIGHapprise/plugins/mastodon.py845 # "card":null,COMMENT
HIGHapprise/plugins/pushover.py471 3. Compute HMAC-SHA256 over (IV || ciphertext) with the same keySTRING
HIGHapprise/plugins/pushover.py472 4. Return base64(IV || ciphertext || HMAC)STRING
HIGHapprise/plugins/twist.py309 # "contact_info": null,COMMENT
HIGHapprise/plugins/twist.py310 # "profession": null,COMMENT
HIGHapprise/plugins/twist.py312 # "avatar_id": null,COMMENT
HIGHapprise/plugins/twist.py319 # "snooze_dnd_end": null,COMMENT
HIGHapprise/plugins/twist.py322 # "snooze_until": null,COMMENT
HIGHapprise/plugins/twist.py326 # "away_mode": null,COMMENT
HIGHapprise/plugins/twist.py347 # "snooze_dnd_start": null,COMMENT
HIGHapprise/plugins/sogs.py340 SERVER_KEY || NONCE || TIMESTAMP || METHOD || PATH [|| HBODY]STRING
HIGHapprise/plugins/seven.py242 # "label": null,COMMENT
HIGHapprise/plugins/seven.py244 # "udh": null,COMMENT
HIGHapprise/plugins/seven.py248 # "error": null,COMMENT
Fake / Example Data141 hits · 136 pts
SeverityFileLineSnippetContext
LOWtests/test_plugin_ses.py375 "user@example.com",CODE
LOWtests/test_plugin_ses.py394 "user@example.com",CODE
LOWtests/test_plugin_ses.py494 "user@example.com",CODE
LOWtests/test_plugin_resend.py229 NotifyResend(apikey=None, from_addr="user@example.com")CODE
LOWtests/test_plugin_resend.py241 apikey="abcd", from_addr="user@example.com", targets="!invalid"CODE
LOWtests/test_plugin_mailersend.py230 NotifyMailerSend(apikey=None, from_email="user@example.com")CODE
LOWtests/test_plugin_mailersend.py234 NotifyMailerSend(apikey="bad+key*!", from_email="user@example.com")CODE
LOWtests/test_plugin_mailersend.py248 from_email="user@example.com",CODE
LOWtests/test_plugin_mailersend.py255 from_email="user@example.com",CODE
LOWtests/test_plugin_mailersend.py299 from_email="user@example.com",CODE
LOWtests/test_plugin_mailersend.py310 from_email="user@example.com",CODE
LOWtests/test_plugin_mailersend.py325 from_email="user@example.com",CODE
LOWtests/test_plugin_mailersend.py346 from_email="user@example.com",CODE
LOWtests/test_plugin_mailersend.py515 from_email="user@example.com",CODE
LOWtests/test_utils_pgp.py126 result = ctrl._fetch_wkd_key("user@example.com")CODE
LOWtests/test_utils_pgp.py146 result = ctrl._fetch_wkd_key(None, "user@example.com")CODE
LOWtests/test_utils_pgp.py149 mock_wkd.fetch.assert_called_once_with("user@example.com")CODE
LOWtests/test_utils_pgp.py157 result = ctrl._fetch_wkd_key("user@example.com")CODE
LOWtests/test_utils_pgp.py170 uid = pgpy.PGPUID.new("Test", email="user@example.com")CODE
LOWtests/test_utils_pgp.py187 result = ctrl._fetch_wkd_key("user@example.com")CODE
LOWtests/test_utils_pgp.py190 mock_wkd.fetch.assert_called_once_with("user@example.com")CODE
LOWtests/test_utils_pgp.py195 result2 = ctrl._fetch_wkd_key("user@example.com")CODE
LOWtests/test_utils_pgp.py239 result = ctrl._fetch_wkd_key("user@example.com")CODE
LOWtests/test_utils_pgp.py241 mock_wkd.fetch.assert_called_once_with("user@example.com")CODE
LOWtests/test_utils_pgp.py296 mock_wkd.fetch.return_value = b"fake-key-bytes"CODE
LOWtests/test_utils_pgp.py300 result = ctrl._fetch_wkd_key("user@example.com")CODE
LOWtests/test_utils_pgp.py461 ctrl = ApprisePGPController(path=str(tmpdir), email="user@example.com")CODE
LOWtests/test_utils_pgp.py797 ctrl = ApprisePGPController(path=str(tmpdir), email="user@example.com")CODE
LOWtests/test_utils_pgp.py801 result = ctrl.public_key("user@example.com", autogen=False)CODE
LOWtests/test_utils_pgp.py816 result = ctrl.public_key("user@example.com", autogen=False)CODE
LOWtests/test_utils_pgp.py213 uid = pgpy.PGPUID.new("Fresh", email="user@example.com")CODE
LOWtests/test_utils_pgp.py317 result = ctrl._fetch_wkd_key("user@example.com")CODE
LOWtests/test_utils_wkd.py125 sub, direct = AppriseWKDController.wkd_urls("user@example.com")CODE
LOWtests/test_utils_wkd.py325 result = ctrl.fetch("user@example.com")CODE
LOWtests/test_utils_wkd.py334 key_bytes = b"\x99another-fake-key"CODE
LOWtests/test_utils_wkd.py343 result = ctrl.fetch("user@example.com")CODE
LOWtests/test_utils_wkd.py355 result = ctrl.fetch("user@example.com")CODE
LOWtests/test_utils_wkd.py373 result1 = ctrl.fetch("user@example.com")CODE
LOWtests/test_utils_wkd.py374 result2 = ctrl.fetch("user@example.com")CODE
LOWtests/test_utils_wkd.py390 result = ctrl.fetch("user@example.com")CODE
LOWtests/test_utils_wkd.py405 ctrl._cache["user@example.com"] = {CODE
LOWtests/test_utils_wkd.py410 result = ctrl.fetch("user@example.com")CODE
LOWtests/test_utils_wkd.py147 sub_lower, dir_lower = AppriseWKDController.wkd_urls("user@example.com")CODE
LOWtests/test_utils_wkd.py225 for bad in (123, 12.5, object(), ["user@example.com"]):CODE
LOWtests/test_utils_wkd.py261 sub, direct = AppriseWKDController.wkd_urls(BrokenStr("user@example.com"))CODE
LOWtests/test_utils_wkd.py446 for bad in (123, 12.5, object(), ["user@example.com"]):CODE
LOWtests/test_plugin_office365.py72 aid="user@example.com",CODE
LOWtests/test_plugin_office365.py242 aid="user@example.com",CODE
LOWtests/test_plugin_office365.py259 aid="user@example.com",CODE
LOWtests/test_plugin_office365.py277 aid="user@example.com",CODE
LOWtests/test_plugin_office365.py292 aid="user@example.com",CODE
LOWtests/test_plugin_office365.py306 "?reply_to=reply@example.org".format(CODE
LOWtests/test_plugin_office365.py349 "?reply_to=Reply+Person+reply@example.org".format(CODE
LOWtests/test_plugin_office365.py1132 assert "reply@example.org" in obj.reply_toCODE
LOWtests/test_plugin_office365.py1145 == "reply@example.org"CODE
LOWtests/test_plugin_office365.py1156 "?reply_to=reply@example.org".format(CODE
LOWtests/test_plugin_office365.py1192 "?reply_to=reply@example.org".format(CODE
LOWtests/test_plugin_office365.py1202 assert "reply@example.org" in parsed["reply_to"]CODE
LOWtests/test_plugin_office365.py1263 source="user@example.com",CODE
LOWtests/test_plugin_office365.py1486 "address": "reply@example.org",CODE
81 more matches not shown…
Deep Nesting134 hits · 120 pts
SeverityFileLineSnippetContext
LOWtests/test_config_base.py2490CODE
LOWtests/test_plugin_email.py546CODE
LOWtests/test_plugin_xmpp.py1971CODE
LOWtests/test_plugin_xmpp.py2823CODE
LOWtests/test_plugin_xmpp.py3472CODE
LOWtests/test_plugin_growl.py128CODE
LOWtests/test_api.py1835CODE
LOWtests/test_api.py2242CODE
LOWtests/helpers/rest.py338CODE
LOWtests/helpers/module.py58CODE
LOWapprise/asset.py242CODE
LOWapprise/persistent_store.py126CODE
LOWapprise/persistent_store.py930CODE
LOWapprise/persistent_store.py1015CODE
LOWapprise/persistent_store.py1409CODE
LOWapprise/persistent_store.py1714CODE
LOWapprise/conversion.py260CODE
LOWapprise/conversion.py1111CODE
LOWapprise/conversion.py1168CODE
LOWapprise/conversion.py1403CODE
LOWapprise/conversion.py1754CODE
LOWapprise/apprise.py268CODE
LOWapprise/apprise.py397CODE
LOWapprise/apprise.py421CODE
LOWapprise/apprise.py459CODE
LOWapprise/apprise.py616CODE
LOWapprise/apprise.py800CODE
LOWapprise/apprise.py928CODE
LOWapprise/apprise.py1088CODE
LOWapprise/apprise.py1451CODE
LOWapprise/apprise.py1546CODE
LOWapprise/apprise.py1591CODE
LOWapprise/url.py411CODE
LOWapprise/url.py1063CODE
LOWapprise/cli.py684CODE
LOWapprise/cli.py339CODE
LOWapprise/locale.py180CODE
LOWapprise/apprise_attachment.py129CODE
LOWapprise/manager.py125CODE
LOWapprise/manager.py168CODE
LOWapprise/manager.py315CODE
LOWapprise/manager.py834CODE
LOWapprise/config/http.py146CODE
LOWapprise/config/base.py197CODE
LOWapprise/config/base.py641CODE
LOWapprise/config/base.py874CODE
LOWapprise/plugins/apprise_api.py255CODE
LOWapprise/plugins/ntfy.py435CODE
LOWapprise/plugins/ntfy.py510CODE
LOWapprise/plugins/one_signal.py366CODE
LOWapprise/plugins/groupme.py169CODE
LOWapprise/plugins/ses.py403CODE
LOWapprise/plugins/kook.py378CODE
LOWapprise/plugins/kavenegar.py196CODE
LOWapprise/plugins/whatsapp.py373CODE
LOWapprise/plugins/opsgenie.py326CODE
LOWapprise/plugins/opsgenie.py598CODE
LOWapprise/plugins/office365.py547CODE
LOWapprise/plugins/fluxer.py411CODE
LOWapprise/plugins/fluxer.py562CODE
74 more matches not shown…
Unused Imports90 hits · 78 pts
SeverityFileLineSnippetContext
LOWtests/test_plugin_irc_state.py30CODE
LOWtests/test_utils_sanitize.py30CODE
LOWtests/test_plugin_irc.py30CODE
LOWtests/test_plugin_xmpp.py33CODE
LOWtests/test_plugin_matrix.py2307CODE
LOWtests/test_plugin_fluxer.py27CODE
LOWtests/test_compat_py39.py30CODE
LOWtests/helpers/__init__.py28CODE
LOWtests/helpers/__init__.py29CODE
LOWtests/helpers/__init__.py30CODE
LOWtests/helpers/__init__.py31CODE
LOWapprise/__init__.py39CODE
LOWapprise/__init__.py39CODE
LOWapprise/__init__.py40CODE
LOWapprise/__init__.py41CODE
LOWapprise/__init__.py42CODE
LOWapprise/__init__.py43CODE
LOWapprise/__init__.py44CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py45CODE
LOWapprise/__init__.py64CODE
LOWapprise/__init__.py65CODE
LOWapprise/__init__.py68CODE
LOWapprise/__init__.py68CODE
LOWapprise/__init__.py68CODE
LOWapprise/__init__.py69CODE
LOWapprise/__init__.py70CODE
LOWapprise/__init__.py71CODE
LOWapprise/__init__.py72CODE
LOWapprise/__init__.py73CODE
LOWapprise/__init__.py74CODE
LOWapprise/__init__.py75CODE
LOWapprise/__init__.py75CODE
LOWapprise/apprise.py28CODE
LOWapprise/apprise_config.py28CODE
LOWapprise/config/__init__.py30CODE
LOWapprise/config/base.py27CODE
LOWapprise/decorators/__init__.py28CODE
LOWapprise/plugins/fluxer.py44CODE
LOWapprise/plugins/notificationapi.py31CODE
LOWapprise/plugins/discord.py45CODE
LOWapprise/plugins/mattermost.py45CODE
LOWapprise/plugins/fortysixelks.py36CODE
LOWapprise/plugins/__init__.py31CODE
LOWapprise/plugins/__init__.py31CODE
30 more matches not shown…
Excessive Try-Catch Wrapping75 hits · 75 pts
SeverityFileLineSnippetContext
LOWtests/test_plugin_glib.py341 except Exception:CODE
LOWtests/test_plugin_email.py707 except Exception:CODE
LOWtests/test_plugin_email.py715 except Exception as e:CODE
LOWtests/test_plugin_email.py724 except Exception as e:CODE
LOWtests/test_plugin_xmpp.py66except Exception:CODE
LOWtests/test_plugin_xmpp.py3514 except Exception:CODE
LOWtests/test_plugin_growl.py364 except Exception as e:CODE
LOWtests/test_plugin_growl.py372 except Exception as e:CODE
LOWtests/helpers/rest.py204 except Exception as e:CODE
LOWtests/helpers/rest.py722 except Exception:CODE
LOWtests/helpers/rest.py730 except Exception as e:CODE
LOWtests/helpers/rest.py770 except Exception:CODE
LOWtests/helpers/rest.py778 except Exception as e:CODE
LOWapprise/persistent_store.py529 except Exception as e:CODE
LOWapprise/apprise.py228 except Exception:CODE
LOWapprise/apprise.py788 except Exception:CODE
LOWapprise/apprise.py1126 except Exception:CODE
LOWapprise/apprise.py1230 except Exception:CODE
LOWapprise/apprise.py1287 except Exception:CODE
LOWapprise/apprise.py1342 except Exception:CODE
LOWapprise/apprise_config.py435 except Exception:CODE
LOWapprise/cli.py305 except Exception:CODE
LOWapprise/apprise_attachment.py295 except Exception:CODE
LOWapprise/config/base.py326 except Exception as e:CODE
LOWapprise/config/base.py857 except Exception as e:CODE
LOWapprise/config/base.py1549 except Exception as e:CODE
LOWapprise/decorators/base.py188 except Exception as e:CODE
LOWapprise/plugins/dbus.py355 except Exception as e:CODE
LOWapprise/plugins/dbus.py386 except Exception as e:CODE
LOWapprise/plugins/pushover.py505 except Exception as err:CODE
LOWapprise/plugins/pushover.py600 except Exception:CODE
LOWapprise/plugins/aprs.py357 except Exception as e:CODE
LOWapprise/plugins/aprs.py494 except Exception as e:CODE
LOWapprise/plugins/aprs.py545 except Exception as e:CODE
LOWapprise/plugins/smpp.py271 except Exception as e:CODE
LOWapprise/plugins/gnome.py216 except Exception as e:CODE
LOWapprise/plugins/gnome.py225 except Exception as e:CODE
LOWapprise/plugins/glib.py312 except Exception as e:CODE
LOWapprise/plugins/glib.py344 except Exception as e:CODE
LOWapprise/plugins/streamlabs.py214 except Exception as e:CODE
LOWapprise/plugins/streamlabs.py229 except Exception as e:CODE
LOWapprise/plugins/windows.py198 except Exception as e:CODE
LOWapprise/plugins/windows.py243 except Exception as e:CODE
LOWapprise/plugins/dot.py403 except Exception as e:CODE
MEDIUMapprise/plugins/xmpp/adapter.py523def _shutdown() -> None:CODE
LOWapprise/plugins/xmpp/adapter.py241 except Exception:CODE
LOWapprise/plugins/xmpp/adapter.py262 except Exception:CODE
LOWapprise/plugins/xmpp/adapter.py325 except Exception:CODE
LOWapprise/plugins/xmpp/adapter.py471 except Exception:CODE
LOWapprise/plugins/xmpp/adapter.py503 except Exception:CODE
LOWapprise/plugins/xmpp/adapter.py664 except Exception as e:CODE
LOWapprise/plugins/xmpp/adapter.py696 except Exception as e: # pragma: no coverCODE
LOWapprise/plugins/xmpp/adapter.py725 except Exception:CODE
LOWapprise/plugins/xmpp/adapter.py848 except Exception as e: # pragma: no coverCODE
LOWapprise/plugins/xmpp/adapter.py908 except Exception as e:CODE
LOWapprise/plugins/xmpp/adapter.py926 except Exception:CODE
LOWapprise/plugins/xmpp/adapter.py968 except Exception:CODE
LOWapprise/plugins/xmpp/adapter.py979 except Exception as e:CODE
LOWapprise/plugins/xmpp/adapter.py1040 except Exception as e:CODE
LOWapprise/plugins/xmpp/base.py313 except Exception:CODE
15 more matches not shown…
AI Slop Vocabulary25 hits · 44 pts
SeverityFileLineSnippetContext
LOWtests/test_config_base.py1116# completely optional field. It's a good idea to just add this line because itCOMMENT
LOWtests/test_attach_http.py263 # Test case where location is simply set to INACCESSIBLECOMMENT
LOWtests/test_attach_memory.py133 # Test case where location is simply set to INACCESSIBLECOMMENT
MEDIUMtests/test_apprise_cli.py1669 # Generates another listing but utilize the tagSTRING
LOWtests/test_attach_file.py153 # Test case where location is simply set to INACCESSIBLECOMMENT
MEDIUMtests/test_plugin_custom_json.py443 # This is rather confusing, it may be easier to leverage theCOMMENT
MEDIUMtests/test_plugin_sendpulse.py178 # leverage all get params from URLCOMMENT
MEDIUMtests/test_plugin_fcm.py833 # Verify that not a single call to the web escaped the test harness.COMMENT
LOWtests/helpers/rest.py193 # just add `pdb': True to the call that is failingCOMMENT
MEDIUMtests/helpers/module.py133 # if we get here, we have test_ files that utilize the Class we justCOMMENT
LOWapprise/persistent_store.py1287 # For the below, we just set both cases and set them up as anCOMMENT
LOWapprise/apprise.py309 # Go ahead and just add our plugin into our listCOMMENT
LOWapprise/apprise.py322 # Go ahead and just add our plugin into our listCOMMENT
LOWapprise/apprise_config.py190 # Go ahead and just add our configuration into our listCOMMENT
LOWapprise/apprise_config.py208 # Go ahead and just add our configuration into our listCOMMENT
LOWapprise/plugins/ntfy.py688 # We will just use the status we already have.COMMENT
LOWapprise/plugins/kavenegar.py272 # We will just use the status we already have.COMMENT
LOWapprise/plugins/whatsapp.py526 # We will just use the status we already have.COMMENT
LOWapprise/plugins/sinch.py369 # We will just use the status we already have.COMMENT
LOWapprise/plugins/pushsafer.py305# at one time. When more are supported, just add their argument belowCOMMENT
LOWapprise/plugins/d7networks.py299 # We will just use the status we already have.COMMENT
LOWapprise/plugins/twilio.py472 # We will just use the status we already have.COMMENT
LOWapprise/plugins/rocketchat.py743 # If no webhook is specified, then we just pass along as if nothingCOMMENT
LOWapprise/plugins/matrix/base.py1664 # not issue a redundant GET -- we just set the encryption state.COMMENT
MEDIUMapprise/utils/sanitize.py82 # How many recursive lists/sets/tuples/dicts to delve into beforeCOMMENT
Verbosity Indicators16 hits · 33 pts
SeverityFileLineSnippetContext
LOWtests/test_plugin_bluesky.py902 # Step 1: Identity resolution response (public.api.bsky.app)COMMENT
LOWtests/test_plugin_bluesky.py905 # Step 2: PLC Directory lookupCOMMENT
LOWtests/test_plugin_bluesky.py917 # Step 3: Auth sessionCOMMENT
LOWtests/test_plugin_bluesky.py920 # Step 4: Create postCOMMENT
LOWtests/test_plugin_glib.py72 # Step 2: Inject into sys.modulesCOMMENT
LOWtests/test_plugin_glib.py76 # Step 3: Reload plugin with all mocks in placeCOMMENT
LOWtests/test_plugin_glib.py356 # Step 1: Mock GICOMMENT
LOWtests/test_plugin_glib.py366 # Step 2: Patch into sys.modulesCOMMENT
LOWtests/test_plugin_glib.py370 # Step 3: Reload plugin to trigger branchCOMMENT
LOWtests/test_plugin_glib.py373 # Step 4: Confirm GdkPixbuf image support was not enabledCOMMENT
LOWtests/test_plugin_glib.py48 # Step 1: Fake gi and repositoryCOMMENT
LOWapprise/conversion.py354 # Step 1: strip CommonMark backslash escapes so we recover the raw URLCOMMENT
LOWapprise/conversion.py374 # Step 2: re-encode the characters that the <url|label> delimiter syntaxCOMMENT
LOWapprise/plugins/bluesky.py307 # Step 1: Acquire DID from bsky.appCOMMENT
LOWapprise/plugins/bluesky.py327 # Step 2: Use DID to find the PDSCOMMENT
LOWapprise/plugins/bluesky.py392 # Step 3: Send to correct endpointCOMMENT
Structural Annotation Overuse16 hits · 33 pts
SeverityFileLineSnippetContext
LOWtests/test_plugin_bluesky.py902 # Step 1: Identity resolution response (public.api.bsky.app)COMMENT
LOWtests/test_plugin_bluesky.py905 # Step 2: PLC Directory lookupCOMMENT
LOWtests/test_plugin_bluesky.py917 # Step 3: Auth sessionCOMMENT
LOWtests/test_plugin_bluesky.py920 # Step 4: Create postCOMMENT
LOWtests/test_plugin_glib.py72 # Step 2: Inject into sys.modulesCOMMENT
LOWtests/test_plugin_glib.py76 # Step 3: Reload plugin with all mocks in placeCOMMENT
LOWtests/test_plugin_glib.py356 # Step 1: Mock GICOMMENT
LOWtests/test_plugin_glib.py366 # Step 2: Patch into sys.modulesCOMMENT
LOWtests/test_plugin_glib.py370 # Step 3: Reload plugin to trigger branchCOMMENT
LOWtests/test_plugin_glib.py373 # Step 4: Confirm GdkPixbuf image support was not enabledCOMMENT
LOWtests/test_plugin_glib.py48 # Step 1: Fake gi and repositoryCOMMENT
LOWapprise/conversion.py354 # Step 1: strip CommonMark backslash escapes so we recover the raw URLCOMMENT
LOWapprise/conversion.py374 # Step 2: re-encode the characters that the <url|label> delimiter syntaxCOMMENT
LOWapprise/plugins/bluesky.py307 # Step 1: Acquire DID from bsky.appCOMMENT
LOWapprise/plugins/bluesky.py327 # Step 2: Use DID to find the PDSCOMMENT
LOWapprise/plugins/bluesky.py392 # Step 3: Send to correct endpointCOMMENT
AI Structural Patterns32 hits · 28 pts
SeverityFileLineSnippetContext
LOWtests/test_plugin_bluesky.py295CODE
LOWtests/test_plugin_bluesky.py302CODE
LOWtests/test_plugin_twitter.py303CODE
LOWtests/test_plugin_twitter.py319CODE
LOWtests/test_plugin_twitter.py357CODE
LOWapprise/persistent_store.py748CODE
LOWapprise/plugins/ntfy.py317CODE
LOWapprise/plugins/one_signal.py204CODE
LOWapprise/plugins/opsgenie.py326CODE
LOWapprise/plugins/office365.py332CODE
LOWapprise/plugins/fluxer.py265CODE
LOWapprise/plugins/mastodon.py261CODE
LOWapprise/plugins/notificationapi.py261CODE
LOWapprise/plugins/pushover.py317CODE
LOWapprise/plugins/discord.py246CODE
LOWapprise/plugins/notifyre.py191CODE
LOWapprise/plugins/streamlabs.py178CODE
LOWapprise/plugins/bark.py224CODE
LOWapprise/plugins/jira.py328CODE
LOWapprise/plugins/dot.py209CODE
LOWapprise/plugins/pagerduty.py207CODE
LOWapprise/plugins/reddit.py233CODE
LOWapprise/plugins/lametric.py529CODE
LOWapprise/plugins/base.py735CODE
LOWapprise/plugins/slack.py534CODE
LOWapprise/plugins/irc/client.py70CODE
LOWapprise/plugins/xmpp/adapter.py168CODE
LOWapprise/plugins/xmpp/base.py183CODE
LOWapprise/plugins/fcm/__init__.py220CODE
LOWapprise/plugins/matrix/base.py371CODE
LOWapprise/plugins/email/base.py267CODE
LOWapprise/plugins/email/base.py1149CODE
Redundant / Tautological Comments17 hits · 26 pts
SeverityFileLineSnippetContext
LOWtests/test_plugin_rsyslog.py103 # Set length to include title (for test)COMMENT
LOWapprise/asset.py217 # Set storage to autoCOMMENT
LOWapprise/url.py342 # Set time to 'now' and no need to throttleCOMMENT
LOWapprise/plugins/sfr.py312 # Check if the request was successfullCOMMENT
LOWapprise/plugins/aprs.py389 # Check if we are connectedCOMMENT
LOWapprise/plugins/aprs.py464 # Check if we are connectedCOMMENT
LOWapprise/plugins/aprs.py517 # Check if we are connectedCOMMENT
LOWapprise/plugins/__init__.py293 # Check if the mapped reference is a list; if it is, thenCOMMENT
LOWapprise/plugins/twist.py178 # Check if it is validCOMMENT
LOWapprise/plugins/threema.py177 # Check if an email was definedCOMMENT
LOWapprise/plugins/notifyre.py464 # Read file content for base64 encodingCOMMENT
LOWapprise/plugins/pushbullet.py250 # Check if an email was definedCOMMENT
LOWapprise/plugins/slack.py1776 # Verify if our token is a bot token or part of a webhook:COMMENT
LOWapprise/plugins/vapid/subscription.py353 # Verify if we're dealing with a single element:COMMENT
LOWapprise/plugins/matrix/base.py1449 # Check if it's a room id...COMMENT
LOWapprise/plugins/matrix/base.py2777 # Read file bytesCOMMENT
LOWapprise/utils/cwe312.py76 # Verify if it is a hostname or notCOMMENT
Slop Phrases8 hits · 15 pts
SeverityFileLineSnippetContext
LOWtests/test_plugin_macosx.py231 # of a plugin, make sure to reload it.COMMENT
LOWtests/test_plugin_macosx.py246 # of a plugin, make sure to reload it.COMMENT
LOWtests/test_plugin_twitter.py679 # This test case submits two notifications, so make sure to provide twoCOMMENT
MEDIUMtests/test_apprise_utils.py666 # It's worth noting that the hostname is an empty string and is NEVER setCOMMENT
LOWtests/test_plugin_gnome.py96 # of a plugin, make sure to reload it.COMMENT
LOWtests/test_plugin_gnome.py378 # of a plugin, make sure to reload it.COMMENT
MEDIUMapprise/config/base.py664 # Or you can use this format (no tags associated)STRING
MEDIUMapprise/config/base.py667 # you can also use the keyword 'include' and identify aSTRING
Modern Structural Boilerplate10 hits · 10 pts
SeverityFileLineSnippetContext
LOWtests/helpers/__init__.py33__all__ = [CODE
LOWapprise/__init__.py80__all__ = [CODE
LOWapprise/config/__init__.py35__all__ = [CODE
LOWapprise/decorators/__init__.py30__all__ = ["notify"]CODE
LOWapprise/plugins/__init__.py49__all__ = [CODE
LOWapprise/plugins/irc/__init__.py32__all__ = [CODE
LOWapprise/plugins/xmpp/__init__.py32__all__ = [CODE
LOWapprise/plugins/matrix/__init__.py32__all__ = [CODE
LOWapprise/plugins/email/__init__.py43__all__ = [CODE
LOWapprise/attachment/__init__.py35__all__ = [CODE
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHtests/test_apprise_utils.py3215 # In this example 'whence' isn't provided, so it isn't swappedCOMMENT
Docstring Block Structure1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHapprise/plugins/base.py1181Parses the URL and returns it broken apart into a dictionary. This is very specific and customized for Apprise.STRING
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/tests.yml61 # Install tox for isolated environment and plugin test orchestrationCOMMENT