Repository Analysis

SimplifyJobs/New-Grad-Positions

A collection of full time roles in SWE, Quant, and PM for new grads.

2.9 Likely human-written View on GitHub
2.9
Adjusted Score
2.9
Raw Score
100%
Time Factor
2026-05-30
Last Push
17,001
Stars
Language
19,022
Lines of Code
17
Files
42
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 2LOW 40

Pattern Findings

42 matches across 5 categories. Click a row to expand file-level details.

Redundant / Tautological Comments12 hits · 22 pts
SeverityFileLineSnippet
LOW.github/scripts/util.py175 # Check if only advanced degrees are required (no Bachelor's or Associate's)
LOW.github/scripts/util.py241 # Check if listing is from a blocked company
LOW.github/scripts/bulk_mark_inactive.py68 # Check if we're entering the reason section
LOW.github/scripts/bulk_mark_inactive.py73 # Check if we're leaving the reason section (next field starts)
LOW.github/scripts/bulk_mark_inactive.py93 # Check if we're entering the email section
LOW.github/scripts/bulk_mark_inactive.py98 # Check if we're leaving the email section
LOW.github/scripts/bulk_mark_inactive.py269 # Print results for debugging
LOW.github/scripts/bulk_mark_inactive.py274 # Check if any URLs were successfully processed
LOW.github/scripts/bulk_mark_inactive.py24 # Check if we're entering the URLs section
LOW.github/scripts/bulk_mark_inactive.py29 # Check if we're leaving the URLs section (next field starts)
LOW.github/scripts/bulk_mark_inactive.py132 # Check if already inactive
LOW.github/scripts/bulk_mark_inactive.py230 # Check if this is a bulk_mark_inactive issue
Excessive Try-Catch Wrapping12 hits · 14 pts
SeverityFileLineSnippet
LOW.github/scripts/contribution_approved.py233 except Exception:
LOW.github/scripts/contribution_approved.py251 except Exception as e:
LOW.github/scripts/contribution_approved.py276 except Exception as e:
LOW.github/scripts/contribution_approved.py289 except Exception as e:
LOW.github/scripts/contribution_approved.py351 except Exception as e:
MEDIUM.github/scripts/contribution_approved.py245def main():
MEDIUM.github/scripts/bulk_mark_inactive.py219def main():
LOW.github/scripts/bulk_mark_inactive.py280 except Exception as e:
LOW.github/scripts/bulk_mark_inactive.py119 except Exception as e:
LOW.github/scripts/bulk_mark_inactive.py154 except Exception as e:
LOW.github/scripts/bulk_mark_inactive.py164 except Exception as e:
LOW.github/scripts/bulk_mark_inactive.py225 except Exception as e:
Unused Imports9 hits · 9 pts
SeverityFileLineSnippet
LOW.github/scripts/contribution_approved.py6
LOW.github/scripts/util.py3
LOW.github/scripts/util.py3
LOW.github/scripts/util.py3
LOW.github/scripts/util.py4
LOW.github/scripts/update_readmes.py1
LOW.github/scripts/update_readmes.py3
LOW.github/scripts/update_readmes.py5
LOW.github/scripts/bulk_mark_inactive.py5
Deep Nesting6 hits · 5 pts
SeverityFileLineSnippet
LOW.github/scripts/contribution_approved.py107
LOW.github/scripts/contribution_approved.py245
LOW.github/scripts/util.py299
LOW.github/scripts/util.py370
LOW.github/scripts/bulk_mark_inactive.py9
LOW.github/scripts/bulk_mark_inactive.py108
Hyper-Verbose Identifiers3 hits · 4 pts
SeverityFileLineSnippet
LOW.github/scripts/bulk_mark_inactive.py83def extract_email_from_issue_body(body):
LOW.github/scripts/bulk_mark_inactive.py9def extract_urls_from_issue_body(body):
LOW.github/scripts/bulk_mark_inactive.py57def extract_reason_from_issue_body(body):