Repository Analysis

SuiteCRM/SuiteCRM

SuiteCRM - Open source CRM for the world

1.7 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of SuiteCRM/SuiteCRM, a PHP project with 5,707 GitHub stars. SynthScan v2.0 examined 1,082,821 lines of code across 5561 source files, recording 1413 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 1.7 places this repository in the Likely human-written 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).

1.7
Adjusted Score
1.7
Raw Score
100%
Time Factor
2026-07-31
Last Push
5.7K
Stars
PHP
Language
1.1M
Lines of Code
5.6K
Files
1.4K
Pattern Hits
2026-09-02
Scan Date
0.01
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

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.

No multi-scan history yet — run the scanner again to build trend data.

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 39HIGH 0MEDIUM 14LOW 1360

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 1413 distinct pattern matches across 10 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.

Hyper-Verbose Identifiers1207 hits · 1164 pts
SeverityFileLineSnippetContext
LOWinstall.php127function getSupportedInstallLanguages()CODE
LOWinstall/oc_install.js38 */function toggleOfflineClientInstallation(){var theForm=document.forms[0];if(!theForm.oc_install.checked){theForm.oc_sCOMMENT
LOWinstall/installConfig.php65 public function getUsableLocaleNameOptions($options)CODE
LOWinstall/dbConfig.js38 */function togglePasswordRetypeRequired(){var theForm=document.forms[0];var elem=document.getElementById('password_retyCOMMENT
LOWinstall/dbConfig.js42function toggleUsernameIsPrivileged(){var theForm=document.forms[0];var elem=document.getElementById('privileged_user_inCODE
LOWinstall/install_utils.php572function getSugarConfigLanguageArray($langZip)CODE
LOWinstall/install_utils.php1648function pullSilentInstallVarsIntoSession()CODE
LOWinstall/install_utils.php2307function enableInsideViewConnector()CODE
LOWinstall/suite_install/SystemEmailTemplates.php44function installSystemEmailTemplates()CODE
LOWinstall/suite_install/SystemEmailTemplates.php74function upgradeSystemEmailTemplates()CODE
LOWinstall/suite_install/SystemEmailTemplates.php79function setSystemEmailTemplatesDefaultConfig()CODE
LOWinclude/EntryPointConfirmOptInHandler.php106 private function methodConfirmOptInSelected($post)CODE
LOWinclude/EntryPointConfirmOptInHandler.php201 private function setLawfulBasisForEachPerson(array $people, $module)CODE
LOWinclude/formbase.php365function isCloseAndCreateNewPressed()CODE
LOWinclude/JsonApiErrorObject.php524 protected function retrieveMetaFromException(Exception $e)CODE
LOWinclude/MassUpdate.php1497 public function doMassUpdateFieldsExistForFocus()CODE
LOWinclude/utils.php1676function displayStudioForCurrentUser()CODE
LOWinclude/utils.php1686function displayWorkflowForCurrentUser()CODE
LOWinclude/utils.php5097function filterInboundEmailPopSelection($protocol)CODE
LOWinclude/utils.php5258function clearAllJsAndJsLangFilesWithoutOutput()CODE
LOWinclude/utils.php5275function getVariableFromQueryString($variable, $string)CODE
LOWinclude/utils.php5778function getDuplicateRelationListWithTitle($def, $var_def, $module)CODE
LOWinclude/utils.php6439function isWebToLeadAllowedRedirectHost(string $url): bool {CODE
LOWinclude/utils.php6478function formatDecimalInConfigSettings($decimalValue, $userSetting = false) {CODE
LOWinclude/SuiteMozaik.php127 private function tinyMCESetupArgumentFixer($tinyMCESetup = '{}')CODE
LOWinclude/TimeDate.php2056 public function adjustmentForUserTimeZone()CODE
LOWinclude/QuickSearchDefaults.php254 public function getQSScriptsJSONAlreadyDefined()CODE
LOWinclude/SugarObjects/VardefManager.php89 public static function setCustomAllowedForModule($module, $enable)CODE
LOWinclude/SugarObjects/VardefManager.php353 public static function getLinkFieldForRelationship($module, $object, $relName)CODE
LOWinclude/SugarObjects/VardefManager.php396 public static function applyGlobalAccountRequirements($vardef)CODE
LOWinclude/SugarObjects/forms/FormBase.php82 protected function isEmptyReturnModuleAndAction()CODE
LOWinclude/SugarObjects/templates/basic/Basic.php75 public function getEmailAddressFromEmailField($emailField)CODE
LOWinclude/SugarObjects/templates/basic/Basic.php137 protected function validateSugarEmailAddressField($emailField)CODE
LOWinclude/connectors/utils/ConnectorUtils.php904 private static function hasWizardSourceEnabledForModule(CODE
LOWinclude/connectors/sources/default/source.php422 public function isEnabledInAdminProperties()CODE
LOWinclude/connectors/sources/default/source.php490 public function isRequiredConfigFieldsSet()CODE
LOWinclude/connectors/sources/default/source.php510 public function getRequiredConfigFieldsForButton()CODE
LOWinclude/connectors/sources/default/source.php523 public function isRequiredConfigFieldsForButtonSet()CODE
LOWinclude/Dashlets/DashletGenericChart.php189 protected function getConfigureSmartyInstance()CODE
LOWinclude/externalAPI/cmis_repository_wrapper.php252 public function getLastRequestContentType()CODE
LOWinclude/externalAPI/cmis_repository_wrapper.php257 public function getLastRequestContentLength()CODE
LOWinclude/externalAPI/cmis_repository_wrapper.php272 public function getLastRequestContentTypeSent()CODE
LOWinclude/externalAPI/cmis_repository_wrapper.php277 public function getLastRequestContentSent()CODE
LOWinclude/externalAPI/cmis_repository_wrapper.php348 public static function extractAllowableActionsFromNode($xmlnode)CODE
LOWinclude/externalAPI/cmis_repository_wrapper.php497 public static function extractObjectFeedFromNode($xmlnode)CODE
LOWinclude/externalAPI/cmis_repository_wrapper.php1213 public function getPropertiesOfLatestVersion($objectId, $major =false, $options = array())CODE
LOWinclude/database/MssqlManager.php1642 private function getFieldDefaultConstraintName($table, $column = null)CODE
LOWinclude/database/MysqlManager.php1434 protected function verifyGenericReplaceQuery($querytype, $table, $query)CODE
LOWinclude/database/SqlsrvManager.php442 protected function doesTableHaveAClusteredIndexDefined($tableName)CODE
LOWinclude/database/SqlsrvManager.php466 protected function doesTableHaveAFulltextIndexDefined($tableName)CODE
LOWinclude/database/SqlsrvManager.php571 protected function verifyGenericQueryRollback($type, $table, $query)CODE
LOWinclude/CalendarSync/CalendarSyncInterface.php59 public function syncAllMeetingsOfCalendarAccount(string $calendarAccountId): void;CODE
LOWinclude/CalendarSync/CalendarSyncInterface.php92 public function getProviderAuthMethodWithValidation(string $source): string;CODE
LOWinclude/CalendarSync/CalendarSyncInterface.php105 public function testProviderConnectionWithValidation(CalendarAccount $calendarAccount): CalendarConnectionTestResultCODE
LOWinclude/CalendarSync/CalendarSyncInterface.php150 public function getConflictResolutionCases(): array;CODE
LOWinclude/CalendarSync/CalendarSyncInterface.php173 public function getActiveCalendarAccountsForUser(string $userId): array;CODE
LOWinclude/CalendarSync/CalendarSync.php116 public function syncAllMeetingsOfCalendarAccount(string $calendarAccountId): voidCODE
LOWinclude/CalendarSync/CalendarSync.php221 protected function getActiveCalendarAccountForUser(string $userId): ?CalendarAccountCODE
LOWinclude/CalendarSync/CalendarSync.php227 public function getActiveCalendarAccountsForUser(string $userId): arrayCODE
LOWinclude/CalendarSync/CalendarSync.php241 public function hasPersonalCalendarAccount(string $userId): boolCODE
1147 more matches not shown…
Hallucination Indicators39 hits · 445 pts
SeverityFileLineSnippetContext
CRITICALinclude/javascript/include.js55this.element=null;this.header=null;this.body=null;this.footer=null;G.textResizeEvent.unsubscribe(this.onDomResize,this);CODE
CRITICALinclude/javascript/include.js131return J;},compareZIndexDesc:function(J,I){var H=(J.cfg)?J.cfg.getProperty("zIndex"):null,G=(I.cfg)?I.cfg.getProperty("zCODE
CRITICALinclude/javascript/include.js152if(this.cfg.getProperty("visible")){S.call(this);}else{this.subscribe("beforeShow",O);}},destroy:function(){this._removeCODE
CRITICALinclude/javascript/include.js203O.superclass.destroy.call(this);},toString:function(){return"Panel "+this.id;}});}());(function(){YAHOO.widget.Dialog=fuCODE
CRITICALinclude/javascript/include.js234A.superclass.destroy.call(this);},toString:function(){return"Dialog "+this.id;}});}());(function(){YAHOO.widget.SimpleDiCODE
CRITICALinclude/javascript/include.js347D[D.length]=" >";D[D.length]=this.label;D[D.length]=this.href?"</a>":"</span>";return D.join("");},getNodeDefinition:funCODE
CRITICALinclude/javascript/include.js350return D;},toString:function(){return YAHOO.widget.TextNode.superclass.toString.call(this)+": "+this.label;},onLabelClicCODE
CRITICALinclude/javascript/include.js353return A;},collapse:function(){},expand:function(){},getSiblings:function(){return null;},focus:function(){}});(functionCODE
CRITICALinclude/javascript/include.js354D.html=this.html;return D;}});})();YAHOO.widget.MenuNode=function(C,B,A){YAHOO.widget.MenuNode.superclass.constructor.caCODE
CRITICALinclude/javascript/include.js368YAHOO.SUGAR.SelectionGrid=function(containerEl,columns,dataSource,config){YAHOO.SUGAR.SelectionGrid.superclass.constructCODE
CRITICALinclude/javascript/include.js373console.log(record);},_addTrEl:function(oRecord){var elTr=YAHOO.SUGAR.DragDropTable.superclass._addTrEl.call(this,oRecorCODE
CRITICALinclude/javascript/qtip/jquery.qtip.min.js4e===N?(h=c===G?K:J,j[h]="50%",j[hb+"-"+h]=-Math.round(b[c===G?0:1]/2)+i):(h=f._parseWidth(a,e,g.tooltip),k=f._parseWidthCODE
CRITICALinclude/javascript/jquery/jquery-ui-min.js6!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(V){"use strict"CODE
CRITICALinclude/javascript/jquery/jquery-min.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICALjssource/src_files/include/javascript/include.js736 YAHOO.widget.Overlay.superclass.constructor.call(this, O, N);CODE
CRITICALjssource/src_files/include/javascript/include.js1841 YAHOO.widget.Tooltip.superclass.constructor.call(this, N, M);CODE
CRITICALjssource/src_files/include/javascript/include.js2137 YAHOO.widget.Panel.superclass.constructor.call(this, V, U);CODE
CRITICALjssource/src_files/include/javascript/include.js2752 YAHOO.widget.Dialog.superclass.constructor.call(this, J, I);CODE
CRITICALjssource/src_files/include/javascript/include.js3235 YAHOO.widget.SimpleDialog.superclass.constructor.call(this, E, D);CODE
CRITICALjssource/src_files/include/javascript/include.js4651 var D = YAHOO.widget.TextNode.superclass.getNodeDefinition.call(this);CODE
CRITICALjssource/src_files/include/javascript/include.js4665 return YAHOO.widget.TextNode.superclass.toString.call(this) + ": " + this.label;CODE
CRITICALjssource/src_files/include/javascript/include.js4735 var D = YAHOO.widget.HTMLNode.superclass.getNodeDefinition.call(this);CODE
CRITICALjssource/src_files/include/javascript/include.js4745 YAHOO.widget.MenuNode.superclass.constructor.call(this, C, B, A);CODE
CRITICALjssource/src_files/include/javascript/include.js4752 YAHOO.widget.DateNode.superclass.constructor.call(this, G, F, E);CODE
CRITICALjssource/src_files/include/javascript/include.js4761 YAHOO.widget.DateNode.superclass.fillEditorContainer.call(this, G);CODE
CRITICALjssource/src_files/include/javascript/include.js5056 YAHOO.SUGAR.SelectionGrid.superclass.constructor.call(this, containerEl, columns, dataSource, config);CODE
CRITICALjssource/src_files/include/javascript/include.js5100 var elTr = YAHOO.SUGAR.DragDropTable.superclass._addTrEl.call(this, oRecord);CODE
CRITICALjssource/src_files/include/javascript/include.js5115 //YAHOO.SUGAR.RowDD.superclass.constructor.call(this, elTr);COMMENT
CRITICALjssource/src_files/include/javascript/include.js5234 YAHOO.SUGAR.Tree.superclass.constructor.call(this, parentEl);CODE
CRITICAL…les/jjwg_Maps/DataTables/media/js/jquery.dataTables.js14149 * $.fn.dataTable.ext.type.detect.push(COMMENT
CRITICALmodules/Emails/include/DetailView/ImportView.js85 var view = self.messageBox.controls.modal.content.find('[name="EditNonImported"]');CODE
CRITICALmodules/Emails/include/DetailView/ImportView.js169 self.messageBox.controls.modal.content.html(SUGAR.language.translate('', 'LBL_EMAIL_ERROR_GENERAL_TITLE'));CODE
CRITICALmodules/Emails/javascript/EmailUI.js1604 if (data && !(SUGAR.email2.contextMenus.emailListContextMenu.cfg.getProperty("visible") && data.type == 'draft')) CODE
CRITICALmodules/Emails/javascript/init.js453 SUGAR.email2.folders.folderDD.superclass.constructor.call(this, id, sGroup, config);CODE
CRITICALmodules/Emails/javascript/ajax.js1585 //SUGAR.email2.innerLayout.regions.center.getPanel('composeLayout' + idx).setTitle(a.name);COMMENT
CRITICALmodules/Emails/javascript/Email.js91 window.opener.SUGAR.email2.composeLayout.setDocument(idx, target, documentId, documentName, docRevId);CODE
CRITICALmodules/AM_ProjectTemplates/qtip/jquery.qtip.min.js4}),j[a[c]]-=b[c===H?0:1],h.css({margin:"",top:"",bottom:"",left:"",right:""}).css(j),j},reposition:function(a,b,d){functCODE
CRITICALmodules/Project/qtip/jquery.qtip.min.js4}),j[a[c]]-=b[c===H?0:1],h.css({margin:"",top:"",bottom:"",left:"",right:""}).css(j),j},reposition:function(a,b,d){functCODE
CRITICALmodules/Documents/views/view.extdoc.php149 $newRow['DOC_URL'] = "javascript:window.opener.SUGAR.field.file.populateFromPopup('".addslashes($_RECODE
Over-Commented Block96 hits · 90 pts
SeverityFileLineSnippetContext
LOWinstall.php301 return;COMMENT
LOWinstall/installConfig.php1061// // on form submit prevent set the other tab div with inputs and post that!COMMENT
LOWinclude/Sugar_Smarty.php281 break;COMMENT
LOWinclude/utils.php2121 } elseif (isset($app_strings[$string])) {COMMENT
LOWinclude/externalAPI/cmis_repository_wrapper.php1<?phpCOMMENT
LOWinclude/externalAPI/cmis_repository_wrapper.php61class CmisRuntimeException extends ExceptionCOMMENT
LOWinclude/Imap/ImapHandlerFakeCalls.php301// if (file_exists('fakeImapResource')) {COMMENT
LOWinclude/Imap/ImapHandler.php281 $this->logCall(__FUNCTION__, func_get_args());COMMENT
LOWinclude/HTTP_WebDAV_Server/Server.php1<?php //COMMENT
LOWinclude/HTTP_WebDAV_Server/Tools/_parse_proppatch.php1<?phpCOMMENT
LOWinclude/HTTP_WebDAV_Server/Tools/_parse_propfind.php1<?phpCOMMENT
LOWinclude/HTTP_WebDAV_Server/Tools/_parse_lockinfo.php1<?phpCOMMENT
LOWinclude/Sugarpdf/SugarpdfFactory.php101 * Load the Sugarpdf_<Sugarpdf>_config.php file which holds options used by the tcpdf.COMMENT
LOWinclude/ListView/ListViewXTPL.php161 // else {COMMENT
LOWinclude/javascript/moment.min.js1//! moment.jsCOMMENT
LOWinclude/javascript/jquery/markitup/jquery.markitup.js1// ----------------------------------------------------------------------------COMMENT
LOWinclude/javascript/jquery/markitup/sets/default/set.js1// ----------------------------------------------------------------------------COMMENT
LOWinclude/SuiteGraphs/rgraph/libraries/RGraph.scatter.js101 // // Store the data set(s)COMMENT
LOWinclude/SuiteGraphs/rgraph/libraries/RGraph.pie.js421 * ???COMMENT
LOWinclude/SuiteGraphs/rgraph/libraries/RGraph.line.js2021 //COMMENT
LOW…ude/SuiteGraphs/rgraph/libraries/RGraph.common.core.js4301 // Clear any text objects that are in the cacheCOMMENT
LOW…/SuiteGraphs/rgraph/libraries/RGraph.common.dynamic.js821 COMMENT
LOWinclude/nusoap/nusoap.php3441 * @param integer $response_timeout set response timeout in secondsCOMMENT
LOWinclude/nusoap/nusoap.php3561 $this->appendDebug($this->varDump(ini_get('safe_mode')));COMMENT
LOWinclude/nusoap/nusoap.php3761 // H(A1) = MD5(A1)COMMENT
LOWinclude/nusoap/nusoap.php5301COMMENT
LOWinclude/nusoap/class.soap_transport_http.php241 // For PHP 4.3 with OpenSSL, change https scheme to ssl, then treat likeCOMMENT
LOWinclude/nusoap/class.soap_transport_http.php361 // ask for headers in the response outputCOMMENT
LOWinclude/nusoap/class.soap_transport_http.php561 // H(A2)COMMENT
LOWinclude/nusoap/class.soap_transport_http.php1021 }COMMENT
LOW…t/includes/SugarEmailAddress/SugarEmailAddressTest.php1021// INSERT INTO email_addr_bean_rel (id, email_address_id, bean_id, bean_module, primary_address, deleted)COMMENT
LOW…t/includes/SugarEmailAddress/SugarEmailAddressTest.php1041// "SELECT * FROM email_addresses WHERE email_address_caps = 'TEST@EMAIL.COM'";COMMENT
LOWtests/unit/phpunit/modules/iCals/iCalTest.php21// //error_reporting(E_ERROR | E_PARSE);COMMENT
LOWtests/unit/phpunit/modules/Emails/EmailTest.php861 self::assertInstanceOf($expected, $result);COMMENT
LOWtests/unit/phpunit/modules/Emails/EmailTest.php981//COMMENT
LOWtests/unit/phpunit/modules/Emails/EmailTest.php1001// 'LINK_ACTION' => 'DetailView',COMMENT
LOWtests/unit/phpunit/modules/Schedulers/SchedulerTest.php81 self::markTestIncomplete('Need to implement!');COMMENT
LOW…s/acceptance/modules/AOW_Workflow/AOW_WorkflowCest.php81// $lastCondition = $workflow->getLastConditionRowNumber();COMMENT
LOW…s/acceptance/modules/AOW_Workflow/AOW_WorkflowCest.php101//COMMENT
LOW…s/acceptance/modules/AOW_Workflow/AOW_WorkflowCest.php121 // public function testScenarioDeleteWorkflow(COMMENT
LOWtests/acceptance/modules/Campaigns/CampaignsCest.php121// $listView->waitForListViewVisible();COMMENT
LOWtests/acceptance/modules/Campaigns/CampaignsCest.php141// $I->visitPage('Campaigns', 'index');COMMENT
LOWtests/api/V8/ModulesCest.php1461//COMMENT
LOWtests/api/V8/ModulesCest.php1481// 'duration_hours' => 0,COMMENT
LOWtests/api/V8/ModulesCest.php1501// )COMMENT
LOWtests/api/V8/ModulesCest.php1521// array(COMMENT
LOWtests/api/V8/ModulesCest.php1541// );COMMENT
LOWtests/api/V8/ModulesCest.php1561//COMMENT
LOWtests/api/V8/ModulesCest.php1581// unset($responseMeetingUsers['data'][2]['meta']['middle_table']['data']['attributes']['deleted']);COMMENT
LOWtests/api/V8/ModulesCest.php1601// )COMMENT
LOWtests/_envs/custom.dist.yml1# This is an example configuration file that should be copied to a file named custom.yml soCOMMENT
LOWtests/_envs/custom.dist.yml41 # Set window size to 1920x1080 (you generally shouldn't modify this or itCOMMENT
LOW…rce/src_files/include/javascript/phpjs/htmlentities.js121 * OTHER DEALINGS IN THE SOFTWARE.COMMENT
LOW…c_files/include/javascript/phpjs/html_entity_decode.js121 * OTHER DEALINGS IN THE SOFTWARE.COMMENT
LOW…include/javascript/phpjs/get_html_translation_table.js121 * OTHER DEALINGS IN THE SOFTWARE.COMMENT
LOW…urce/src_files/modules/EmailTemplates/EmailTemplate.js281COMMENT
LOWmodules/InboundEmail/InboundEmail.php5601 if (!$forDisplay) {COMMENT
LOWmodules/Calendar/fullcalendar/fullcalendar.js1441};COMMENT
LOW…les/jjwg_Maps/DataTables/media/js/jquery.dataTables.js1341 // This is not strict ISO8601 - Date.parse() is quite lax, althoughCOMMENT
LOW…les/jjwg_Maps/DataTables/media/js/jquery.dataTables.js1881 COMMENT
36 more matches not shown…
Fake / Example Data52 hits · 64 pts
SeverityFileLineSnippetContext
LOWinclude/export_utils.php705 $returnContent .= '"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor coCODE
LOWinclude/export_utils.php705 $returnContent .= '"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor coCODE
LOWinclude/SuiteMozaik.php89 return 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam tempus odio ante, in feugiat ex pretium eCODE
LOWinclude/SuiteMozaik.php89 return 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam tempus odio ante, in feugiat ex pretium eCODE
LOWinclude/javascript/jquery/jquery-ui-min.js6!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(V){"use strict"CODE
LOWinclude/javascript/mozaik/tpls/default/image1left.html2<p class="col4_3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a risus id lorem faucibus auctor. Fusce aCODE
LOWinclude/javascript/mozaik/tpls/default/image1left.html2<p class="col4_3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a risus id lorem faucibus auctor. Fusce aCODE
LOWinclude/javascript/mozaik/tpls/default/image3.html4<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>CODE
LOWinclude/javascript/mozaik/tpls/default/image3.html4<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>CODE
LOWinclude/javascript/mozaik/tpls/default/image3.html5<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>CODE
LOWinclude/javascript/mozaik/tpls/default/image3.html5<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>CODE
LOWinclude/javascript/mozaik/tpls/default/image3.html6<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>CODE
LOWinclude/javascript/mozaik/tpls/default/image3.html6<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>CODE
LOWinclude/javascript/mozaik/tpls/default/content1.html1<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a risus id lorem faucibus auctor. Fusce auctor est volutCODE
LOWinclude/javascript/mozaik/tpls/default/content1.html1<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a risus id lorem faucibus auctor. Fusce auctor est volutCODE
LOWinclude/javascript/mozaik/tpls/default/image1right.html1<p class="col4_3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a risus id lorem faucibus auctor. Fusce aCODE
LOWinclude/javascript/mozaik/tpls/default/image1right.html1<p class="col4_3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a risus id lorem faucibus auctor. Fusce aCODE
LOWinclude/javascript/mozaik/tpls/default/image2.html2<p class="col4_1">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>CODE
LOWinclude/javascript/mozaik/tpls/default/image2.html2<p class="col4_1">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>CODE
LOWinclude/javascript/mozaik/tpls/default/image2.html4<p class="col4_1">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>CODE
LOWinclude/javascript/mozaik/tpls/default/image2.html4<p class="col4_1">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>CODE
LOWinclude/javascript/mozaik/tpls/default/content3.html1<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus mauris lacus, faucibus sed dignissim idCODE
LOWinclude/javascript/mozaik/tpls/default/content3.html1<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus mauris lacus, faucibus sed dignissim idCODE
LOWinclude/javascript/mozaik/tpls/default/content3.html2<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus mauris lacus, faucibus sed dignissim idCODE
LOWinclude/javascript/mozaik/tpls/default/content3.html2<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus mauris lacus, faucibus sed dignissim idCODE
LOWinclude/javascript/mozaik/tpls/default/content3.html3<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus mauris lacus, faucibus sed dignissim idCODE
LOWinclude/javascript/mozaik/tpls/default/content3.html3<p class="col3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus mauris lacus, faucibus sed dignissim idCODE
LOWinclude/javascript/mozaik/tpls/default/content2.html1<p class="col2">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus mauris lacus, faucibus sed dignissim idCODE
LOWinclude/javascript/mozaik/tpls/default/content2.html1<p class="col2">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus mauris lacus, faucibus sed dignissim idCODE
LOWinclude/javascript/mozaik/tpls/default/content2.html2<p class="col2">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus mauris lacus, faucibus sed dignissim idCODE
LOWinclude/javascript/mozaik/tpls/default/content2.html2<p class="col2">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus mauris lacus, faucibus sed dignissim idCODE
LOWinclude/javascript/mozaik/tpls/default/footer.html1 <p class="footer">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a risus id lorem faucibus auctor. Fusce CODE
LOWinclude/javascript/mozaik/tpls/default/footer.html1 <p class="footer">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a risus id lorem faucibus auctor. Fusce CODE
LOWinclude/nusoap/nusoap.php8634 $this->multirefs[$id][$pos] = 'placeholder';CODE
LOWinclude/nusoap/class.soap_parser.php384 $this->multirefs[$id][$pos] = 'placeholder';CODE
LOW…unit/phpunit/modules/InboundEmail/InboundEmailTest.php1841 'To' => 'user@example.com',CODE
LOW…unit/phpunit/modules/InboundEmail/InboundEmailTest.php1843 'Envelope-To' => 'user@example.com',CODE
LOW…nit/modules/DocumentRevisions/DocumentRevisionTest.php130 $documentRevision->fill_document_name_revision('dummy_id');CODE
LOW…es/AOR_Scheduled_Reports/AOR_Scheduled_ReportsTest.php21 $_POST['email_recipients']= array('email_target_type'=> array('Email Address','all','Specify User') ,'email' =>CODE
LOW…es/AOR_Scheduled_Reports/AOR_Scheduled_ReportsTest.php32 $expected = array('test@test.com','','1');CODE
LOW…es/AOR_Scheduled_Reports/AOR_Scheduled_ReportsTest.php37 self::assertEquals('test@test.com', $emails[0]);CODE
LOW…it/phpunit/modules/EmailAddresses/EmailAddressTest.php26 $email->email_address = 'test@test.com';CODE
LOWtests/unit/phpunit/modules/EmailMan/EmailManTest.php130 $emailMan->set_as_sent('test@test.com', true, null, null, 'send error');CODE
LOWtests/unit/phpunit/modules/EmailMan/EmailManTest.php139 $emailMan->set_as_sent('test@test.com', false, null, null, 'send error');CODE
LOWtests/unit/phpunit/modules/EmailMan/EmailManTest.php185 self::assertEquals(true, $emailMan->valid_email_address('test@test.com'));CODE
LOWApi/docs/swagger/swagger.json185 "example": "John Doe"CODE
LOWmodules/InboundEmail/vardefs.php328 'placeholder' => 'LBL_OPTIONAL_CONNECTION_STRING',CODE
LOW…jjwg_Maps/DataTables/media/js/jquery.dataTables.min.js41"":this.value;b!=e.sSearch&&(fa(a,{sSearch:b,bRegex:e.bRegex,bSmart:e.bSmart,bCaseInsensitive:e.bCaseInsensitive}),a._iDCODE
LOW…les/jjwg_Maps/DataTables/media/js/jquery.dataTables.js4211 .attr( 'placeholder', language.sSearchPlaceholder )CODE
LOW…les/jjwg_Maps/DataTables/media/js/jquery.dataTables.js12502 * // { "phone": 5552368, "phone_filter": "5552368 555-2368", "phone_display": "555-2368" }COMMENT
LOWmodules/AOS_PDF_Templates/language/en_us.lang.php86 'LBL_ANY_STREET' => '123 Main Street',CODE
LOWmodules/CalendarAccount/js/auth_fields_visibility.js156 field$.attr('placeholder', '');CODE
Self-Referential Comments10 hits · 30 pts
SeverityFileLineSnippetContext
MEDIUMthemes/SuiteP/css/Dusk/variables.scss318//## Define the breakpoints at which your layout will change, adapting to different screen sizes.COMMENT
MEDIUMthemes/SuiteP/css/Dusk/variables.scss374//## Define the maximum width of `.container` for different screen sizes.COMMENT
MEDIUMthemes/SuiteP/css/Noon/variables.scss320//## Define the breakpoints at which your layout will change, adapting to different screen sizes.COMMENT
MEDIUMthemes/SuiteP/css/Noon/variables.scss376//## Define the maximum width of `.container` for different screen sizes.COMMENT
MEDIUMthemes/SuiteP/css/Day/variables.scss318//## Define the breakpoints at which your layout will change, adapting to different screen sizes.COMMENT
MEDIUMthemes/SuiteP/css/Day/variables.scss374//## Define the maximum width of `.container` for different screen sizes.COMMENT
MEDIUMthemes/SuiteP/css/Night/variables.scss318//## Define the breakpoints at which your layout will change, adapting to different screen sizes.COMMENT
MEDIUMthemes/SuiteP/css/Night/variables.scss374//## Define the maximum width of `.container` for different screen sizes.COMMENT
MEDIUMthemes/SuiteP/css/Dawn/variables.scss318//## Define the breakpoints at which your layout will change, adapting to different screen sizes.COMMENT
MEDIUMthemes/SuiteP/css/Dawn/variables.scss374//## Define the maximum width of `.container` for different screen sizes.COMMENT
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMinstall/populateSeedData.php355 // leverage the seed user to set the acceptance status on the meeting.COMMENT
MEDIUMinclude/clean.php49// new code can leverage the autoloader and use the SuiteCRM namespaceCOMMENT
MEDIUMinclude/SubPanel/registered_layout_defs.php54 //TODO add global memory cache support here. If there is an in memory cache, leverage it.COMMENT
Decorative Section Separators1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMinstall/install_utils.php1038 # -----------------------------COMMENT
Verbosity Indicators2 hits · 3 pts
SeverityFileLineSnippetContext
LOWinclude/utils/sugar_file_utils.php297 // We need to check if is a local file, it can be a stream wrapper (ex: upload://myfile.txt)COMMENT
LOWmodules/Campaigns/utils.php689 //Now we need to check if user is already in subscription listCOMMENT
Slop Phrases2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…rFields/Fields/Collection/ViewSugarFieldCollection.php527 //Make sure to replace {{ and }} with spacing in between because Smarty template parsing will treat {{ or }}COMMENT
LOWinclude/Sugarpdf/sugarpdf/sugarpdf.smarty.php51 * preDisplay method (don't forget to call the parent).COMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWthemes/SuiteP/js/jscolor.js366 // Usage example:COMMENT