Repository Analysis

alibaba/DataX

DataX是阿里云DataWorks数据集成的开源版本。

4.1 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of alibaba/DataX, a Java project with 17,264 GitHub stars. SynthScan v2.0 examined 144,218 lines of code across 1319 source files, recording 75 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 4.1 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).

4.1
Adjusted Score
4.1
Raw Score
100%
Time Factor
2026-07-07
Last Push
17.3K
Stars
Java
Language
144.2K
Lines of Code
1.3K
Files
75
Pattern Hits
2026-07-14
Scan Date
0.03
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 43HIGH 2MEDIUM 2LOW 28

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 75 distinct pattern matches across 8 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.

Hallucination Indicators43 hits · 555 pts
SeverityFileLineSnippetContext
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md262 at com.alibaba.datax.plugin.writer.oceanbasev10writer.task.MultiTableWriterTask.write(MultiTableWriterTask.java:357) [oCODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md263 at com.alibaba.datax.plugin.writer.oceanbasev10writer.task.MultiTableWriterTask.calcRuleAndDoBatchInsert(MultiTableWritCODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md264 at com.alibaba.datax.plugin.writer.oceanbasev10writer.task.MultiTableWriterTask.startWrite(MultiTableWriterTask.java:22CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md266 at com.alibaba.datax.core.taskgroup.runner.WriterRunner.run(WriterRunner.java:62) [datax-core-0.0.1-SNAPSHOT.jar:na]CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md321 at com.alipay.oceanbase.obproxy.connection.ObGroupConnection.checkAndThrowException(ObGroupConnection.java:431) ~[oceanCODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md322 at com.alipay.oceanbase.obproxy.statement.ObStatement.doExecute(ObStatement.java:598) ~[oceanbase-connector-java-2.0.8.CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md323 at com.alipay.oceanbase.obproxy.statement.ObStatement.execute(ObStatement.java:456) ~[oceanbase-connector-java-2.0.8.20CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md324 at com.alipay.oceanbase.obproxy.statement.ObPreparedStatement.execute(ObPreparedStatement.java:148) ~[oceanbase-connectCODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md326 at com.alibaba.datax.plugin.writer.oceanbasev10writer.task.InsertTask.doMultiInsert(InsertTask.java:196) [oceanbasev10wCODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md327 at com.alibaba.datax.plugin.writer.oceanbasev10writer.task.InsertTask.run(InsertTask.java:85) [oceanbasev10writer-0.0.1CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md336 at com.alipay.oceanbase.obproxy.mysql.jdbc.Util.handleNewInstance(Util.java:409) ~[oceanbase-connector-java-2.0.8.20180CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md337 at com.alipay.oceanbase.obproxy.mysql.jdbc.Util.getInstance(Util.java:384) ~[oceanbase-connector-java-2.0.8.20180730.jaCODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md338 at com.alipay.oceanbase.obproxy.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) ~[oceanbase-connector-java-2CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md339 at com.alipay.oceanbase.obproxy.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4403) ~[oceanbase-connector-java-2.0.8CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md340 at com.alipay.oceanbase.obproxy.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4275) ~[oceanbase-connector-java-2.0.8CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md341 at com.alipay.oceanbase.obproxy.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2706) ~[oceanbase-connector-java-2.0.8.2018CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md342 at com.alipay.oceanbase.obproxy.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2867) ~[oceanbase-connector-java-2.0.8.2CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md343 at com.alipay.oceanbase.obproxy.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2843) ~[oceanbase-connector-java-CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md344 at com.alipay.oceanbase.obproxy.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2085) ~[oceanbase-cCODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md345 at com.alipay.oceanbase.obproxy.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1310) ~[oceanbase-connectorCODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md346 at com.alipay.oceanbase.obproxy.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:493) CODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md347 at com.alipay.oceanbase.obproxy.statement.ObPreparedStatement.executeOnConnection(ObPreparedStatement.java:121) ~[oceanCODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md348 at com.alipay.oceanbase.obproxy.statement.ObStatement.doExecuteOnConnection(ObStatement.java:677) ~[oceanbase-connectorCODE
CRITICALoceanbasev10writer/doc/oceanbasev10writer.md349 at com.alipay.oceanbase.obproxy.statement.ObStatement.doExecute(ObStatement.java:558) ~[oceanbase-connector-java-2.0.8.CODE
CRITICAL…om/alibaba/datax/plugin/reader/hdfsreader/DFSUtil.java890 org.apache.commons.io.IOUtils.closeQuietly(reader);CODE
CRITICAL…om/alibaba/datax/plugin/reader/hdfsreader/DFSUtil.java915 try (org.apache.parquet.hadoop.ParquetFileReader reader = org.apache.parquet.hadoop.ParquetFileReader.open(HadooCODE
CRITICAL…om/alibaba/datax/plugin/reader/hdfsreader/DFSUtil.java939 org.apache.commons.io.IOUtils.closeQuietly(reader);CODE
CRITICAL…om/alibaba/datax/plugin/reader/hdfsreader/DFSUtil.java1028 org.apache.hadoop.hive.serde2.io.HiveDecimalWritable decimalWritable = new org.apache.hadoop.hive.serde2CODE
CRITICAL…ba/datax/plugin/writer/obhbasewriter/task/PutTask.java190 Put put = new org.apache.hadoop.hbase.client.Put(rowkey); // row keyCODE
CRITICAL…ax/plugin/reader/hbase11xsqlreader/HbaseSQLHelper.java110 String splitBase64Str = org.apache.commons.codec.binary.Base64.encodeBase64String(splitSer);CODE
CRITICAL…lugin/reader/hbase11xsqlreader/HbaseSQLReaderTask.java69 byte[] splitBytes = org.apache.commons.codec.binary.Base64.decodeBase64(splitBase64Str);CODE
CRITICAL…alibaba/datax/plugin/writer/hdfswriter/HdfsHelper.java542 recordList.add(org.apache.hadoop.hive.common.type.Timestamp.ofEpochMilli(ts.getTime(CODE
CRITICAL…tax/plugin/writer/otswriter/utils/CalculateHelper.java163 totalSize += com.alicloud.openservices.tablestore.core.utils.CalculateHelper.calcStringSizeInBytes(timeseriesKeyCODE
CRITICAL…tax/plugin/writer/otswriter/utils/CalculateHelper.java164 totalSize += com.alicloud.openservices.tablestore.core.utils.CalculateHelper.calcStringSizeInBytes(timeseriesKeyCODE
CRITICAL…tax/plugin/writer/otswriter/utils/CalculateHelper.java165 totalSize += com.alicloud.openservices.tablestore.core.utils.CalculateHelper.calcStringSizeInBytes(timeseriesKeyCODE
CRITICAL…tax/plugin/writer/otswriter/utils/CalculateHelper.java167 totalSize += entry.getValue().getDataSize() + com.alicloud.openservices.tablestore.core.utils.CalculateHelpeCODE
CRITICAL…a/datax/plugin/writer/otswriter/utils/ParseRecord.java28 return new com.alicloud.openservices.tablestore.model.Column(CODE
CRITICAL…a/datax/plugin/writer/otswriter/utils/ParseRecord.java34 return new com.alicloud.openservices.tablestore.model.Column(CODE
CRITICAL…a/datax/plugin/writer/otswriter/utils/ParseRecord.java274 com.alicloud.openservices.tablestore.model.Column c = new com.alicloud.openservices.tablestore.model.Column(CODE
CRITICALoceanbasev10reader/doc/oceanbasev10reader.md236 at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:110)CODE
CRITICALoceanbasev10reader/doc/oceanbasev10reader.md237 at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:211)CODE
CRITICALoceanbasev10reader/doc/oceanbasev10reader.md239 at com.alibaba.datax.plugin.reader.oceanbasev10reader.ext.ReaderTask.doRead(ReaderTask.java:270)CODE
CRITICAL…a/datax/plugin/reader/obhbasereader/ObHbaseReader.java115 Set<String> keywords = Arrays.stream(com.alibaba.datax.plugin.reader.obhbasereader.Constant.OBMYSQL_KEYWORDSCODE
Over-Commented Block14 hits · 14 pts
SeverityFileLineSnippetContext
LOW…ibaba/datax/plugin/writer/doriswriter/DorisWriter.java1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWotsstreamreader/tools/tabulate.py61COMMENT
LOWotsstreamreader/tools/tabulate.py81#COMMENT
LOWotsreader/doc/otsreader.md61 COMMENT
LOWotsreader/doc/otsreader.md81 // 二进制,必须使用(Java)Base64.encodeBase64String方法,将二进制转换为一个可视化的字符串,然后将这个字符串填入value中COMMENT
LOWotsreader/doc/otsreader.md181 // begin和end不能相等COMMENT
LOWotsreader/doc/otsreader.md201 // 上面的代码执行之后,可以获得inputValue为"aGVsbG8="COMMENT
LOWotsreader/doc/otsreader.md221 // 普通列格式:{"name":"{your column name}"}COMMENT
LOWotsreader/doc/otsreader.md281 "instanceName": "",COMMENT
LOW…datax/plugin/reader/opentsdbreader/OpenTSDBReader.java21//This file is part of OpenTSDB.COMMENT
LOWotswriter/doc/otswriter.md301 // 多版本模式,插件会按照多版本模式去解析所有配置COMMENT
LOW…x/plugin/reader/oceanbasev10reader/ext/ReaderTask.java161 // setup the user defined save pointCOMMENT
LOW…tax/plugin/writer/hbase11xwriter/MultiVersionTask.java21 String.format(COMMENT
LOW…tax/plugin/writer/hbase11xwriter/MultiVersionTask.java41// String promptInfo = "Hbasewriter 中,column 的列配置格式应该是:列族:列名. 您配置的列错误:" + columnName;COMMENT
Hyper-Verbose Identifiers6 hits · 6 pts
SeverityFileLineSnippetContext
LOWotsstreamreader/tools/tabulate.py99def _pipe_segment_with_colons(align, colwidth):CODE
LOWotsstreamreader/tools/tabulate.py120def _mediawiki_row_with_attrs(separator, cell_values, colwidths, colaligns):CODE
LOWotsstreamreader/tools/tabulate.py140def _html_begin_table_without_header(colwidths_ignore, colaligns_ignore):CODE
LOWotsstreamreader/tools/tabulate.py172def _latex_line_begin_tabular(colwidths, colaligns, booktabs=False):CODE
LOW…x/plugin/writer/tdenginewriter/DefaultDataHandler.java22public class DefaultDataHandler implements DataHandler {CODE
LOW…/plugin/writer/tdenginewriter/OpentsdbDataHandler.java19public class OpentsdbDataHandler implements DataHandler {CODE
Cross-Language Confusion2 hits · 5 pts
SeverityFileLineSnippetContext
HIGHotsstreamreader/tools/tabulate.py997 | spam || align="right"| 41.9999STRING
HIGHotsstreamreader/tools/tabulate.py999 | eggs || align="right"| 451STRING
Deep Nesting5 hits · 5 pts
SeverityFileLineSnippetContext
LOWotsstreamreader/tools/tabulate.py373CODE
LOWotsstreamreader/tools/tabulate.py495CODE
LOWotsstreamreader/tools/tabulate.py579CODE
LOWotsstreamreader/tools/tabulate.py646CODE
LOWotsstreamreader/tools/tabulate.py1159CODE
Excessive Try-Catch Wrapping2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUM…sstreamreader/tools/tablestore_streamreader_console.py150def parse_time(value):CODE
MEDIUMcore/src/main/bin/perftrace.py303def parseJson(strConfig, context):CODE
Unused Imports2 hits · 2 pts
SeverityFileLineSnippetContext
LOWotsstreamreader/tools/tabulate.py5CODE
LOWotsstreamreader/tools/tabulate.py6CODE
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWotsstreamreader/tools/tabulate.py45__all__ = ["tabulate", "tabulate_formats", "simple_separated_format"]CODE