Repository Analysis

feder-cr/Jobs_Applier_AI_Agent_AIHawk

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.

31.1 Strong AI signal View on GitHub

Analysis Overview

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).

31.1
Adjusted Score
31.1
Raw Score
100%
Time Factor
2026-05-17
Last Push
30.0K
Stars
Python
Language
6.0K
Lines of Code
57
Files
136
Pattern Hits
2026-07-14
Scan Date
0.11
HC Hit Rate

What These Metrics Mean

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

Score History

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

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 6MEDIUM 11LOW 119

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 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.

Excessive Try-Catch Wrapping36 hits · 38 pts
SeverityFileLineSnippetContext
MEDIUMmain.py523 print(f"An error occurred: {e}")CODE
LOWmain.py302 except Exception as e:CODE
LOWmain.py387 except Exception as e:CODE
LOWmain.py466 except Exception as e:CODE
LOWmain.py495 except Exception as e:CODE
LOWmain.py522 except Exception as e:CODE
LOWmain.py560 except Exception as e:CODE
LOWsrc/resume_schemas/resume.py121 except Exception as e:CODE
LOWsrc/resume_schemas/resume.py132 except Exception as e:CODE
LOWsrc/resume_schemas/resume.py156 except Exception as e:CODE
LOWsrc/resume_schemas/resume.py185 except Exception as e:CODE
LOWsrc/resume_schemas/job_application_profile.py74 except Exception as e:CODE
LOWsrc/resume_schemas/job_application_profile.py96 except Exception as e:CODE
LOWsrc/resume_schemas/job_application_profile.py114 except Exception as e:CODE
LOWsrc/resume_schemas/job_application_profile.py132 except Exception as e:CODE
LOWsrc/resume_schemas/job_application_profile.py150 except Exception as e:CODE
LOWsrc/resume_schemas/job_application_profile.py168 except Exception as e:CODE
LOWsrc/utils/chrome_utils.py45 except Exception as e:CODE
LOWsrc/utils/chrome_utils.py91 except Exception as e:CODE
MEDIUMsrc/utils/chrome_utils.py38def init_browser() -> webdriver.Chrome:CODE
LOWsrc/libs/llm_manager.py229 except Exception as e:CODE
LOWsrc/libs/llm_manager.py245 except Exception as e:CODE
LOWsrc/libs/llm_manager.py258 except Exception as e:CODE
LOWsrc/libs/llm_manager.py265 except Exception as e:CODE
LOWsrc/libs/llm_manager.py295 except Exception as e:CODE
LOWsrc/libs/llm_manager.py322 except Exception as e:CODE
LOWsrc/libs/llm_manager.py379 except Exception as e:CODE
LOWsrc/libs/llm_manager.py456 except Exception as e:CODE
LOWsrc/libs/resume_and_cover_builder/resume_generator.py33 except Exception as e:CODE
LOWsrc/libs/resume_and_cover_builder/utils.py101 except Exception as e:CODE
LOWsrc/libs/resume_and_cover_builder/style_manager.py51 except Exception as e:CODE
LOWsrc/libs/resume_and_cover_builder/style_manager.py86 except Exception as e:CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py71 except Exception as e:CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py87 except Exception as e:CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py141 except Exception as e:STRING
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py309 except Exception as exc:CODE
Hyper-Verbose Identifiers35 hits · 38 pts
SeverityFileLineSnippetContext
LOWmain.py114 def _validate_experience_levels(cls, experience_levels: dict, config_path: Path):CODE
LOWmain.py141 def _validate_list_of_strings(cls, parameters: dict, keys: list, config_path: Path):CODE
LOWmain.py307def create_resume_pdf_job_tailored(parameters: dict, llm_api_key: str):CODE
LOWsrc/job_application_saver.py23 def create_application_directory(self):CODE
LOWsrc/job.py17 def formatted_job_information(self):CODE
LOWsrc/resume_schemas/resume.py125 def _process_personal_information(self, data: Dict[str, Any]) -> PersonalInformation:CODE
LOWsrc/resume_schemas/resume.py135 def _process_education_details(self, data: List[Dict[str, Any]]) -> List[EducationDetails]:CODE
LOWsrc/resume_schemas/resume.py160 def _process_experience_details(self, data: List[Dict[str, Any]]) -> List[ExperienceDetails]:CODE
LOWsrc/libs/llm_manager.py487 def _preprocess_template_string(template: str) -> str:CODE
LOWsrc/libs/llm_manager.py502 def set_job_application_profile(self, job_application_profile):CODE
LOWsrc/libs/llm_manager.py509 def summarize_job_description(self, text: str) -> str:CODE
LOWsrc/libs/llm_manager.py526 def answer_question_textual_wide_range(self, question: str) -> str:CODE
LOWsrc/libs/llm_manager.py639 def extract_number_from_string(self, output_str):CODE
LOWsrc/libs/llm_manager.py649 def answer_question_from_options(self, question: str, options: list[str]) -> str:CODE
LOWsrc/libs/llm_manager.py668 def determine_resume_or_cover(self, phrase: str) -> str:CODE
LOWsrc/libs/resume_and_cover_builder/resume_generator.py47 def create_resume_job_description_text(self, style_path: str, job_description_text: str):CODE
LOWsrc/libs/resume_and_cover_builder/resume_generator.py53 def create_cover_letter_job_description(self, style_path: str, job_description_text: str):CODE
LOWsrc/libs/resume_and_cover_builder/resume_facade.py88 def create_resume_pdf_job_tailored(self) -> tuple[bytes, str]:CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py46 def _preprocess_template_string(template: str) -> str:CODE
LOW…over_builder/llm/llm_generate_cover_letter_from_job.py34 def _preprocess_template_string(template: str) -> str:CODE
LOW…over_builder/llm/llm_generate_cover_letter_from_job.py52 def set_job_description_from_text(self, job_description_text) -> None:CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py28 def set_job_description_from_text(self, job_description_text) -> None:CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py50 def generate_education_section(self) -> str:CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py61 def generate_work_experience_section(self) -> str:CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py72 def generate_projects_section(self) -> str:CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py83 def generate_achievements_section(self) -> str:CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py95 def generate_certifications_section(self) -> str:CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py106 def generate_additional_skills_section(self) -> str:CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py36 def _preprocess_template_string(template: str) -> str:CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py73 def generate_education_section(self, data = None) -> str:CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py101 def generate_work_experience_section(self, data = None) -> str:CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py129 def generate_projects_section(self, data = None) -> str:CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py157 def generate_achievements_section(self, data = None) -> str:CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py188 def generate_certifications_section(self, data = None) -> str:CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py216 def generate_additional_skills_section(self, data = None) -> str:CODE
Self-Referential Comments9 hits · 32 pts
SeverityFileLineSnippetContext
MEDIUMmain.py436 # Create the ResumeFacadeCOMMENT
MEDIUMmain.py454 # Define the output directory using `suggested_name`COMMENT
MEDIUMsrc/job_application_saver.py26 # Create a unique directory name using the application ID and company nameCOMMENT
MEDIUMsrc/job_application_saver.py30 # Create the directory if it doesn't existCOMMENT
MEDIUMsrc/logging.py70 # Define a simplified format for selenium logger entriesCOMMENT
MEDIUMsrc/resume_schemas/resume.py117 # Create an instance of Resume from the parsed dataCOMMENT
MEDIUMsrc/libs/resume_and_cover_builder/utils.py59 # Create a log entry with all relevant informationCOMMENT
MEDIUMsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py83 # Create the vectorstore using FAISSCOMMENT
MEDIUM…bs/resume_and_cover_builder/llm/llm_generate_resume.py288 # Create a dictionary to map the function names to their respective callablesCOMMENT
Cross-File Repetition6 hits · 30 pts
SeverityFileLineSnippetContext
HIGHsrc/libs/resume_and_cover_builder/config.py0this module is used to store the global configuration of the application.STRING
HIGHsrc/libs/resume_and_cover_builder/template_base.py0this module is used to store the global configuration of the application.STRING
HIGHsrc/libs/resume_and_cover_builder/module_loader.py0this module is used to store the global configuration of the application.STRING
HIGHsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py0preprocess the template string by removing leading whitespace and indentation. args: template (str): the template stringSTRING
HIGH…over_builder/llm/llm_generate_cover_letter_from_job.py0preprocess the template string by removing leading whitespace and indentation. args: template (str): the template stringSTRING
HIGH…bs/resume_and_cover_builder/llm/llm_generate_resume.py0preprocess the template string by removing leading whitespace and indentation. args: template (str): the template stringSTRING
Unused Imports28 hits · 28 pts
SeverityFileLineSnippetContext
LOWconfig.py3CODE
LOWconfig.py3CODE
LOWmain.py2CODE
LOWmain.py5CODE
LOWmain.py7CODE
LOWmain.py10CODE
LOWmain.py11CODE
LOWmain.py12CODE
LOWmain.py13CODE
LOWmain.py16CODE
LOWsrc/resume_schemas/resume.py1CODE
LOWsrc/utils/chrome_utils.py1CODE
LOWsrc/libs/resume_and_cover_builder/__init__.py4CODE
LOWsrc/libs/resume_and_cover_builder/__init__.py5CODE
LOWsrc/libs/resume_and_cover_builder/__init__.py6CODE
LOWsrc/libs/resume_and_cover_builder/style_manager.py1CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py4CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py8CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py11CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py11CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py14CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py15CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py19CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py21CODE
LOWsrc/libs/resume_and_cover_builder/llm/llm_job_parser.py22CODE
LOW…over_builder/llm/llm_generate_cover_letter_from_job.py13CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py7CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py10CODE
Deep Nesting11 hits · 8 pts
SeverityFileLineSnippetContext
LOWmain.py220CODE
LOWmain.py307CODE
LOWmain.py392CODE
LOWmain.py88CODE
LOWsrc/resume_schemas/resume.py107CODE
LOWsrc/libs/llm_manager.py188CODE
LOWsrc/libs/llm_manager.py332CODE
LOWsrc/libs/resume_and_cover_builder/style_manager.py20CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py106CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py216CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py246CODE
AI Structural Patterns7 hits · 7 pts
SeverityFileLineSnippetContext
LOWsrc/libs/llm_manager.py97CODE
LOWsrc/libs/llm_manager.py124CODE
LOWsrc/libs/llm_manager.py133CODE
LOWsrc/libs/llm_manager.py164CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py134CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py71CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py244CODE
Modern Structural Boilerplate4 hits · 5 pts
SeverityFileLineSnippetContext
LOW…over_builder/llm/llm_generate_cover_letter_from_job.py44 def set_resume(self, resume) -> None:CODE
LOW…over_builder/llm/llm_generate_cover_letter_from_job.py52 def set_job_description_from_text(self, job_description_text) -> None:CODE
LOW…_and_cover_builder/llm/llm_generate_resume_from_job.py28 def set_job_description_from_text(self, job_description_text) -> None:CODE
LOW…bs/resume_and_cover_builder/llm/llm_generate_resume.py46 def set_resume(self, resume) -> None:CODE