Repository Analysis

NomaDamas/k-skill

한국인을 위한 스킬 모음집 - 에이전트를 한국인으로

6.1 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of NomaDamas/k-skill, a JavaScript project with 7,361 GitHub stars. SynthScan v2.0 examined 227,386 lines of code across 1797 source files, recording 1229 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 6.1 places this repository in the Low 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).

6.1
Adjusted Score
6.1
Raw Score
100%
Time Factor
2026-08-29
Last Push
7.4K
Stars
JavaScript
Language
227.4K
Lines of Code
1.8K
Files
1.2K
Pattern Hits
2026-08-29
Scan Date
0.01
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 19MEDIUM 34LOW 1176

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 1229 distinct pattern matches across 15 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.

Hyper-Verbose Identifiers849 hits · 866 pts
SeverityFileLineSnippetContext
LOWmfds-food-safety/scripts/mfds_food_safety.py69def normalize_food_recall_row(row: dict[str, Any]) -> dict[str, Any]:CODE
LOWmfds-food-safety/scripts/mfds_food_safety.py81def normalize_improper_food_item(item: dict[str, Any]) -> dict[str, Any]:CODE
LOWmfds-food-safety/scripts/mfds_food_safety.py153def search_health_food_ingredient(CODE
LOWiros-registry-automation/tests/test_iros_pdf_summary.py51 def test_masks_resident_registration_number(self):STRING
LOWiros-registry-automation/tests/test_iros_pdf_summary.py63 def test_unknown_when_no_markers(self):STRING
LOWiros-registry-automation/tests/test_iros_pdf_summary.py68 def test_counts_ownership_transfers(self):STRING
LOWiros-registry-automation/tests/test_iros_pdf_summary.py71 def test_excludes_transfer_claim_provisional(self):STRING
LOWiros-registry-automation/tests/test_iros_pdf_summary.py76 def test_extracts_amount_and_date(self):STRING
LOWiros-registry-automation/tests/test_iros_pdf_summary.py82 def test_marks_canceled_by_rank(self):STRING
LOWiros-registry-automation/tests/test_iros_pdf_summary.py90 def test_counts_provisional_seizure(self):STRING
LOWiros-registry-automation/tests/test_iros_pdf_summary.py97 def test_summary_shape_and_no_pii(self):STRING
LOWiros-registry-automation/tests/test_iros_pdf_summary.py111 def test_render_markdown_facts_only(self):STRING
LOWiros-registry-automation/tests/test_iros_pdf_summary.py117 def test_clean_registry_no_mortgages(self):STRING
LOWkorean-scholarship-search/scripts/scholarship_filter.py155def normalize_deadline_status(value: Any) -> str | None:CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py30 def test_current_kst_date_uses_korea_calendar_day(self):CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py37 def test_resolve_today_falls_back_to_kst_when_missing_or_invalid(self):CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py42 def test_infer_deadline_status_overrides_stale_cached_status_with_dates(self):CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py55 def test_infer_deadline_status_returns_unknown_for_noncanonical_cached_value_without_dates(self):CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py62 def test_infer_deadline_status_treats_end_date_equal_to_today_as_open(self):CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py69 def test_report_does_not_crash_on_noncanonical_status_and_counts_unknown(self):CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py86 def test_extract_amount_value_uses_amount_fields_and_ignores_irrelevant_notes(self):CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py98 def test_match_filter_keeps_text_only_amount_by_default_and_marks_it_unknown(self):CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py125 def test_match_filter_can_drop_text_only_amount_in_strict_mode(self):CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py154 def test_eligibility_returns_indeterminate_when_profile_fields_are_missing(self):CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py176 def test_school_name_filter_does_not_match_urls_any_more(self):CODE
LOW…-scholarship-search/scripts/test_scholarship_filter.py209 def test_school_domain_suppresses_broad_ac_kr_fallback_queries(self):CODE
LOW…ilding-register-search/tests/test_building_register.py22 def test_pnu_land_categories_map_to_building_api_values(self):CODE
LOW…ilding-register-search/tests/test_building_register.py33 def test_explicit_api_land_category_values_remain_compatible(self):CODE
LOW…ilding-register-search/tests/test_building_register.py55 def test_conflicting_and_missing_inputs_stop_explicitly(self):CODE
LOW…ilding-register-search/tests/test_building_register.py65 def test_proxy_url_has_no_key(self):CODE
LOW…ilding-register-search/tests/test_building_register.py73 def test_direct_missing_key_reports_dataset_and_preferred_variable(self):CODE
LOW…ilding-register-search/tests/test_building_register.py83 def test_dry_run_redacts_direct_key(self):CODE
LOW…ilding-register-search/tests/test_building_register.py91 def test_timeout_is_reported_without_traceback_for_proxy_and_direct(self):CODE
LOW…ilding-register-search/tests/test_building_register.py108 def test_address_geocode_missing_kakao_key_is_not_building_key_error(self):CODE
LOW…ilding-register-search/tests/test_building_register.py135 def test_direct_xml_rejects_invalid_pagination_metadata(self):CODE
LOW…ilding-register-search/tests/test_building_register.py142 def test_address_proxy_flow_geocodes_then_calls_building_route(self):CODE
LOW…ilding-register-search/tests/test_building_register.py179 def test_address_payload_constructs_standard_normal_and_mountain_pnu(self):CODE
LOW…ilding-register-search/tests/test_building_register.py196 def test_address_dry_run_describes_explicit_building_query(self):CODE
LOW…ilding-register-search/tests/test_building_register.py213 def test_address_ambiguity_or_missing_parcel_stops(self):CODE
LOW…ilding-register-search/tests/test_building_register.py226 def test_korean_summary_and_json_output(self):CODE
LOWbuilding-register-search/scripts/building_register.py144def query_from_address_payload(payload: Dict[str, Any]) -> Dict[str, str]:CODE
LOWkorean-middle-korean/scripts/korean_middle_korean.js85function convertToMiddleKoreanStyle(input) {CODE
LOWkorean-patent-search/scripts/patent_search.py270def parse_patent_search_response(xml_text: str, *, query: str) -> PatentSearchResponse:CODE
LOWkorean-patent-search/scripts/patent_search.py285def parse_patent_detail_response(xml_text: str) -> PatentDetail:CODE
LOWkeris-academic-search/tests/test_keris_academic.py22 def test_single_type_pagination_command_contract(self):CODE
LOWkeris-academic-search/tests/test_keris_academic.py49 def test_build_query_strict_pagination_for_combined_types(self):CODE
LOWkeris-academic-search/tests/test_keris_academic.py56 def test_riss_url_uses_riss_key_only_and_maps_book_alias(self):CODE
LOWkeris-academic-search/tests/test_keris_academic.py68 def test_key_resolution_never_uses_data_go_kr_key(self):CODE
LOWkeris-academic-search/tests/test_keris_academic.py85 def test_missing_key_names_riss_variables_and_issuance(self):CODE
LOWkeris-academic-search/tests/test_keris_academic.py98 def test_timeout_is_reported_without_traceback(self):CODE
LOWkeris-academic-search/tests/test_keris_academic.py108 def test_forbidden_key_maps_to_readable_error(self):CODE
LOWkeris-academic-search/tests/test_keris_academic.py119 def test_dry_run_redacts_key_for_all_resource_types_without_key_env(self):CODE
LOWkeris-academic-search/tests/test_keris_academic.py131 def test_text_summary_includes_metadata_and_full_text_state(self):CODE
LOWkeris-academic-search/tests/test_keris_academic.py150 def test_riss_xml_requires_explicit_error_status(self):CODE
LOWkeris-academic-search/tests/test_keris_academic.py158 def test_result_supports_json_output(self):CODE
LOW…ness-registration/scripts/nts_business_registration.py52def normalize_business_number(value: Any) -> str:CODE
LOWbok-ecos-stats/tests/test_bok_ecos.py111 def test_search_url_uses_sample_key_and_positional_segments(self):CODE
LOWbok-ecos-stats/tests/test_bok_ecos.py119 def test_search_url_uses_user_key_and_limit(self):CODE
LOWbok-ecos-stats/tests/test_bok_ecos.py127 def test_sample_key_caps_limit_to_ten(self):CODE
LOWbok-ecos-stats/tests/test_bok_ecos.py135 def test_alias_resolves_to_stat_code_cycle_item(self):CODE
789 more matches not shown…
Unused Imports177 hits · 176 pts
SeverityFileLineSnippetContext
LOWmfds-food-safety/scripts/mfds_food_safety.py1CODE
LOWkorean-spell-check/scripts/korean_spell_check.py1CODE
LOWexpress-bus-booking/scripts/kobus_express_booking.py9CODE
LOWiros-registry-automation/scripts/iros_pdf_summary.py24CODE
LOWkorean-scholarship-search/scripts/scholarship_filter.py4CODE
LOW…n-scholarship-search/scripts/university_search_plan.py4CODE
LOWdaangn-jobs-search/scripts/daangn_jobs.py2CODE
LOWk-skill-cleaner/scripts/k_skill_cleaner.py9CODE
LOWmfds-drug-safety/scripts/mfds_drug_safety.py1CODE
LOWbuilding-register-search/scripts/building_register.py5CODE
LOWdanawa-price-search/scripts/danawa_search.py9CODE
LOWohou-today-deal/scripts/ohou_today_deal.py15CODE
LOWkorean-patent-search/scripts/patent_search.py1CODE
LOWticket-availability/scripts/ticket_availability.py19CODE
LOW…e-registration-consulting/scripts/fill_official_hwp.py8CODE
LOWkeris-academic-search/scripts/keris_academic.py9CODE
LOW…ness-registration/scripts/nts_business_registration.py1CODE
LOWnaver-ad-performance/scripts/naver_ad_performance.py1CODE
LOWsubway-lost-property/scripts/subway_lost_property.py3CODE
LOWbok-ecos-stats/scripts/bok_ecos.py26CODE
LOW…eas-trip-report/tests/test_gov_overseas_trip_report.py2CODE
LOW…erseas-trip-report/scripts/gov_overseas_trip_report.py7CODE
LOWanimal-pharmacy-search/scripts/animal_pharmacy_mcp.py4CODE
LOW…bkorea-talent-search/scripts/jobkorea_talent_search.py10CODE
LOW…ent-search/scripts/jobkorea_talent_search_condition.py1CODE
LOW…a-talent-search/scripts/test_jobkorea_talent_search.py3CODE
LOW…bkorea-talent-search/scripts/jobkorea_talent_models.py1CODE
LOWjobkorea-talent-search/scripts/jobkorea_talent_parse.py1CODE
LOWg2b-order-plan-search/scripts/g2b_order_plan.py7CODE
LOW…sanctioned-supplier/scripts/g2b_sanctioned_supplier.py7CODE
LOWfsc-corporate-info/scripts/fsc_corporate_info.py7CODE
LOW…rean-heritage-search/scripts/korean_heritage_search.py1CODE
LOWseoul-density/scripts/seoul_density.py12CODE
LOWsrt-booking/scripts/srt_booking.py8CODE
LOWjob-posting-match/scripts/job_posting_match.py7CODE
LOWdaangn-cars-search/scripts/daangn_cars.py2CODE
LOWdaangn-cars-search/scripts/daangn_cars.py2CODE
LOWdaangn-cars-search/scripts/daangn_cars.py3CODE
LOW…a-business-status/scripts/localdata_business_status.py12CODE
LOW…a-business-status/scripts/localdata_business_status.py20CODE
LOWintercity-bus-booking/scripts/intercity_bus_search.py8CODE
LOWzipcode-search/scripts/zipcode_search.py3CODE
LOWkorean-slang-writing/scripts/slang_search.py2CODE
LOWkorean-slang-writing/scripts/slang_search.py6CODE
LOWkorean-slang-writing/scripts/_slang_http.py1CODE
LOWkorean-slang-writing/scripts/slang_lookup.py2CODE
LOWflight-ticket-search/scripts/flight_ticket_search.py7CODE
LOW…ension-workplace/scripts/national_pension_workplace.py7CODE
LOWkstartup-search/scripts/run_kstartup.py7CODE
LOWgeeknews-search/scripts/geeknews_search.py3CODE
LOWseoul-weather-risk/scripts/seoul_weather_risk.py4CODE
LOWforesttrip-vacancy/scripts/run_foresttrip_vacancy.py11CODE
LOWscripts/test_korean_slang_writing.py2CODE
LOWscripts/patent_search.py1CODE
LOWscripts/nts_business_registration.py1CODE
LOWscripts/sillok_search.py1CODE
LOWscripts/store_longevity_mirror.py3CODE
LOWscripts/korean_heritage_search.py1CODE
LOWscripts/test_naver_ad_performance.py5CODE
LOWscripts/geeknews_search.py3CODE
117 more matches not shown…
Cross-File Repetition18 hits · 90 pts
SeverityFileLineSnippetContext
HIGHticket-availability/scripts/ticket_availability.py0ticket-availability — yes24 / 인터파크 공연 일정 + 잔여석 조회 cli. 조회 전용. 예매·결제·로그인 자동화 없음. 공연법 §4조의2 (매크로 입장권 부정구매·판매 금지) 비적용. usagSTRING
HIGHscripts/ticket_availability.py0ticket-availability — yes24 / 인터파크 공연 일정 + 잔여석 조회 cli. 조회 전용. 예매·결제·로그인 자동화 없음. 공연법 §4조의2 (매크로 입장권 부정구매·판매 금지) 비적용. usagSTRING
HIGH…lls/ticket-availability/scripts/ticket_availability.py0ticket-availability — yes24 / 인터파크 공연 일정 + 잔여석 조회 cli. 조회 전용. 예매·결제·로그인 자동화 없음. 공연법 §4조의2 (매크로 입장권 부정구매·판매 금지) 비적용. usagSTRING
HIGHticket-availability/scripts/ticket_availability.py0raised when the optional httpx runtime dependency is unavailable.STRING
HIGHscripts/ticket_availability.py0raised when the optional httpx runtime dependency is unavailable.STRING
HIGH…lls/ticket-availability/scripts/ticket_availability.py0raised when the optional httpx runtime dependency is unavailable.STRING
HIGHticket-availability/scripts/ticket_availability.py0return (platform, id). accepts full url or `platform:id` shorthand.STRING
HIGHscripts/ticket_availability.py0return (platform, id). accepts full url or `platform:id` shorthand.STRING
HIGH…lls/ticket-availability/scripts/ticket_availability.py0return (platform, id). accepts full url or `platform:id` shorthand.STRING
HIGHticket-availability/scripts/ticket_availability.py0schedule = dates × slots flattened. no seat lookup.STRING
HIGHscripts/ticket_availability.py0schedule = dates × slots flattened. no seat lookup.STRING
HIGH…lls/ticket-availability/scripts/ticket_availability.py0schedule = dates × slots flattened. no seat lookup.STRING
HIGHseoul-density/scripts/seoul_density.py0single-entrypoint cli for the seoul-density skill. all skill operations route through `python3 seoul-density/scripts/seoSTRING
HIGHscripts/seoul_density.py0single-entrypoint cli for the seoul-density skill. all skill operations route through `python3 seoul-density/scripts/seoSTRING
HIGH…kill-cli/skills/seoul-density/scripts/seoul_density.py0single-entrypoint cli for the seoul-density skill. all skill operations route through `python3 seoul-density/scripts/seoSTRING
HIGHseoul-density/scripts/seoul_density.py0strip whitespace and common location suffixes for loose matching.STRING
HIGHscripts/seoul_density.py0strip whitespace and common location suffixes for loose matching.STRING
HIGH…kill-cli/skills/seoul-density/scripts/seoul_density.py0strip whitespace and common location suffixes for loose matching.STRING
Decorative Section Separators25 hits · 75 pts
SeverityFileLineSnippetContext
MEDIUMiros-registry-automation/scripts/iros_pdf_summary.py32# ── 개인정보 마스킹 ──────────────────────────────────────────────COMMENT
MEDIUMiros-registry-automation/scripts/iros_pdf_summary.py41# ── 텍스트 추출 (로컬 전용, 무전송) ──────────────────────────────COMMENT
MEDIUMiros-registry-automation/scripts/iros_pdf_summary.py71# ── 파싱 헬퍼 ────────────────────────────────────────────────────COMMENT
MEDIUMiros-registry-automation/scripts/iros_pdf_summary.py171# ── 요약 (테스트 대상 순수 함수) ─────────────────────────────────COMMENT
MEDIUMiros-registry-automation/scripts/iros_pdf_summary.py194# ── 사람이 읽는 요약 (사실만) ────────────────────────────────────COMMENT
MEDIUMticket-availability/scripts/ticket_availability.py51# ── URL Parsing ───────────────────────────────────────────────────────────────COMMENT
MEDIUMticket-availability/scripts/ticket_availability.py91# ── HTTP Setup ────────────────────────────────────────────────────────────────COMMENT
MEDIUMticket-availability/scripts/ticket_availability.py116# ── YES24 Client ──────────────────────────────────────────────────────────────COMMENT
MEDIUMticket-availability/scripts/ticket_availability.py246# ── Interpark Client ──────────────────────────────────────────────────────────COMMENT
MEDIUMticket-availability/scripts/ticket_availability.py327# ── CLI ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/ticket_availability.py51# ── URL Parsing ───────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/ticket_availability.py91# ── HTTP Setup ────────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/ticket_availability.py116# ── YES24 Client ──────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/ticket_availability.py246# ── Interpark Client ──────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/ticket_availability.py327# ── CLI ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…s/iros-registry-automation/scripts/iros_pdf_summary.py32# ── 개인정보 마스킹 ──────────────────────────────────────────────COMMENT
MEDIUM…s/iros-registry-automation/scripts/iros_pdf_summary.py41# ── 텍스트 추출 (로컬 전용, 무전송) ──────────────────────────────COMMENT
MEDIUM…s/iros-registry-automation/scripts/iros_pdf_summary.py71# ── 파싱 헬퍼 ────────────────────────────────────────────────────COMMENT
MEDIUM…s/iros-registry-automation/scripts/iros_pdf_summary.py171# ── 요약 (테스트 대상 순수 함수) ─────────────────────────────────COMMENT
MEDIUM…s/iros-registry-automation/scripts/iros_pdf_summary.py194# ── 사람이 읽는 요약 (사실만) ────────────────────────────────────COMMENT
MEDIUM…lls/ticket-availability/scripts/ticket_availability.py51# ── URL Parsing ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…lls/ticket-availability/scripts/ticket_availability.py91# ── HTTP Setup ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…lls/ticket-availability/scripts/ticket_availability.py116# ── YES24 Client ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…lls/ticket-availability/scripts/ticket_availability.py246# ── Interpark Client ──────────────────────────────────────────────────────────COMMENT
MEDIUM…lls/ticket-availability/scripts/ticket_availability.py327# ── CLI ───────────────────────────────────────────────────────────────────────COMMENT
Deep Nesting70 hits · 70 pts
SeverityFileLineSnippetContext
LOWexpress-bus-booking/scripts/kobus_express_booking.py97CODE
LOWkorean-scholarship-search/scripts/scholarship_filter.py93CODE
LOWkorean-scholarship-search/scripts/scholarship_filter.py461CODE
LOWk-skill-cleaner/scripts/k_skill_cleaner.py110CODE
LOWk-skill-cleaner/scripts/k_skill_cleaner.py211CODE
LOWdanawa-price-search/scripts/danawa_search.py111CODE
LOWdanawa-price-search/scripts/danawa_search.py155CODE
LOWbok-ecos-stats/scripts/bok_ecos.py230CODE
LOW…erseas-trip-report/scripts/gov_overseas_trip_report.py495CODE
LOW…erseas-trip-report/scripts/gov_overseas_trip_report.py926CODE
LOW…erseas-trip-report/scripts/gov_overseas_trip_report.py1058CODE
LOW…ent-search/scripts/jobkorea_talent_search_condition.py22CODE
LOW…ent-search/scripts/jobkorea_talent_search_condition.py66CODE
LOWjob-posting-match/scripts/job_posting_match.py119CODE
LOWintercity-bus-booking/scripts/intercity_bus_search.py211CODE
LOWflight-ticket-search/scripts/flight_ticket_search.py269CODE
LOWkstartup-search/scripts/run_kstartup.py97CODE
LOWkstartup-search/scripts/run_kstartup.py147CODE
LOWseoul-weather-risk/scripts/seoul_weather_risk.py482CODE
LOWforesttrip-vacancy/tests/test_run_foresttrip_vacancy.py284CODE
LOWforesttrip-vacancy/scripts/run_foresttrip_vacancy.py211CODE
LOWforesttrip-vacancy/scripts/run_foresttrip_vacancy.py413CODE
LOWscripts/test_srt_booking.py203CODE
LOWscripts/test_korean_spell_check.py289CODE
LOWscripts/store_longevity_mirror.py102CODE
LOW…s/express-bus-booking/scripts/kobus_express_booking.py97CODE
LOW…orean-scholarship-search/scripts/scholarship_filter.py93CODE
LOW…orean-scholarship-search/scripts/scholarship_filter.py461CODE
LOW…-cli/skills/k-skill-cleaner/scripts/k_skill_cleaner.py110CODE
LOW…-cli/skills/k-skill-cleaner/scripts/k_skill_cleaner.py211CODE
LOW…li/skills/danawa-price-search/scripts/danawa_search.py111CODE
LOW…li/skills/danawa-price-search/scripts/danawa_search.py155CODE
LOW…/k-skill-cli/skills/bok-ecos-stats/scripts/bok_ecos.py230CODE
LOW…erseas-trip-report/scripts/gov_overseas_trip_report.py495CODE
LOW…erseas-trip-report/scripts/gov_overseas_trip_report.py926CODE
LOW…erseas-trip-report/scripts/gov_overseas_trip_report.py1058CODE
LOW…ent-search/scripts/jobkorea_talent_search_condition.py22CODE
LOW…ent-search/scripts/jobkorea_talent_search_condition.py66CODE
LOW…/skills/job-posting-match/scripts/job_posting_match.py119CODE
LOW…/intercity-bus-booking/scripts/intercity_bus_search.py211CODE
LOW…s/flight-ticket-search/scripts/flight_ticket_search.py269CODE
LOW…ill-cli/skills/kstartup-search/scripts/run_kstartup.py97CODE
LOW…ill-cli/skills/kstartup-search/scripts/run_kstartup.py147CODE
LOW…kills/seoul-weather-risk/scripts/seoul_weather_risk.py482CODE
LOW…s/foresttrip-vacancy/scripts/run_foresttrip_vacancy.py211CODE
LOW…s/foresttrip-vacancy/scripts/run_foresttrip_vacancy.py413CODE
LOW…l-cli/skills/naver-blog-research/scripts/naver_read.py88CODE
LOW…s/naver-blog-research/scripts/naver_download_images.py47CODE
LOW…cli/skills/naver-blog-research/scripts/naver_search.py71CODE
LOW…cli/skills/naver-blog-research/scripts/naver_search.py109CODE
LOW…ages/k-skill-cli/skills/popbill/scripts/popbill_cli.py202CODE
LOW…kills/daangn-realty-search/scripts/daangn_detail_ld.py50CODE
LOW…lls/daangn-realty-search/scripts/daangn_relay_store.py33CODE
LOW…lls/daangn-realty-search/scripts/daangn_relay_store.py69CODE
LOW…skill-cli/skills/kamis-food-price/scripts/run_kamis.py15CODE
LOW…store-longevity-radar/scripts/store_longevity_radar.py65CODE
LOW…store-longevity-radar/scripts/store_longevity_radar.py81CODE
LOW…store-longevity-radar/scripts/store_longevity_radar.py102CODE
LOWnaver-blog-research/scripts/naver_read.py88CODE
LOWnaver-blog-research/scripts/naver_download_images.py47CODE
10 more matches not shown…
Excessive Try-Catch Wrapping59 hits · 61 pts
SeverityFileLineSnippetContext
LOWdaangn-jobs-search/scripts/daangn_jobs.py23 except Exception: return str(v)CODE
LOWdaangn-jobs-search/scripts/daangn_jobs.py60 except Exception:CODE
LOWdaangn-jobs-search/scripts/daangn_jobs.py89 except Exception:CODE
LOWdanawa-price-search/scripts/danawa_search.py124 except Exception:CODE
LOWdanawa-price-search/scripts/danawa_search.py309 except Exception as exc: # keep search result usable if a detail call failsCODE
LOWdanawa-price-search/scripts/danawa_search.py348 except Exception as exc:CODE
LOWkorean-patent-search/scripts/patent_search.py213 except Exception as exc: # pragma: no cover - defensive fallback guardCODE
LOWticket-availability/scripts/ticket_availability.py380 except Exception as e:CODE
LOW…e-registration-consulting/scripts/fill_official_hwp.py104 except Exception as exc: # noqa: BLE001 - CLI boundaryCODE
LOWjob-posting-match/scripts/job_posting_match.py146 except Exception:CODE
LOWjob-posting-match/scripts/job_posting_match.py191 except Exception:CODE
LOWjob-posting-match/scripts/job_posting_match.py366 except Exception as exc: # noqa: BLE001 - CLI should continue with other sourceCODE
LOWjob-posting-match/scripts/job_posting_match.py371 except Exception as exc: # noqa: BLE001CODE
LOWdaangn-cars-search/scripts/daangn_cars.py20 except Exception: return str(v)CODE
LOW…a-business-status/scripts/localdata_business_status.py172 except Exception as err: # 경계 계약: 어떤 오류든 강등CODE
LOWflight-ticket-search/scripts/flight_ticket_search.py332 except Exception as e: # keep scans robustCODE
LOWforesttrip-vacancy/scripts/run_foresttrip_vacancy.py198 except Exception:CODE
LOWforesttrip-vacancy/scripts/run_foresttrip_vacancy.py378 except Exception as exc:CODE
LOWscripts/ticket_availability.py380 except Exception as e:CODE
LOW…l-cli/skills/daangn-jobs-search/scripts/daangn_jobs.py23 except Exception: return str(v)CODE
LOW…l-cli/skills/daangn-jobs-search/scripts/daangn_jobs.py60 except Exception:CODE
LOW…l-cli/skills/daangn-jobs-search/scripts/daangn_jobs.py89 except Exception:CODE
LOW…li/skills/danawa-price-search/scripts/danawa_search.py124 except Exception:CODE
LOW…li/skills/danawa-price-search/scripts/danawa_search.py309 except Exception as exc: # keep search result usable if a detail call failsCODE
LOW…li/skills/danawa-price-search/scripts/danawa_search.py348 except Exception as exc:CODE
LOW…i/skills/korean-patent-search/scripts/patent_search.py213 except Exception as exc: # pragma: no cover - defensive fallback guardCODE
LOW…lls/ticket-availability/scripts/ticket_availability.py380 except Exception as e:CODE
LOW…e-registration-consulting/scripts/fill_official_hwp.py104 except Exception as exc: # noqa: BLE001 - CLI boundaryCODE
LOW…/skills/job-posting-match/scripts/job_posting_match.py146 except Exception:CODE
LOW…/skills/job-posting-match/scripts/job_posting_match.py191 except Exception:CODE
LOW…/skills/job-posting-match/scripts/job_posting_match.py366 except Exception as exc: # noqa: BLE001 - CLI should continue with other sourceCODE
LOW…/skills/job-posting-match/scripts/job_posting_match.py371 except Exception as exc: # noqa: BLE001CODE
LOW…l-cli/skills/daangn-cars-search/scripts/daangn_cars.py20 except Exception: return str(v)CODE
LOW…a-business-status/scripts/localdata_business_status.py172 except Exception as err: # 경계 계약: 어떤 오류든 강등CODE
LOW…s/flight-ticket-search/scripts/flight_ticket_search.py332 except Exception as e: # keep scans robustCODE
LOW…s/foresttrip-vacancy/scripts/run_foresttrip_vacancy.py198 except Exception:CODE
LOW…s/foresttrip-vacancy/scripts/run_foresttrip_vacancy.py378 except Exception as exc:CODE
LOW…i/skills/joseon-sillok-search/scripts/sillok_search.py287 except Exception as error: # noqa: BLE001CODE
LOW…i/skills/joseon-sillok-search/scripts/sillok_search.py543 except Exception as error: # noqa: BLE001CODE
LOW…s/naver-blog-research/scripts/naver_download_images.py135 except Exception as exc:CODE
LOW…ages/k-skill-cli/skills/popbill/scripts/popbill_cli.py278 except Exception as exc:CODE
LOW…lls/nts-tax-delinquency/scripts/nts_tax_delinquency.py138 except Exception as err: # 경계 계약: 어떤 오류든 강등, 크래시 금지CODE
LOW…/k-skill-cli/skills/ktx-booking/scripts/ktx_booking.py110 except Exception as exc:CODE
LOW…cli/skills/myrealtrip-search/scripts/myrealtrip_mcp.py157 except Exception as exc:CODE
MEDIUM…cli/skills/myrealtrip-search/scripts/myrealtrip_mcp.py116def load_mcp_client() -> tuple[Any, Any]:CODE
LOW…li/skills/biz-health-check/scripts/biz_health_check.py82 except Exception as err:CODE
LOW…li/skills/biz-health-check/scripts/biz_health_check.py92 except Exception as err: # 경계 계약: 한 항목 실패가 전체를 막지 않는다CODE
LOW…/daangn-used-goods-search/scripts/daangn_used_goods.py20 except Exception: return str(v)CODE
LOWjoseon-sillok-search/scripts/sillok_search.py287 except Exception as error: # noqa: BLE001CODE
LOWjoseon-sillok-search/scripts/sillok_search.py543 except Exception as error: # noqa: BLE001CODE
LOWnaver-blog-research/scripts/naver_download_images.py135 except Exception as exc:CODE
LOWpopbill/scripts/popbill_cli.py278 except Exception as exc:CODE
LOWnts-tax-delinquency/scripts/nts_tax_delinquency.py138 except Exception as err: # 경계 계약: 어떤 오류든 강등, 크래시 금지CODE
LOWktx-booking/scripts/ktx_booking.py110 except Exception as exc:CODE
LOWmyrealtrip-search/scripts/myrealtrip_mcp.py157 except Exception as exc:CODE
MEDIUMmyrealtrip-search/scripts/myrealtrip_mcp.py116def load_mcp_client() -> tuple[Any, Any]:CODE
LOWbiz-health-check/scripts/biz_health_check.py82 except Exception as err:CODE
LOWbiz-health-check/scripts/biz_health_check.py92 except Exception as err: # 경계 계약: 한 항목 실패가 전체를 막지 않는다CODE
LOWdaangn-used-goods-search/scripts/daangn_used_goods.py20 except Exception: return str(v)CODE
Modern AI Meta-Vocabulary5 hits · 11 pts
SeverityFileLineSnippetContext
MEDIUMpython-packages/README.md1# Python package release scaffoldCOMMENT
MEDIUM…test/snapshots/consumer-price-safety-search.generic.md18이 스킬은 #390의 **draft scaffold**다. 참가격과 소비자24는 서로 다른CODE
MEDIUM…test/snapshots/consumer-price-safety-search.dolshoi.md18이 스킬은 #390의 **draft scaffold**다. 참가격과 소비자24는 서로 다른CODE
MEDIUM…cli/skills/consumer-price-safety-search/instruction.md5이 스킬은 #390의 **draft scaffold**다. 참가격과 소비자24는 서로 다른CODE
MEDIUMconsumer-price-safety-search/instruction.md5이 스킬은 #390의 **draft scaffold**다. 참가격과 소비자24는 서로 다른CODE
Over-Commented Block9 hits · 9 pts
SeverityFileLineSnippetContext
LOWkorean-jangbu-for/scripts/install.sh1#!/usr/bin/env bashCOMMENT
LOWpackages/toss-investment/src/official-client.js1"use strict";COMMENT
LOWpackages/gongsijiga-search/src/realtyprice.js1// realtyprice.js — helpers for querying realtyprice.kr 공시지가 (officially publishedCOMMENT
LOWpackages/k-skill-proxy/test/server.test.js6721 url: "/v1/lh-notice/detail?panId=2015122300019828&ccrCnntSysDsCd=03&splInfTpCd=051"COMMENT
LOWpackages/k-skill-proxy/src/korean-law.js1// k-skill-proxy wrapper for the official 법제처 (Korea Ministry of GovernmentCOMMENT
LOWpackages/k-skill-proxy/src/lh-notice.js1// LH 청약 (Korea Land & Housing Corporation lease/subscription notice) API wrapper.COMMENT
LOW…-skill-cli/skills/korean-jangbu-for/scripts/install.sh1#!/usr/bin/env bashCOMMENT
LOW…ill-cli/skills/korean-privacy-terms/scripts/install.sh1#!/usr/bin/env bashCOMMENT
LOWkorean-privacy-terms/scripts/install.sh1#!/usr/bin/env bashCOMMENT
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHscripts/test_daangn_realty.py104 <script type="application/ld+json">{"@context":"https://schema.org","@graph":null}</script>CODE
AI Structural Patterns5 hits · 4 pts
SeverityFileLineSnippetContext
LOWkorean-patent-search/scripts/patent_search.py315CODE
LOWkorean-slang-writing/scripts/slang_search.py94CODE
LOWscripts/test_korean_slang_writing.py43CODE
LOW…i/skills/korean-patent-search/scripts/patent_search.py315CODE
LOW…li/skills/korean-slang-writing/scripts/slang_search.py94CODE
AI Slop Vocabulary2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMflight-ticket-search/scripts/flight_ticket_search.py332 except Exception as e: # keep scans robustCODE
MEDIUM…s/flight-ticket-search/scripts/flight_ticket_search.py332 except Exception as e: # keep scans robustCODE
Modern Structural Boilerplate3 hits · 3 pts
SeverityFileLineSnippetContext
LOW…bkorea-talent-search/scripts/jobkorea_talent_search.py22__all__ = ["parse_candidates"]CODE
LOWscripts/k_skill_cleaner.py30__all__ = [CODE
LOW…bkorea-talent-search/scripts/jobkorea_talent_search.py22__all__ = ["parse_candidates"]CODE
Fake / Example Data2 hits · 3 pts
SeverityFileLineSnippetContext
LOWkstartup-search/tests/test_run_kstartup.py130 url = run_kstartup.build_url("statistics", query, direct=True, api_key="dummy-key", proxy_base_url=args.proxy_baCODE
LOWkstartup-search/tests/test_run_kstartup.py132 self.assertIn("ServiceKey=dummy-key", url)CODE
Verbosity Indicators2 hits · 3 pts
SeverityFileLineSnippetContext
LOWpackages/gongsijiga-search/src/realtyprice.js512 // Step 4: fetch gsiListCOMMENT
LOWpackages/gongsijiga-search/src/realtyprice.js526 // Step 5: normalize + build responseCOMMENT
Structural Annotation Overuse2 hits · 3 pts
SeverityFileLineSnippetContext
LOWpackages/gongsijiga-search/src/realtyprice.js512 // Step 4: fetch gsiListCOMMENT
LOWpackages/gongsijiga-search/src/realtyprice.js526 // Step 5: normalize + build responseCOMMENT