AIHawk aims to easy job hunt process by automating the job application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in a tailored way.
This report presents the forensic synthetic code analysis of feder-cr/Jobs_Applier_AI_Agent_AIHawk, a Python project with 30,009 GitHub stars. SynthScan v2.0 examined 5,977 lines of code across 57 source files, recording 136 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 31.1 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).
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.
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 136 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | main.py | 523 | print(f"An error occurred: {e}") | CODE |
| LOW | main.py | 302 | except Exception as e: | CODE |
| LOW | main.py | 387 | except Exception as e: | CODE |
| LOW | main.py | 466 | except Exception as e: | CODE |
| LOW | main.py | 495 | except Exception as e: | CODE |
| LOW | main.py | 522 | except Exception as e: | CODE |
| LOW | main.py | 560 | except Exception as e: | CODE |
| LOW⚡ | src/resume_schemas/resume.py | 121 | except Exception as e: | CODE |
| LOW⚡ | src/resume_schemas/resume.py | 132 | except Exception as e: | CODE |
| LOW | src/resume_schemas/resume.py | 156 | except Exception as e: | CODE |
| LOW | src/resume_schemas/resume.py | 185 | except Exception as e: | CODE |
| LOW | src/resume_schemas/job_application_profile.py | 74 | except Exception as e: | CODE |
| LOW | src/resume_schemas/job_application_profile.py | 96 | except Exception as e: | CODE |
| LOW | src/resume_schemas/job_application_profile.py | 114 | except Exception as e: | CODE |
| LOW | src/resume_schemas/job_application_profile.py | 132 | except Exception as e: | CODE |
| LOW | src/resume_schemas/job_application_profile.py | 150 | except Exception as e: | CODE |
| LOW | src/resume_schemas/job_application_profile.py | 168 | except Exception as e: | CODE |
| LOW | src/utils/chrome_utils.py | 45 | except Exception as e: | CODE |
| LOW | src/utils/chrome_utils.py | 91 | except Exception as e: | CODE |
| MEDIUM | src/utils/chrome_utils.py | 38 | def init_browser() -> webdriver.Chrome: | CODE |
| LOW | src/libs/llm_manager.py | 229 | except Exception as e: | CODE |
| LOW | src/libs/llm_manager.py | 245 | except Exception as e: | CODE |
| LOW | src/libs/llm_manager.py | 258 | except Exception as e: | CODE |
| LOW | src/libs/llm_manager.py | 265 | except Exception as e: | CODE |
| LOW | src/libs/llm_manager.py | 295 | except Exception as e: | CODE |
| LOW | src/libs/llm_manager.py | 322 | except Exception as e: | CODE |
| LOW | src/libs/llm_manager.py | 379 | except Exception as e: | CODE |
| LOW | src/libs/llm_manager.py | 456 | except Exception as e: | CODE |
| LOW | src/libs/resume_and_cover_builder/resume_generator.py | 33 | except Exception as e: | CODE |
| LOW | src/libs/resume_and_cover_builder/utils.py | 101 | except Exception as e: | CODE |
| LOW | src/libs/resume_and_cover_builder/style_manager.py | 51 | except Exception as e: | CODE |
| LOW | src/libs/resume_and_cover_builder/style_manager.py | 86 | except Exception as e: | CODE |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 71 | except Exception as e: | CODE |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 87 | except Exception as e: | CODE |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 141 | except Exception as e: | STRING |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 309 | except Exception as exc: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | main.py | 114 | def _validate_experience_levels(cls, experience_levels: dict, config_path: Path): | CODE |
| LOW | main.py | 141 | def _validate_list_of_strings(cls, parameters: dict, keys: list, config_path: Path): | CODE |
| LOW | main.py | 307 | def create_resume_pdf_job_tailored(parameters: dict, llm_api_key: str): | CODE |
| LOW⚡ | src/job_application_saver.py | 23 | def create_application_directory(self): | CODE |
| LOW | src/job.py | 17 | def formatted_job_information(self): | CODE |
| LOW⚡ | src/resume_schemas/resume.py | 125 | def _process_personal_information(self, data: Dict[str, Any]) -> PersonalInformation: | CODE |
| LOW⚡ | src/resume_schemas/resume.py | 135 | def _process_education_details(self, data: List[Dict[str, Any]]) -> List[EducationDetails]: | CODE |
| LOW | src/resume_schemas/resume.py | 160 | def _process_experience_details(self, data: List[Dict[str, Any]]) -> List[ExperienceDetails]: | CODE |
| LOW | src/libs/llm_manager.py | 487 | def _preprocess_template_string(template: str) -> str: | CODE |
| LOW | src/libs/llm_manager.py | 502 | def set_job_application_profile(self, job_application_profile): | CODE |
| LOW | src/libs/llm_manager.py | 509 | def summarize_job_description(self, text: str) -> str: | CODE |
| LOW | src/libs/llm_manager.py | 526 | def answer_question_textual_wide_range(self, question: str) -> str: | CODE |
| LOW | src/libs/llm_manager.py | 639 | def extract_number_from_string(self, output_str): | CODE |
| LOW | src/libs/llm_manager.py | 649 | def answer_question_from_options(self, question: str, options: list[str]) -> str: | CODE |
| LOW | src/libs/llm_manager.py | 668 | def determine_resume_or_cover(self, phrase: str) -> str: | CODE |
| LOW | src/libs/resume_and_cover_builder/resume_generator.py | 47 | def create_resume_job_description_text(self, style_path: str, job_description_text: str): | CODE |
| LOW | src/libs/resume_and_cover_builder/resume_generator.py | 53 | def create_cover_letter_job_description(self, style_path: str, job_description_text: str): | CODE |
| LOW | src/libs/resume_and_cover_builder/resume_facade.py | 88 | def create_resume_pdf_job_tailored(self) -> tuple[bytes, str]: | CODE |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 46 | def _preprocess_template_string(template: str) -> str: | CODE |
| LOW⚡ | …over_builder/llm/llm_generate_cover_letter_from_job.py | 34 | def _preprocess_template_string(template: str) -> str: | CODE |
| LOW⚡ | …over_builder/llm/llm_generate_cover_letter_from_job.py | 52 | def set_job_description_from_text(self, job_description_text) -> None: | CODE |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 28 | def set_job_description_from_text(self, job_description_text) -> None: | CODE |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 50 | def generate_education_section(self) -> str: | CODE |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 61 | def generate_work_experience_section(self) -> str: | CODE |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 72 | def generate_projects_section(self) -> str: | CODE |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 83 | def generate_achievements_section(self) -> str: | CODE |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 95 | def generate_certifications_section(self) -> str: | CODE |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 106 | def generate_additional_skills_section(self) -> str: | CODE |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 36 | def _preprocess_template_string(template: str) -> str: | CODE |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 73 | def generate_education_section(self, data = None) -> str: | CODE |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 101 | def generate_work_experience_section(self, data = None) -> str: | CODE |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 129 | def generate_projects_section(self, data = None) -> str: | CODE |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 157 | def generate_achievements_section(self, data = None) -> str: | CODE |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 188 | def generate_certifications_section(self, data = None) -> str: | CODE |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 216 | def generate_additional_skills_section(self, data = None) -> str: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | main.py | 436 | # Create the ResumeFacade | COMMENT |
| MEDIUM | main.py | 454 | # Define the output directory using `suggested_name` | COMMENT |
| MEDIUM⚡ | src/job_application_saver.py | 26 | # Create a unique directory name using the application ID and company name | COMMENT |
| MEDIUM⚡ | src/job_application_saver.py | 30 | # Create the directory if it doesn't exist | COMMENT |
| MEDIUM | src/logging.py | 70 | # Define a simplified format for selenium logger entries | COMMENT |
| MEDIUM⚡ | src/resume_schemas/resume.py | 117 | # Create an instance of Resume from the parsed data | COMMENT |
| MEDIUM | src/libs/resume_and_cover_builder/utils.py | 59 | # Create a log entry with all relevant information | COMMENT |
| MEDIUM | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 83 | # Create the vectorstore using FAISS | COMMENT |
| MEDIUM | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 288 | # Create a dictionary to map the function names to their respective callables | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/libs/resume_and_cover_builder/config.py | 0 | this module is used to store the global configuration of the application. | STRING |
| HIGH | src/libs/resume_and_cover_builder/template_base.py | 0 | this module is used to store the global configuration of the application. | STRING |
| HIGH | src/libs/resume_and_cover_builder/module_loader.py | 0 | this module is used to store the global configuration of the application. | STRING |
| HIGH | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 0 | preprocess the template string by removing leading whitespace and indentation. args: template (str): the template string | STRING |
| HIGH | …over_builder/llm/llm_generate_cover_letter_from_job.py | 0 | preprocess the template string by removing leading whitespace and indentation. args: template (str): the template string | STRING |
| HIGH | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 0 | preprocess the template string by removing leading whitespace and indentation. args: template (str): the template string | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | config.py | 3 | CODE | |
| LOW | config.py | 3 | CODE | |
| LOW | main.py | 2 | CODE | |
| LOW | main.py | 5 | CODE | |
| LOW | main.py | 7 | CODE | |
| LOW | main.py | 10 | CODE | |
| LOW | main.py | 11 | CODE | |
| LOW | main.py | 12 | CODE | |
| LOW | main.py | 13 | CODE | |
| LOW | main.py | 16 | CODE | |
| LOW | src/resume_schemas/resume.py | 1 | CODE | |
| LOW | src/utils/chrome_utils.py | 1 | CODE | |
| LOW | src/libs/resume_and_cover_builder/__init__.py | 4 | CODE | |
| LOW | src/libs/resume_and_cover_builder/__init__.py | 5 | CODE | |
| LOW | src/libs/resume_and_cover_builder/__init__.py | 6 | CODE | |
| LOW | src/libs/resume_and_cover_builder/style_manager.py | 1 | CODE | |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 4 | CODE | |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 8 | CODE | |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 11 | CODE | |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 11 | CODE | |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 14 | CODE | |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 15 | CODE | |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 19 | CODE | |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 21 | CODE | |
| LOW | src/libs/resume_and_cover_builder/llm/llm_job_parser.py | 22 | CODE | |
| LOW | …over_builder/llm/llm_generate_cover_letter_from_job.py | 13 | CODE | |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 7 | CODE | |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 10 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | main.py | 220 | CODE | |
| LOW | main.py | 307 | CODE | |
| LOW | main.py | 392 | CODE | |
| LOW | main.py | 88 | CODE | |
| LOW | src/resume_schemas/resume.py | 107 | CODE | |
| LOW | src/libs/llm_manager.py | 188 | CODE | |
| LOW | src/libs/llm_manager.py | 332 | CODE | |
| LOW | src/libs/resume_and_cover_builder/style_manager.py | 20 | CODE | |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 106 | CODE | |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 216 | CODE | |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 246 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/libs/llm_manager.py | 97 | CODE | |
| LOW | src/libs/llm_manager.py | 124 | CODE | |
| LOW | src/libs/llm_manager.py | 133 | CODE | |
| LOW | src/libs/llm_manager.py | 164 | CODE | |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 134 | CODE | |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 71 | CODE | |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 244 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …over_builder/llm/llm_generate_cover_letter_from_job.py | 44 | def set_resume(self, resume) -> None: | CODE |
| LOW⚡ | …over_builder/llm/llm_generate_cover_letter_from_job.py | 52 | def set_job_description_from_text(self, job_description_text) -> None: | CODE |
| LOW | …_and_cover_builder/llm/llm_generate_resume_from_job.py | 28 | def set_job_description_from_text(self, job_description_text) -> None: | CODE |
| LOW | …bs/resume_and_cover_builder/llm/llm_generate_resume.py | 46 | def set_resume(self, resume) -> None: | CODE |