Repository Analysis

bikini/exploitarium

A single archive of public exploit PoCs and vulnerability research writeups. At the time I post these, none have been reported. Feel free to report them yourself and take credit for the CVE if handed out lulz. Please do not abuse these. I do this so to allure people into the field, and I've always found this is the most efficient way.

3.5 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of bikini/exploitarium, a Python project with 3,908 GitHub stars. SynthScan v2.0 examined 22,536 lines of code across 144 source files, recording 60 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 3.5 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).

3.5
Adjusted Score
3.5
Raw Score
100%
Time Factor
2026-07-11
Last Push
3.9K
Stars
Python
Language
22.5K
Lines of Code
144
Files
60
Pattern Hits
2026-07-14
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 2MEDIUM 5LOW 53

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 60 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 Wrapping19 hits · 23 pts
SeverityFileLineSnippetContext
LOWnghttp2-nghttpx-upgrade-queue-poison-poc/poc.py272 except Exception as exc:CODE
LOWfloci-apigateway-vtl-rce-poc/poc.py144 except Exception as exc:CODE
LOWgogs-admin-csrf-git-hook-rce-poc/poc.py213 except Exception as exc:CODE
LOWnextcloud-federated-share-bearer-token-poc/poc.py265 except Exception as error:CODE
MEDIUMnextcloud-federated-share-bearer-token-poc/poc.py60def require_json(result, label):CODE
LOW…cve-2026-55200-poc/poc/libpwn_cve_2026_55200_server.py462 except Exception as exc:CODE
LOW…cve-2026-55200-poc/poc/libpwn_cve_2026_55200_server.py573 except Exception as exc:CODE
LOW…cve-2026-55200-poc/poc/libpwn_cve_2026_55200_server.py631 except Exception:CODE
MEDIUM…cve-2026-55200-poc/poc/libpwn_cve_2026_55200_server.py567def server_thread():CODE
LOWdiscourse-scoped-api-key-preauth-bypass/poc.py162 except Exception as error:CODE
MEDIUMdiscourse-scoped-api-key-preauth-bypass/poc.py47def parse_json(result, label):CODE
LOWredis-vset-duplicate-hnsw-id-rce-poc/poc.py347 except Exception:CODE
LOWredis-vset-duplicate-hnsw-id-rce-poc/poc.py438 except Exception:CODE
LOWredis-vset-duplicate-hnsw-id-rce-poc/poc.py522 except Exception as e:CODE
LOWredis-vset-duplicate-hnsw-id-rce-poc/poc.py539 except Exception:CODE
LOWredis-vset-duplicate-hnsw-id-rce-poc/poc.py542 except Exception:CODE
LOW…2-publickey-list-calc-poc/poc/live_publickey_server.py88 except Exception as exc:CODE
LOW…2-publickey-list-calc-poc/poc/live_publickey_server.py94 except Exception:CODE
MEDIUM…2-publickey-list-calc-poc/poc/live_publickey_server.py71def serve_publickey_channel(channel, attrs_ptr, offsets, hold_seconds, done):CODE
Cross-Language Confusion2 hits · 15 pts
SeverityFileLineSnippetContext
HIGHghidra-12.1.2-rce-ace-calc-poc/pocs/calc_helper.py34 return "xcalc || gnome-calculator || kcalc || qalculate-gtk"CODE
HIGHghidra-12.1.2-rce-ace-calc-poc/pocs/calc_helper.py44 args = "['sh', '-lc', 'xcalc || gnome-calculator || kcalc || qalculate-gtk']"CODE
Over-Commented Block11 hits · 11 pts
SeverityFileLineSnippetContext
LOW…p857-streambucket-soap-rce-rpoc/evidence/gdb-proof.txt1PHP 8.5.7 release build, PIE base fixed by debugger for replay.COMMENT
LOWqemu-cxl-type3-mailbox-escape-poc/stage2.c21#define MBOX_BG_STS (MAILBOX + 0x18u)COMMENT
LOW…dlta-calc-poc/poc/ffmpeg_rasc_dlta_calc_poc_portable.c1#include <inttypes.h>COMMENT
LOW…peg-rasc-dlta-calc-poc/poc/ffmpeg_rasc_dlta_calc_poc.c1#include <inttypes.h>COMMENT
LOW…eg-rasc-dlta-calc-poc/evidence/current-master-asan.txt21 #0 posix_memalignCOMMENT
LOWsysteminformer-phsvc-trusted-host-lpe-poc/poc.c1#include <windows.h>COMMENT
LOWc-ares-tcp-uaf-calc-poc/poc/cares_tcp_uaf_calc_poc.c1#include <arpa/inet.h>COMMENT
LOWc-ares-tcp-uaf-calc-poc/evidence/main-c93e50f3-gdb.txt1Target: c-ares upstream mainCOMMENT
LOW…t-calc-poc/poc/publickey_win32_heap_groom_calc_repro.c1#include <winsock2.h>COMMENT
LOW…lickey-list-calc-poc/poc/live_publickey_client_win64.c1#define WIN32_LEAN_AND_MEANCOMMENT
LOW…lc-poc/poc/publickey_win64_arbitrary_free_calc_repro.c1#include <winsock2.h>COMMENT
Unused Imports11 hits · 11 pts
SeverityFileLineSnippetContext
LOWopenvpn-connect-echo-script-ace-poc/poc.py1CODE
LOW…-limited-acp-to-admin/poc/mybb_limited_acp_to_admin.py1CODE
LOW…sh2-cve-2026-55200-poc/poc/libpwn_local_rce_exploit.py7CODE
LOW7zip-rar5-motw-chain-poc/poc.py1CODE
LOWgitea-act-runner-container-options-poc/poc.py9CODE
LOWflowise-mcp-env-case-bypass-poc/poc.py8CODE
LOWfirefox-152.0.5-backup-nss-rce-poc/server.py1CODE
LOWfirefox-152.0.5-backup-nss-rce-poc/build_backup.py1CODE
LOWredis-vset-duplicate-hnsw-id-rce-poc/poc.py1CODE
LOWghidra-12.1.2-rce-ace-calc-poc/pocs/calc_helper.py2CODE
LOW…-rce-ace-calc-poc/pocs/ace_swift_demangler_calc_poc.py7CODE
Hyper-Verbose Identifiers8 hits · 8 pts
SeverityFileLineSnippetContext
LOWfloci-apigateway-vtl-rce-poc/poc.py66def control_plane_authorization(args):CODE
LOWobjdump-dlx-calc-poc/dlx_chain_builder.py220 def _patch_negative_address_for_index(self, actual_idx):CODE
LOW…-limited-acp-to-admin/poc/mybb_limited_acp_to_admin.py134def response_has_access_denied(body: str) -> bool:CODE
LOW…cve-2026-55200-poc/poc/libpwn_cve_2026_55200_server.py358def model_vulnerable_c_expression(packet_length, mac_len=DEFAULT_MAC_LEN, auth_len=DEFAULT_AUTH_LEN):CODE
LOWredis-vset-duplicate-hnsw-id-rce-poc/poc.py110def payload_two_stale_for_write() -> bytes:CODE
LOW…2-publickey-list-calc-poc/poc/live_publickey_server.py39def malformed_publickey_response():CODE
LOW…2-publickey-list-calc-poc/poc/live_publickey_server.py118 def check_channel_subsystem_request(self, channel, name):CODE
LOWghidra-12.1.2-rce-ace-calc-poc/pocs/calc_helper.py37def calc_python_eval_expression() -> str:CODE
Deep Nesting7 hits · 7 pts
SeverityFileLineSnippetContext
LOWnghttp2-nghttpx-upgrade-queue-poison-poc/poc.py121CODE
LOWcurl-smtp-expn-recipient-crlf-injection/run_demo.py78CODE
LOWobjdump-dlx-calc-poc/generate_objdump_dlx_calc_poc.py95CODE
LOW…ve-zip-debuginfod-size-boundary/make_debuginfod_zip.py227CODE
LOWredis-vset-duplicate-hnsw-id-rce-poc/poc.py207CODE
LOWredis-vset-duplicate-hnsw-id-rce-poc/poc.py400CODE
LOW…ace-calc-poc/pocs/rce_tracermi_conditional_calc_poc.py42CODE
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMlibssh2-cve-2026-55200-poc/README.md1# libssh2 CVE-2026-55200 PoC and local RCE scaffoldCOMMENT
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…-limited-acp-to-admin/poc/mybb_limited_acp_to_admin.py46 def set_adminsid(self, adminsid: str) -> None:CODE