Free, open-source crypto trading bot, automated bitcoin / cryptocurrency trading software, algorithmic trading bots. Visually design your crypto trading bot, leveraging an integrated charting system, data-mining, backtesting, paper trading, and multi-server crypto bot deployments.
This report presents the forensic synthetic code analysis of Superalgos/Superalgos, a JavaScript project with 5,570 GitHub stars. SynthScan v2.0 examined 664,301 lines of code across 3982 source files, recording 8136 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 112.7 places this repository in the Strong AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 8136 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | NetworkRoot.js | 82 | await SA.projects.localStorage.globals.persistence.newPersistenceStore(global.env.DATABASE.TYPE, 'migrate') | CODE |
| CRITICAL | AppSchemas.js | 29 | SA.projects.foundations.utilities.filesAndDirectories.getAllFilesInDirectoryAndSubdirectories(filePath + folde | CODE |
| CRITICAL | AppSchemas.js | 45 | SA.projects.foundations.globals.schemas.APP_SCHEMA_MAP.set(project + '-' + schemaDocument.type, schemaDo | CODE |
| CRITICAL | …g-Signals/UI/Node-Action-Functions/NodeActionSwitch.js | 23 | UI.projects.socialBots.nodeActionFunctions.socialBotsFunctions.sendTelegramTestMessage(action.node, | CODE |
| CRITICAL⚡ | …ls/UI/Node-Action-Functions/TradingSignalsFunctions.js | 10 | let botToken = UI.projects.visualScripting.utilities.nodeConfig.loadConfigProperty(node.payload, 'botToken') | CODE |
| CRITICAL⚡ | …ls/UI/Node-Action-Functions/TradingSignalsFunctions.js | 11 | let chatId = UI.projects.visualScripting.utilities.nodeConfig.loadConfigProperty(node.payload, 'chatId') | CODE |
| CRITICAL | …ing-Signals/NT/Modules/TradingSignalsNetworkService.js | 28 | thisObject.clientInterface = NT.projects.tradingSignals.modules.clientInterface.newTradingSignalsModulesClientIn | CODE |
| CRITICAL | …ing-Signals/NT/Modules/TradingSignalsNetworkService.js | 29 | thisObject.peerInterface = NT.projects.tradingSignals.modules.peerInterface.newSocialTradingModulesPeerInterface | CODE |
| CRITICAL⚡ | Projects/Trading-Signals/NT/Modules/ClientInterface.js | 38 | let response = SA.projects.tradingSignals.utilities.signalSignatureValidations.validateSignatures(messag | CODE |
| CRITICAL⚡ | Projects/Trading-Signals/NT/Modules/ClientInterface.js | 42 | let senderUserProfile = SA.projects.network.globals.memory.maps.USER_PROFILES_BY_BLOKCHAIN_ACCOUNT.get(s | CODE |
| CRITICAL⚡ | Projects/Trading-Signals/NT/Modules/ClientInterface.js | 43 | let sendingBot = SA.projects.tradingSignals.utilities.signalSignatureValidations.getSigningNode(senderUs | CODE |
| CRITICAL | Projects/Trading-Signals/NT/Modules/ClientInterface.js | 58 | let userSocialBots = SA.projects.visualScripting.utilities.nodeFunctions.nodeBranchToArray(userProfile, | CODE |
| CRITICAL⚡ | Projects/Trading-Signals/NT/Modules/ClientInterface.js | 83 | let senderUserProfile = SA.projects.network.globals.memory.maps.USER_PROFILES_BY_BLOKCHAIN_ACCOUNT.get(f | CODE |
| CRITICAL⚡ | Projects/Trading-Signals/NT/Modules/ClientInterface.js | 84 | let sendingBot = SA.projects.tradingSignals.utilities.signalSignatureValidations.getSigningNode(senderUs | CODE |
| CRITICAL⚡ | Projects/Trading-Signals/NT/Modules/ClientInterface.js | 90 | let followedBotReferences = SA.projects.visualScripting.utilities.nodeFunctions.nodeBranchToArray(listen | CODE |
| CRITICAL | Projects/Trading-Signals/NT/Modules/ClientInterface.js | 103 | message: 'Bot requires minimum ' + SA.projects.governance.utilities.balances.toTokenPowerString( | CODE |
| CRITICAL | …ing-Signals/SA/Utilities/SignalSignatureValidations.js | 27 | if (SA.projects.network.globals.memory.maps.USER_PROFILES_BY_BLOKCHAIN_ACCOUNT.get(socialTradingBotBLockchainAcc | CODE |
| CRITICAL | …ing-Signals/SA/Utilities/SignalSignatureValidations.js | 67 | let signingAccounts = SA.projects.visualScripting.utilities.nodeFunctions.nodeBranchToArray(userProfile, 'Signin | CODE |
| CRITICAL | …gnals/SA/Modules/TradingSignalsNetworkServiceClient.js | 42 | thisObject.p2pNetworkInterface = SA.projects.tradingSignals.modules.p2pNetworkInterface.newTradingSignalsModules | CODE |
| CRITICAL | …gnals/SA/Modules/TradingSignalsNetworkServiceClient.js | 78 | messageId: SA.projects.foundations.utilities.miscellaneousFunctions.genereteUniqueId(), | CODE |
| CRITICAL | …gnals/SA/Modules/TradingSignalsNetworkServiceClient.js | 120 | TS.projects.foundations.functionLibraries.taskFunctions.taskHearBeat("Error while following Signal, stopping | CODE |
| CRITICAL | …gnals/SA/Modules/TradingSignalsNetworkServiceClient.js | 122 | TS.projects.foundations.functionLibraries.nodeJSFunctions.exitProcess() | CODE |
| CRITICAL | …gnals/SA/Modules/TradingSignalsNetworkServiceClient.js | 147 | socialEntity = SA.projects.socialTrading.globals.memory.maps.SOCIAL_PERSONAS_BY_ID.get(socialEntityI | CODE |
| CRITICAL | …gnals/SA/Modules/TradingSignalsNetworkServiceClient.js | 151 | socialEntity = SA.projects.socialTrading.globals.memory.maps.SOCIAL_TRADING_BOTS_BY_ID.get(socialEnt | CODE |
| CRITICAL | …ects/Trading-Signals/SA/Modules/P2PNetworkInterface.js | 66 | socialEntity = SA.projects.socialTrading.globals.memory.maps.SOCIAL_PERSONAS_BY_ID.get(socialEntityId) | CODE |
| CRITICAL | …ects/Trading-Signals/SA/Modules/P2PNetworkInterface.js | 70 | socialEntity = SA.projects.socialTrading.globals.memory.maps.SOCIAL_TRADING_BOTS_BY_ID.get(socialEntityId) | CODE |
| CRITICAL | …ects/Trading-Signals/SA/Modules/P2PNetworkInterface.js | 92 | let userProfileBySocialEntity = SA.projects.socialTrading.globals.memory.maps.USER_PROFILES_BY_SOCIAL_ENTITY_ID. | CODE |
| CRITICAL⚡ | …ects/Trading-Signals/SA/Modules/P2PNetworkInterface.js | 113 | if (SA.projects.tradingSignals.globals.memory.maps.SIGNALS.get(signalReceived.signalId) !== undefined) { | CODE |
| CRITICAL⚡ | …ects/Trading-Signals/SA/Modules/P2PNetworkInterface.js | 122 | let response = SA.projects.tradingSignals.utilities.signalSignatureValidations.validateSignatures(messageHeader) | CODE |
| CRITICAL⚡ | …ects/Trading-Signals/SA/Modules/P2PNetworkInterface.js | 128 | SA.projects.tradingSignals.globals.memory.maps.SIGNALS.set(signalReceived.signalId, timestamp) | CODE |
| CRITICAL | …s/Trading-Signals/TS/Modules/IncomingTradingSignals.js | 13 | tradingEngine = TS.projects.foundations.globals.processVariables.VARIABLES_BY_PROCESS_INDEX_MAP.get(processIndex | CODE |
| CRITICAL | …s/Trading-Signals/TS/Modules/IncomingTradingSignals.js | 57 | let signals = TS.projects.foundations.globals.taskConstants.TRADING_SIGNALS.incomingCandleSignals.getSignals | CODE |
| CRITICAL | …s/Trading-Signals/TS/Modules/OutgoingTradingSignals.js | 14 | tradingEngine = TS.projects.foundations.globals.processVariables.VARIABLES_BY_PROCESS_INDEX_MAP.get(processIndex | CODE |
| CRITICAL | …s/Trading-Signals/TS/Modules/OutgoingTradingSignals.js | 43 | let socialTradingBot = SA.projects.visualScripting.utilities.nodeFunctions.findNodeInNodeMesh(signalDefiniti | CODE |
| CRITICAL | …s/Trading-Signals/TS/Modules/OutgoingTradingSignals.js | 58 | uniqueId: SA.projects.foundations.utilities.miscellaneousFunctions.genereteUniqueId(), | CODE |
| CRITICAL | …s/Trading-Signals/TS/Modules/OutgoingTradingSignals.js | 91 | TS.projects.foundations.globals.taskConstants.TRADING_SIGNALS.outgoingCandleSignals.broadcastSignal(tradingS | CODE |
| CRITICAL | …s/Trading-Signals/TS/Modules/OutgoingTradingSignals.js | 95 | TS.projects.foundations.functionLibraries.taskFunctions.taskHearBeat("Signal broadcasted at " + UTCtime, fal | CODE |
| CRITICAL⚡ | …ts/Trading-Signals/TS/Modules/IncomingCandleSignals.js | 32 | let taskType = TS.projects.foundations.functionLibraries.taskFunctions.getTaskType() | CODE |
| CRITICAL⚡ | …ts/Trading-Signals/TS/Modules/IncomingCandleSignals.js | 33 | TS.projects.foundations.functionLibraries.taskFunctions.taskHearBeat("Candle Signal received, delayed " + rankin | CODE |
| CRITICAL⚡ | …ts/Trading-Signals/TS/Modules/IncomingCandleSignals.js | 40 | let fileContent = await TS.projects.foundations.globals.taskConstants.OPEN_STORAGE_CLIENT.loadSignalFile(signalM | CODE |
| CRITICAL | …ts/Trading-Signals/TS/Modules/IncomingCandleSignals.js | 92 | let ten = TS.projects.foundations.globals.processConstants.CONSTANTS_BY_PROCESS_INDEX_MAP.get(i).TRADING_SYS | CODE |
| CRITICAL | …ts/Trading-Signals/TS/Modules/IncomingCandleSignals.js | 93 | let ref = SA.projects.visualScripting.utilities.nodeFunctions.nodeMeshToPathArray(ten, signalDefinitionId) | CODE |
| CRITICAL | …ts/Trading-Signals/TS/Modules/OutgoingCandleSignals.js | 41 | TS.projects.foundations.globals.taskConstants.OPEN_STORAGE_CLIENT.persistSignal(candleSignals, socialTrading | CODE |
| CRITICAL | …ts/Trading-Signals/TS/Modules/OutgoingCandleSignals.js | 53 | signalId: SA.projects.foundations.utilities.miscellaneousFunctions.genereteUniqueId(), | CODE |
| CRITICAL | …ts/Trading-Signals/TS/Modules/OutgoingCandleSignals.js | 65 | let response = await TS.projects.foundations.globals.taskConstants.P2P_NETWORK.p2pNetworkClient.tradingSignalsNe | CODE |
| CRITICAL⚡ | …in-Factory/NT/Modules/MachineLearningNetworkService.js | 31 | let appBootstrapingProcess = SA.projects.socialTrading.modules.appBootstrapingProcess.newSocialTradingAppBootstr | CODE |
| CRITICAL⚡ | …in-Factory/NT/Modules/MachineLearningNetworkService.js | 36 | thisObject.clientInterface = NT.projects.bitcoinFactory.modules.clientInterface.newBitcoinFactoryModulesClientIn | CODE |
| CRITICAL⚡ | …in-Factory/NT/Modules/MachineLearningNetworkService.js | 37 | thisObject.serverInterface = NT.projects.bitcoinFactory.modules.serverInterface.newBitcoinFactoryModulesServerIn | CODE |
| CRITICAL | Projects/Bitcoin-Factory/NT/Modules/ClientInterface.js | 44 | let connectedUserProfilesLabel = SA.projects.foundations.utilities.miscellaneousFunctions.pad(connectedUserProfi | CODE |
| CRITICAL | Projects/Bitcoin-Factory/NT/Modules/ClientInterface.js | 123 | ' -> Clients Requests Queue Size = ' + SA.projects.foundations.utilities.miscellaneousFunctions.pad(requ | CODE |
| CRITICAL | Projects/Bitcoin-Factory/NT/Modules/ClientInterface.js | 194 | ' -> Clients Requests Queue Size = ' + SA.projects.foundations.utilities.miscellaneousFunctions.pad(requ | CODE |
| CRITICAL | Projects/Bitcoin-Factory/NT/Modules/ClientInterface.js | 304 | ' -> Clients Requests Queue Size = ' + SA.projects.foundations.utilities.miscellaneousFu | CODE |
| CRITICAL | Projects/Bitcoin-Factory/NT/Modules/ClientInterface.js | 311 | ' -> Clients Requests Queue Size = ' + SA.projects.foundations.utilities.miscellaneousFu | CODE |
| CRITICAL | …tory/SA/Modules/MachineLearningNetworkServiceClient.js | 29 | let appBootstrapingProcess = SA.projects.bitcoinFactory.modules.appBootstrapingProcess.newBitoinFactoryAppBootst | CODE |
| CRITICAL | …tcoin-Factory/TS/Bot-Modules/Test-Client/TestClient.js | 20 | TS.projects.foundations.globals.processVariables.VARIABLES_BY_PROCESS_INDEX_MAP.get(processIndex).UNEXPECTED | CODE |
| CRITICAL | …tcoin-Factory/TS/Bot-Modules/Test-Client/TestClient.js | 21 | TS.projects.foundations.globals.loggerVariables.VARIABLES_BY_PROCESS_INDEX_MAP.get(processIndex).BOT_MAIN_LO | CODE |
| CRITICAL | …tcoin-Factory/TS/Bot-Modules/Test-Client/TestClient.js | 53 | await SA.projects.foundations.utilities.asyncFunctions.sleep(60000) | CODE |
| CRITICAL | …tcoin-Factory/TS/Bot-Modules/Test-Client/TestClient.js | 88 | TS.projects.foundations.globals.processVariables.VARIABLES_BY_PROCESS_INDEX_MAP.get(processIndex).UNEXPECTED | CODE |
| CRITICAL | …tcoin-Factory/TS/Bot-Modules/Test-Client/TestClient.js | 89 | TS.projects.foundations.globals.loggerVariables.VARIABLES_BY_PROCESS_INDEX_MAP.get(processIndex).BOT_MAIN_LO | CODE |
| CRITICAL | …tcoin-Factory/TS/Bot-Modules/Test-Client/TestClient.js | 128 | messageId: SA.projects.foundations.utilities.miscellaneousFunctions.genereteUniqueId(), | CODE |
| 7108 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | AppSchemas.js | 18 | function loadAppSchemasForAllProjects (resolve) { | CODE |
| LOW | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 779 | def find_optimal_resource_allocation(available_cpu, available_gpu): | STRING |
| LOW | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 892 | def on_postprocess_trajectory( | STRING |
| LOW | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 991 | def print_quantstats_full_report(portfolio_history, df_normal, filename='dqn_quantstats'): | STRING |
| LOW | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 770 | def find_optimal_resource_allocation(available_cpu, available_gpu): | STRING |
| LOW | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 883 | def on_postprocess_trajectory( | STRING |
| LOW | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 982 | def print_quantstats_full_report(portfolio_history, df_normal, filename='dqn_quantstats'): | STRING |
| LOW | …g-Signals/UI/Node-Action-Functions/NodeActionSwitch.js | 1 | function newTradingSignalsNodeActionSwitch() { | CODE |
| LOW⚡ | …ls/UI/Node-Action-Functions/TradingSignalsFunctions.js | 1 | function newSocialBotsFunctionLibraryTradingSignalsFunctions() { | CODE |
| LOW | …ing-Signals/NT/Modules/TradingSignalsNetworkService.js | 1 | exports.newTradingSignalsModulesTradingSignalsNetworkService = function newTradingSignalsModulesTradingSignalsNetworkSer | CODE |
| LOW | Projects/Trading-Signals/NT/Modules/ClientInterface.js | 1 | exports.newTradingSignalsModulesClientInterface = function newTradingSignalsModulesClientInterface() { | CODE |
| LOW | Projects/Trading-Signals/NT/Modules/PeerInterface.js | 1 | exports.newSocialTradingModulesPeerInterface = function newSocialTradingModulesPeerInterface() { | CODE |
| LOW | …gnals/SA/Modules/TradingSignalsNetworkServiceClient.js | 1 | exports.newTradingSignalsModulesTradingSignalsNetworkServiceClient = function newTradingSignalsModulesTradingSignalsNetw | CODE |
| LOW | …ts/Trading-Signals/TS/Modules/IncomingCandleSignals.js | 58 | function tradingSignalMessageReceived(tradingSignalMessage) { | CODE |
| LOW | …in-Factory/NT/Modules/MachineLearningNetworkService.js | 1 | exports.newBitcoinFactoryModulesMachineLearningNetworkService = function newBitcoinFactoryModulesMachineLearningNetworkS | CODE |
| LOW | Projects/Bitcoin-Factory/NT/Modules/ClientInterface.js | 1 | exports.newBitcoinFactoryModulesClientInterface = function newBitcoinFactoryModulesClientInterface() { | CODE |
| LOW | Projects/Bitcoin-Factory/NT/Modules/ClientInterface.js | 361 | function rememberMessagesForDashboard(queryReceived) { | CODE |
| LOW | Projects/Bitcoin-Factory/NT/Modules/ServerInterface.js | 1 | exports.newBitcoinFactoryModulesServerInterface = function newBitcoinFactoryModulesServerInterface() { | CODE |
| LOW | …tory/SA/Modules/MachineLearningNetworkServiceClient.js | 1 | exports.newBitcoinFactoryModulesMachineLearningNetworkServiceClient = function newBitcoinFactoryModulesMachineLearningNe | CODE |
| LOW | …s/Bitcoin-Factory/SA/Modules/AppBootstrapingProcess.js | 1 | exports.newBitoinFactoryAppBootstrapingProcess = function newBitoinFactoryAppBootstrapingProcess() { | CODE |
| LOW | Projects/Bitcoin-Factory/TS/Utilities/Miscellaneous.js | 1 | exports.newBitcoinFactoryUtilitiesMiscellaneous = function newBitcoinFactoryUtilitiesMiscellaneous() { | CODE |
| LOW⚡ | …Factory/TS/Bot-Modules/Test-Server/TestCasesManager.js | 436 | function calculatePercentageErrorRMSE(testResult) { | CODE |
| LOW | …tcoin-Factory/TS/Bot-Modules/Test-Server/DataBridge.js | 398 | function iterateOverFeaturesOrLabels() { | CODE |
| LOW⚡ | …ctory/TS/Bot-Modules/Test-Server/TestClientsManager.js | 27 | async function scanSuperalgosUserProfiles() { | CODE |
| LOW | …ory/TS/Bot-Modules/Test-Server/ForecastCasesManager.js | 109 | function findForecastCaseWithSameAssetTimeframe(mainAsset,mainTimeFrame) { | CODE |
| LOW | …ory/TS/Bot-Modules/Test-Server/ForecastCasesManager.js | 308 | function calculatePercentageErrorRMSE(forecastResult) { | CODE |
| LOW | …y/TS/Bot-Modules/Test-Server/ForecastClientsManager.js | 1 | exports.newForecastClientsManager = function newForecastClientsManager(processIndex, networkCodeName) { | CODE |
| LOW⚡ | …y/TS/Bot-Modules/Test-Server/ForecastClientsManager.js | 27 | async function scanSuperalgosUserProfiles() { | CODE |
| LOW⚡ | …ctory/TS/Bot-Modules/Forecast-Client/ForecastClient.js | 205 | async function onErrorgetAllForecastCase(err) { | CODE |
| LOW | …ctory/TS/Bot-Modules/Forecast-Client/ForecastClient.js | 89 | async function onSuccessgetNextForecastCase(nextForecastCase) { | CODE |
| LOW | …ctory/TS/Bot-Modules/Forecast-Client/ForecastClient.js | 129 | async function onErrorgetNextForecastCase(err) { | CODE |
| LOW | …ctory/TS/Bot-Modules/Forecast-Client/ForecastClient.js | 156 | async function onSuccessgetAllForecastCase(response) { | CODE |
| LOW | …ctory/TS/Bot-Modules/Forecast-Client/ForecastClient.js | 524 | function writePytonInstructionsFile(instruction, nextForecastCase, buildnewModel) { | CODE |
| LOW | …ctory/TS/Bot-Modules/Forecast-Client/ForecastClient.js | 966 | function checkSetForecastCaseResultsResponse(forecastCasesArrayfromTestserver) { | CODE |
| LOW | …y-Plugins/UI/Node-Action-Functions/NodeActionSwitch.js | 1 | function newCommunityPluginsNodeActionSwitch() { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 64 | async function addMissingPluginDataMines(node, rootNodes) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 80 | async function addSpecifiedPluginDataMine(node, rootNodes, historyObject) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 111 | async function addMissingPluginTradingMines(node, rootNodes) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 127 | async function addMissingPluginTradingSystems(node, rootNodes) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 143 | async function addMissingPluginTradingEngines(node, rootNodes) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 159 | async function addMissingPluginPortfolioMines(node, rootNodes) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 175 | async function addMissingPluginPortfolioSystems(node, rootNodes) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 191 | async function addMissingPluginPortfolioEngines(node, rootNodes) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 207 | async function addMissingPluginLearningMines(node, rootNodes) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 223 | async function addMissingPluginLearningSystems(node, rootNodes) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 239 | async function addMissingPluginLearningEngines(node, rootNodes) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 255 | async function addMissingPluginTutorials(node, rootNodes) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 303 | function enableSavingWithWorkspace(node, rootNodes, callBackFunction) { | CODE |
| LOW⚡ | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 309 | function disableSavingWithWorkspace(node, rootNodes, callBackFunction) { | CODE |
| LOW | …y-Plugins/UI/Node-Action-Functions/PluginsFunctions.js | 1 | function newPluginsFunctionLibraryPluginsFunctions() { | CODE |
| LOW | Projects/Community-Plugins/UI/Utilities/Plugins.js | 1 | function newPluginsUtilitiesPlugins() { | CODE |
| LOW | Projects/Community-Plugins/UI/Utilities/Plugins.js | 55 | function getPluginFolderNamesByNodeType(nodeType) { | CODE |
| LOW | …ects/Community-Plugins/SA/Utilities/PluginsAtGithub.js | 9 | async function pushPluginFileAndPullRequest( | CODE |
| LOW | Projects/Community-Plugins/SA/Utilities/Nodes.js | 10 | function fromSavedPluginToInMemoryStructure( | CODE |
| LOW | Projects/Community-Plugins/SA/Utilities/Nodes.js | 101 | function fromInMemoryStructureToStructureWithReferenceParents( | CODE |
| LOW | …ns/UI/Spaces/Contributions-Space/ContributionsSpace.js | 1 | function newContributionsContributionsSpace() { | CODE |
| LOW | …ons/UI/Spaces/Contributions-Space/ContributionsPage.js | 1 | function newContributionsContributionsPage() { | CODE |
| LOW | …tions/UI/System-Action-Functions/SystemActionSwitch.js | 1 | function newContributionsSystemActionSwitch() { | CODE |
| LOW | …Open-Storage/SA/Modules/OpenStorageTaskServerClient.js | 1 | exports.newOpenStorageModulesOpenStorageTaskServerClient = function newOpenStorageModulesOpenStorageTaskServerClient() { | CODE |
| LOW | …ts/Open-Storage/SA/Modules/OpenStorageNetworkClient.js | 1 | exports.newOpenStorageModulesOpenStorageNetworkClient = function newOpenStorageModulesOpenStorageNetworkClient() { | CODE |
| 642 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | network.js | 41 | ############################################################ | COMMENT |
| LOW | …-Factory/Test-Client/notebooks/Bitcoin_Factory_LSTM.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | …t-Client/notebooks/Bitcoin_Factory_LSTM_Forecasting.py | 241 | # | COMMENT |
| LOW | …ts/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js | 401 | // This forces the tutorial to close the workspaces panel and to keep it closed. | COMMENT |
| LOW | …ts/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js | 1541 | if (isInitialized === false) { return } | COMMENT |
| LOW | …ts/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js | 1561 | // case 'Tutorial Topic': { | COMMENT |
| LOW | …Workspaces/UI/Spaces/Workspace-Space/WorkspaceSpace.js | 61 | COMMENT | |
| LOW | …/Trading-Bot/Low-Frequency-Trading/APIs/ExchangeAPI.js | 221 | COMMENT | |
| LOW | Platform/WebServer/require.js | 1901 | node.setAttribute('data-requirecontext', context.contextName); | COMMENT |
| LOW | Platform/WebServer/require.js | 1921 | !isOpera) { | COMMENT |
| LOW | Platform/WebServer/css/governance.css | 881 | text-align: left; | COMMENT |
| LOW | Platform/WebServer/externalScripts/jquery-3.6.0.js | 1021 | * @param {Boolean} disabled true for :disabled; false for :enabled | COMMENT |
| LOW | Platform/WebServer/externalScripts/jquery-3.6.0.js | 1321 | // Build QSA regex | COMMENT |
| LOW | Platform/WebServer/externalScripts/jquery-3.6.0.js | 4301 | owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; | COMMENT |
| LOW | Platform/WebServer/externalScripts/jquery-3.6.0.js | 5661 | // Support: Chrome 86+ | COMMENT |
| LOW | Platform/WebServer/externalScripts/jquery-3.6.0.js | 6801 | // Use offsetWidth/offsetHeight for when box sizing is unreliable. | COMMENT |
| LOW | Platform/WebServer/externalScripts/jquery-3.6.0.js | 10561 | // Subtract parent offsets and element margins | COMMENT |
| LOW | Platform/WebServer/externalScripts/jquery-3.6.0.js | 10821 | return text == null ? | COMMENT |
| LOW | Platform/Client/dashboardsInterface.js | 501 | // // let messageToSend = (new Date()).toISOString() + '|*|Platform|*|Data|*|Governance-UserInfo|*|'/* + JSON.str | COMMENT |
| LOW | Platform/Client/dashboardsInterface.js | 521 | // // note: Access event handlers PL.servers.EVENT_SERVER.eventHandlers | COMMENT |
| LOW | Platform/Client/dashboardsInterface.js | 541 | // object.forEach( function (value, key) { | COMMENT |
| LOW | Platform/Client/dashboardsInterface.js | 561 | COMMENT | |
| LOW | Platform/Client/dashboardsInterface.js | 581 | // } | COMMENT |
| LOW | Social-Trading/React-UI/readme.md | 1 | # the index files left in this folder are necessary cause for some reason js looks up for them and only them if they are | COMMENT |
| LOW | …ng/React-UI/frontend/config/webpackDevServer.config.js | 21 | // https://medium.com/webpack/webpack-dev-server-middleware-security-issues-1489d950874a | COMMENT |
| LOW | …ng/React-UI/frontend/config/webpackDevServer.config.js | 41 | }, | COMMENT |
| LOW | …ial-Trading/React-UI/frontend/config/webpack.config.js | 541 | }, | COMMENT |
| LOW | …ial-Trading/React-UI/frontend/config/webpack.config.js | 601 | // the requesting resource. | COMMENT |
| LOW | Social-Trading/React-UI/frontend/config/env.js | 41 | // We support resolving modules according to `NODE_PATH`. | COMMENT |
| LOW | Social-Trading/Clean-UI/UI/require.js | 1901 | node.setAttribute('data-requirecontext', context.contextName); | COMMENT |
| LOW | Social-Trading/Clean-UI/UI/require.js | 1921 | !isOpera) { | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 21 | #include <algorithm> // all_of, find, for_each | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 41 | // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me> | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 61 | #ifndef JSON_SKIP_LIBRARY_VERSION_CHECK | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 81 | #if JSON_DIAGNOSTICS | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 141 | { | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 161 | #include <algorithm> // transform | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 181 | COMMENT | |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 201 | #include <array> // array | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 221 | // | | |__ | | | | | | version 3.11.2 | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 321 | // | | |__ | | | | | | version 3.11.2 | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 341 | #define JSON_HEDLEY_STRINGIFY_EX(x) #x | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 361 | #define JSON_HEDLEY_CONCAT3_EX(a,b,c) a##b##c | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 381 | #define JSON_HEDLEY_VERSION_DECODE_MINOR(version) (((version) % 1000000) / 1000) | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 401 | #define JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_GNUC_VERSION >= JSON_HEDLEY_VERSION_ENCODE(ma | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 421 | #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (0) | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 441 | #endif | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 461 | #define JSON_HEDLEY_INTEL_CL_VERSION_CHECK(major,minor,patch) (0) | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 481 | #undef JSON_HEDLEY_SUNPRO_VERSION | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 501 | COMMENT | |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 521 | #if defined(__CC_ARM) && defined(__ARMCOMPILER_VERSION) | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 541 | #elif defined(__xlC__) && defined(__xlC_ver__) | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 561 | ( \ | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 581 | #undef JSON_HEDLEY_TI_CL2000_VERSION | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 601 | #endif | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 621 | #endif | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 641 | #define JSON_HEDLEY_TI_CL6X_VERSION_CHECK(major,minor,patch) (0) | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 661 | #undef JSON_HEDLEY_TI_CLPRU_VERSION | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 681 | #define JSON_HEDLEY_CRAY_VERSION JSON_HEDLEY_VERSION_ENCODE(_RELEASE_MAJOR, _RELEASE_MINOR, _RELEASE_PATCHLEVEL) | COMMENT |
| LOW | …rderFetcherFromSA/OrderFetcherFromSA/nlohmann/json.hpp | 701 | #define JSON_HEDLEY_IAR_VERSION JSON_HEDLEY_VERSION_ENCODE((__VER__ / 1000000), ((__VER__ / 1000) % 1000), (__VE | COMMENT |
| 148 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Launch-Scripts/systemCheck.js | 6 | // centralizes them in one place & makes tests more robust | COMMENT |
| MEDIUM | Launch-Scripts/runSetup.js | 15 | // ** export setup piece by piece for more robust tests ** | COMMENT |
| MEDIUM | Platform/WebServer/externalScripts/jquery-3.6.0.js | 10830 | // understands anonymous AMD modules. A named AMD is safest and most robust | COMMENT |
| MEDIUM | …rver/externalScripts/monaco/vs/language/css/cssMode.js | 7 | define("vs/language/css/workerManager",["require","exports","./fillers/monaco-editor-core"],(function(e,t,n){"use strict | CODE |
| MEDIUM | …er/externalScripts/monaco/vs/language/css/cssWorker.js | 7 | !function(e){if("object"==typeof module&&"object"==typeof module.exports){var t=e(require,exports);void 0!==t&&(module.e | CODE |
| MEDIUM⚡ | …er/externalScripts/monaco/vs/language/html/htmlMode.js | 7 | define("vs/language/html/workerManager",["require","exports","./fillers/monaco-editor-core"],(function(e,t,n){"use stric | CODE |
| MEDIUM⚡ | …er/externalScripts/monaco/vs/language/html/htmlMode.js | 7 | define("vs/language/html/workerManager",["require","exports","./fillers/monaco-editor-core"],(function(e,t,n){"use stric | CODE |
| MEDIUM⚡ | …er/externalScripts/monaco/vs/language/html/htmlMode.js | 7 | define("vs/language/html/workerManager",["require","exports","./fillers/monaco-editor-core"],(function(e,t,n){"use stric | CODE |
| MEDIUM⚡ | …/externalScripts/monaco/vs/language/html/htmlWorker.js | 7 | define("vscode-nls/vscode-nls",["require","exports"],(function(e,t){"use strict";function n(e,t){return 0===t.length?e:e | CODE |
| MEDIUM⚡ | …/externalScripts/monaco/vs/language/html/htmlWorker.js | 7 | define("vscode-nls/vscode-nls",["require","exports"],(function(e,t){"use strict";function n(e,t){return 0===t.length?e:e | CODE |
| MEDIUM⚡ | …/externalScripts/monaco/vs/language/html/htmlWorker.js | 7 | define("vscode-nls/vscode-nls",["require","exports"],(function(e,t){"use strict";function n(e,t){return 0===t.length?e:e | CODE |
| MEDIUM | …ial-Trading/React-UI/frontend/config/webpack.config.js | 747 | // Turn off performance processing because we utilize | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …-Factory/Test-Client/notebooks/Bitcoin_Factory_LSTM.py | 32 | CODE | |
| LOW | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 7 | CODE | |
| LOW | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 12 | CODE | |
| LOW | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 12 | CODE | |
| LOW | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 53 | CODE | |
| LOW | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 85 | CODE | |
| LOW | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 89 | CODE | |
| LOW | …t-Client/notebooks/Bitcoin_Factory_LSTM_Forecasting.py | 13 | CODE | |
| LOW | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 7 | CODE | |
| LOW | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 12 | CODE | |
| LOW | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 12 | CODE | |
| LOW | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 46 | CODE | |
| LOW | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 76 | CODE | |
| LOW | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 80 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ng-up-a-new-chart-018-tutorial-step-i-see-a-chart.json | 6 | "text": "Did you find the Time Machine you added? Don't forget to move around the Charting Space, I know it's he | CODE |
| LOW | …-the-basics-020-tutorial-step-dont-forget-to-save.json | 4 | "type": "Tutorial Step - Don't Forget to Save!", | CODE |
| LOW | …-the-basics-019-tutorial-step-dont-forget-to-sign.json | 4 | "type": "Tutorial Step - Don't Forget to Sign!", | CODE |
| MEDIUM | …nt/order-management-006-syncing-with-the-exchange.json | 896 | "text": "As mentioned earlier, and as may be inferred from the example orders presented earlier, the size fi | CODE |
| LOW | …rver/externalScripts/monaco/vs/language/css/cssMode.js | 7 | define("vs/language/css/workerManager",["require","exports","./fillers/monaco-editor-core"],(function(e,t,n){"use strict | CODE |
| LOW | …er/externalScripts/monaco/vs/language/css/cssWorker.js | 7 | !function(e){if("object"==typeof module&&"object"==typeof module.exports){var t=e(require,exports);void 0!==t&&(module.e | CODE |
| MEDIUM⚡ | …er/externalScripts/monaco/vs/language/html/htmlMode.js | 7 | define("vs/language/html/workerManager",["require","exports","./fillers/monaco-editor-core"],(function(e,t,n){"use stric | CODE |
| MEDIUM⚡ | …/externalScripts/monaco/vs/language/html/htmlWorker.js | 7 | define("vscode-nls/vscode-nls",["require","exports"],(function(e,t){"use strict";function n(e,t){return 0===t.length?e:e | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …lation/TS/Function-Libraries/OutputRecordsFunctions.js | 323 | The purpose of this function is to check that value variable does not have a value that | CODE |
| LOW | …lation/TS/Function-Libraries/OutputRecordsFunctions.js | 343 | The purpose of this function is to check that value variable does not have a value that | CODE |
| LOW | …es/Trading-Bot/Low-Frequency-Trading/TradingProcess.js | 234 | We need to check if we have reached the head of the market in order to know | CODE |
| LOW | …/Governance/SA/Function-Libraries/ProfileTokenPower.js | 3 | /* The purpose of this function is to make information about Token Power available on SA level, different to UI wher | COMMENT |
| LOW | …Learning-Bot/Low-Frequency-Learning/LearningRecords.js | 314 | The purpose of this function is to check that value variable does not have a value that | CODE |
| LOW | …Learning-Bot/Low-Frequency-Learning/LearningRecords.js | 334 | The purpose of this function is to check that value variable does not have a value that | CODE |
| LOW | …Learning-Bot/Low-Frequency-Learning/LearningProcess.js | 235 | We need to check if we have reached the head of the market in order to know | CODE |
| LOW | …tfolio-Bot/Low-Frequency-Portfolio/PortfolioProcess.js | 234 | We need to check if we have reached the head of the market in order to know | CODE |
| LOW | Platform/WebServer/externalScripts/jquery-ui.js | 17237 | // IE sets focus asynchronously, so we need to check if focus | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | Platform/WebServer/externalScripts/jquery-ui.js | 8692 | // Format a name, short or long as requested | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Platform/WebServer/externalScripts/jquery-ui.js | 2587 | element.data( dataSpace + "placeholder", placeholder ); | CODE |
| LOW | Platform/WebServer/externalScripts/jquery-ui.js | 2600 | var dataKey = dataSpace + "placeholder", | CODE |
| LOW⚡ | …er/externalScripts/monaco/vs/language/html/htmlMode.js | 7 | define("vs/language/html/workerManager",["require","exports","./fillers/monaco-editor-core"],(function(e,t,n){"use stric | CODE |
| LOW⚡ | …/externalScripts/monaco/vs/language/html/htmlWorker.js | 7 | define("vscode-nls/vscode-nls",["require","exports"],(function(e,t){"use strict";function n(e,t){return 0===t.length?e:e | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 386 | CODE | |
| LOW | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 637 | CODE | |
| LOW | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 377 | CODE | |
| LOW | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 628 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …D/OrderFetcherFromSA/OrderFetcherFromSA/CMakeLists.txt | 12 | # TODO: Add tests and install targets if needed. | COMMENT |
| LOW | Reports/RnD/TradeAnalysis/TradeAnalysis/CMakeLists.txt | 12 | # TODO: Add tests and install targets if needed. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …in-Factory/Test-Client/notebooks/Bitcoin_Factory_RL.py | 903 | # Create the ppo trainer configuration | STRING |
| MEDIUM | …actory/Forecast-Client/notebooks/Bitcoin_Factory_RL.py | 894 | # Create the ppo trainer configuration | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …TS/Bot-Modules/API-Data-Fetcher-Bot/FetchingProcess.js | 1317 | function getData() { | CODE |
| LOW | Platform/WebServer/externalScripts/jquery-3.6.0.js | 4405 | function getData( data ) { | CODE |