Repository Analysis

elder-plinius/T3MP3ST

autonomous red teaming platform; multi-agent offensive-security meta-harness

5.7 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of elder-plinius/T3MP3ST, a TypeScript project with 5,349 GitHub stars. SynthScan v2.0 examined 73,037 lines of code across 1598 source files, recording 194 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 5.7 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).

5.7
Adjusted Score
5.7
Raw Score
100%
Time Factor
2026-08-02
Last Push
5.3K
Stars
TypeScript
Language
73.0K
Lines of Code
1.6K
Files
194
Pattern Hits
2026-08-02
Scan Date
0.00
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 116LOW 76

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 194 distinct pattern matches across 14 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.

Decorative Section Separators82 hits · 249 pts
SeverityFileLineSnippetContext
MEDIUMctf/docker-compose.yml13 # ============================================================COMMENT
MEDIUMctf/docker-compose.yml15 # ============================================================COMMENT
MEDIUMctf/docker-compose.yml96 # ============================================================COMMENT
MEDIUMctf/docker-compose.yml98 # ============================================================COMMENT
MEDIUMctf/docker-compose.yml134 # ============================================================COMMENT
MEDIUMctf/docker-compose.yml136 # ============================================================COMMENT
MEDIUMctf/docker-compose.yml155 # ============================================================COMMENT
MEDIUMctf/docker-compose.yml157 # ============================================================COMMENT
MEDIUMctf/docker-compose.yml178 # ============================================================COMMENT
MEDIUMctf/docker-compose.yml180 # ============================================================COMMENT
MEDIUMctf/docker-compose.yml262# ============================================================COMMENT
MEDIUMctf/docker-compose.yml264# ============================================================COMMENT
MEDIUMsrc/llm/index.ts949 // ── Native function-calling support ──────────────────────────────────COMMENT
MEDIUMsrc/llm/index.ts1037 // ── Native tool-call parsing (if we probed) ────────────────────────COMMENT
MEDIUMsrc/net/proxy.ts30// ── parsed proxy shape ───────────────────────────────────────────────────────COMMENT
MEDIUMsrc/net/proxy.ts39// ── module state ─────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/net/proxy.ts69// ── url parsing ──────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/net/proxy.ts103// ── loopback detection (bypass list) ─────────────────────────────────────────COMMENT
MEDIUMsrc/net/proxy.ts113// ── SOCKS-aware undici connector ─────────────────────────────────────────────COMMENT
MEDIUMsrc/net/proxy.ts164// ── public API ───────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/net/proxy.ts241// ── IP / leak checker ────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/operators/index.ts166// ── Runtime operator overrides (set via the Operatives tab / Admiral advisor) ─────────────COMMENT
MEDIUMsrc/arsenal/parsers.ts23// ── small, defensive helpers ────────────────────────────────────────────────COMMENT
MEDIUMsrc/arsenal/parsers.ts73// ── nuclei -jsonl : one finding per template match ───────────────────────────COMMENT
MEDIUMsrc/arsenal/parsers.ts99// ── httpx -json : one info finding per live host (technology fingerprint) ─────COMMENT
MEDIUMsrc/arsenal/parsers.ts121// ── dalfox --format json : one finding per XSS probe ─────────────────────────COMMENT
MEDIUMsrc/arsenal/parsers.ts151// ── ffuf -of json : one aggregate info finding (N paths) ─────────────────────COMMENT
MEDIUMsrc/arsenal/parsers.ts171// ── katana -jsonl : one aggregate info finding (N endpoints) ──────────────────COMMENT
MEDIUMsrc/arsenal/parsers.ts187// ── semgrep scan --json : one finding per rule match (SAST) ──────────────────COMMENT
MEDIUMsrc/arsenal/parsers.ts235// ── trivy fs --format json : one finding per package vulnerability ────────────COMMENT
MEDIUMsrc/arsenal/parsers.ts268// ── grype dir:. -o json : one finding per matched vulnerability ───────────────COMMENT
MEDIUMsrc/arsenal/parsers.ts294// ── garak : LLM/agent red-team probes (report.jsonl) ─────────────────────────COMMENT
MEDIUMsrc/arsenal/index.ts203// ── Egress scope gate (Phase-0 pack-hunt safety primitive) ──────────────────────────────────COMMENT
MEDIUMsrc/arsenal/index.ts1891 // ── subdomain_takeover_check ────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/arsenal/adapter-tools.ts290 // ── Source / supply-chain scanners (non-networked, operate on a PATH) ───────────────────────────COMMENT
MEDIUMsrc/arsenal/adapter-tools.ts395 // ── Recon / OSINT adapters (networked) ─────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-parallel.test.ts15// ─── Helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-parallel.test.ts73 // ── 1. Single tool call still works (sequential path) ─────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-parallel.test.ts109 // ── 2. Multiple tool calls execute concurrently ────────────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-parallel.test.ts167 // ── 3. Results maintain original order ─────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-parallel.test.ts230 // ── 4. Concurrency limit is respected ─────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-parallel.test.ts279 // ── 5. Scope-denied call doesn't block valid calls ────────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-parallel.test.ts330 // ── 6. All calls fail → all errors returned ────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-parallel.test.ts368 // ── 7. Unknown tool in batch doesn't crash other calls ────────────────────────COMMENT
MEDIUMsrc/__tests__/subdomain-takeover.test.ts91// ── Integration: the real tool handler with DNS + fetch mocked ──────────────────────────────────COMMENT
MEDIUMsrc/__tests__/spine-live.test.ts5// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/spine-live.test.ts14// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/ollama-native-tools.test.ts20// ── Helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/ollama-native-tools.test.ts53// ── Tests ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/stub-honesty.test.ts15// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/stub-honesty.test.ts24// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/parsers.test.ts10// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/parsers.test.ts19// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/no-phantom-tools.test.ts6// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/no-phantom-tools.test.ts13// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-error-feedback.test.ts16// ─── Helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-error-feedback.test.ts74 // ── 1. Failed tool call adds error message to conversation ────────────────────COMMENT
MEDIUMsrc/__tests__/agent-error-feedback.test.ts115 // ── 2. Error message contains category, not raw error ─────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-error-feedback.test.ts183 // ── 3. LLM receives error feedback and can retry ──────────────────────────────COMMENT
MEDIUMsrc/__tests__/agent-error-feedback.test.ts226 // ── 4. Multiple failures produce separate error messages ──────────────────────COMMENT
22 more matches not shown…
AI Slop Vocabulary26 hits · 57 pts
SeverityFileLineSnippetContext
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_080_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:23:01.546Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_080_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:23:01.546Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_080_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:23:01.546Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_088_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T22:53:20.553Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_088_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T22:53:20.553Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_098_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T23:13:57.354Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_028_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:34:00.454Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_066_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T21:34:52.009Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_066_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T21:34:52.009Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_050_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:15:58.668Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_050_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:15:58.668Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_097_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T20:59:33.622Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_069_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:12:58.874Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_069_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:12:58.874Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_056_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:19:10.779Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_056_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:19:10.779Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_034_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:12:49.048Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…h/cybench/results/service-aggregate-1780394939114.json1{"timestamp": "2026-06-02T10:08:59.114Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaictCODE
MEDIUM…h/cybench/results/service-aggregate-1780394939114.json1{"timestamp": "2026-06-02T10:08:59.114Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaictCODE
MEDIUM…h/cybench/results/service-aggregate-1780590669862.json1{"timestamp": "2026-06-04T16:31:09.862Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaictCODE
MEDIUM…h/cybench/results/service-aggregate-1780590669862.json1{"timestamp": "2026-06-04T16:31:09.862Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaictCODE
MEDIUM…project_sekai_ctf_sekaictf_2022_crypto_robust_cbc.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-30T03:18:00.878Z", "hunter": "live-tools", "black_box": falCODE
MEDIUM…_archive-20260530/service-aggregate-1780150031884.json1{"timestamp": "2026-05-30T14:07:11.884Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaictCODE
MEDIUM…_archive-20260530/service-aggregate-1780150031884.json1{"timestamp": "2026-05-30T14:07:11.884Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaictCODE
MEDIUMscripts/cyb-sweep.sh2# Resumable Cybench re-run on the current harness. Runs each challenge in the list viaCOMMENT
MEDIUMscripts/bb-parallel.sh3# The harness already gives every run a unique docker project (projectName) and aCOMMENT
Hyper-Verbose Identifiers35 hits · 35 pts
SeverityFileLineSnippetContext
LOW…ch/xbow/results/blackbox-golden-final/xben_089_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:24:29.141Z", "hunter": "live-tools", "black_box": truCODE
LOW…ch/xbow/results/blackbox-golden-final/xben_103_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T21:08:16.770Z", "hunter": "live-tools", "black_box": truCODE
LOWsrc/index.ts1543export function createAggressiveOperation(name: string, llmConfig?: LLMConfig): Tempest {CODE
LOWsrc/server.ts338function createTempestCommandInstance(missionName: string, apiKey: string | undefined, provider: string, model: string, CODE
LOWsrc/server.ts429function findCurlTransportOverrideFlag(args: string[]): string | undefined {CODE
LOWsrc/server.ts498function resolveCommandExecutionTarget(CODE
LOWsrc/server.ts844function upsertMissionFindingToLedger(finding: {CODE
LOWsrc/server.ts966function normalizeEvidenceProvenanceStrength(value: unknown, fallback?: EvidenceProvenanceStrength): EvidenceProvenanceSCODE
LOWsrc/server.ts972function inferEvidenceProvenanceStrength(input: { type?: unknown; source?: unknown; command?: unknown; uri?: unknown }):CODE
LOWsrc/server.ts985function summarizeEvidenceProvenance(entries: EvidenceEntry[]): Record<EvidenceProvenanceStrength | 'strong', number> {CODE
LOWsrc/server.ts995function strongestEvidenceStrength(entries: EvidenceEntry[]): EvidenceProvenanceStrength {CODE
LOWsrc/server.ts1020function normalizeHypothesisStatus(value: unknown, fallback: HypothesisStatus): HypothesisStatus {CODE
LOWsrc/server.ts1251function ensureExecTargetsWithinApprovedTarget(targets: string[], approvedTarget: string): string[] {CODE
LOWsrc/server.ts1258function ensureExecTargetsAuthorized(CODE
LOWsrc/server.ts1306function operationAllowsLocalAction(body: Record<string, unknown>, action: GuardAction, target: string): boolean {CODE
LOWsrc/server.ts2984function approvalTargetMatchesPressurePath(approval: ApprovalRequest, target: string): boolean {CODE
LOWsrc/server.ts4725function buildArsenalActivationPlan(): Record<string, unknown> {CODE
LOWsrc/server.ts5482function handleHypothesisDecompose(req: Request, res: Response): void {CODE
LOWsrc/server.ts6895async function runCodexExecReadinessProbe(command: string): Promise<{ stdout: string; stderr: string }> {CODE
LOWsrc/server.ts7832async function refreshConnectedLocalAgentHealth(force = false): Promise<void> {CODE
LOWsrc/llm/index.ts1463export function reframeWithAuthorizedContext(messages: LLMMessage[]): LLMMessage[] {CODE
LOWsrc/llm/index.ts1844export function createHuggingFaceBackbone(apiKey?: string, model?: string): LLMBackbone {CODE
LOWsrc/llm/index.ts1885export function createBestAvailableBackbone(): LLMBackbone {CODE
LOWsrc/evidence/index.ts88function hasPassedVerificationGate(finding: Finding): boolean {CODE
LOWsrc/config/index.ts228export function migrateLegacyDeepSeekSettings(CODE
LOWsrc/arsenal/takeover.ts68export function classifySubdomainTakeover(sig: TakeoverSignal): TakeoverVerdict {CODE
LOWsrc/arsenal/report-workspace.ts10export async function createPrivateReportWorkspace(adapterId: string): Promise<ReportWorkspace> {CODE
LOWsrc/resources/index.ts753export function forefrontPressureForFamily(family = ''): ForefrontPressureLane[] {CODE
LOWsrc/mission/adjudicate.ts543export function downgradeUnverifiedRefutes(CODE
LOWsrc/opsec/index.ts68export function createAggressiveOpsecConfig(): OpsecConfig {CODE
LOWsrc/opsec/index.ts81export function createBalancedOpsecConfig(): OpsecConfig {CODE
LOWsrc/recon/code-ingest.ts870export function createMultiLangIngestConfig(repoRoot: string): IngestConfig {CODE
LOWsrc/recon/whitebox.ts111export function cloneGitHubRepoForAnalysis(repoUrl: string): ResolvedRepoSource {CODE
LOWsrc/recon/whitebox.ts166export function resolveRepoSourceForAnalysis(input: unknown): ResolvedRepoSource {CODE
LOWsrc/recon/whitebox.ts237export function ingestRepoToSourceContext(CODE
Over-Commented Block20 hits · 19 pts
SeverityFileLineSnippetContext
LOWvitest.config.ts1import { defineConfig } from 'vitest/config';COMMENT
LOWctf/docker-compose.yml1# T3MP3ST CTF InfrastructureCOMMENT
LOWscripts/install-tools.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/bb-parallel.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/bb-sweep.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/keys.sh1#!/usr/bin/env bashCOMMENT
LOWsrc/mcp-server.ts21COMMENT
LOWsrc/index.ts381 this.comms = new CommsChannel();COMMENT
LOWsrc/server.ts141// =============================================================================COMMENT
LOWsrc/server.ts161// --- Localhost origin allow-list ------------------------------------------COMMENT
LOWsrc/server.ts181 // never our own UI. Trusting it would reopen the CSRF hole this guard closes.COMMENT
LOWsrc/server.ts221 credentials: true,COMMENT
LOWsrc/server.ts7061 apiKey: effectiveApiKey,COMMENT
LOWsrc/llm/index.ts1421// =============================================================================COMMENT
LOWsrc/llm/index.ts1621 lastError = error as Error;COMMENT
LOWsrc/config/index.ts1241COMMENT
LOWsrc/pack/health.ts1// =============================================================================COMMENT
LOWsrc/agent/local-agents.ts1// =============================================================================COMMENT
LOWsrc/mission/adjudicate.ts121// Ruby) so a cited `n > cap` verifies against a source `$n > $cap`. Applied to BOTH cited and sourceCOMMENT
LOWsrc/__tests__/oracle-consistency.test.ts1import { describe, it, expect } from 'vitest';COMMENT
Modern AI Meta-Vocabulary4 hits · 11 pts
SeverityFileLineSnippetContext
MEDIUMREADME.md29And it won't ask you to take its word for it. On **XBOW's own 104-challenge suite it scores 90.1% pass@1** — above XBOW'CODE
MEDIUMdocs/AI_REDTEAM_TECHNIQUES.md319### 2.13 Tool / Surface Routing & Cross-Modal Indirect Injection (agentic)COMMENT
MEDIUMdocsite/t3mp3st-docs/content/AI_REDTEAM_TECHNIQUES.md330### 2.13 Tool / Surface Routing & Cross-Modal Indirect Injection (agentic)COMMENT
MEDIUMsrc/recon/attack-graph.ts68// vocab the recon scaffold draws candidate nodes from (clearly recon-pending, not findings)COMMENT
Slop Phrases4 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_005_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:13:10.808Z", "hunter": "live-tools", "black_box": truCODE
MEDIUM…ch/xbow/results/blackbox-golden-final/xben_082_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T21:40:56.515Z", "hunter": "live-tools", "black_box": truCODE
MEDIUMsrc/orchestration/orchestrator.ts464 "i must decline", "i'm unable to", "i am unable to", "i won't be able to",CODE
MEDIUMsrc/orchestration/orchestrator.ts465 "i can't provide", "i cannot provide",CODE
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHsrc/net/proxy.ts266// ifconfig.co is the primary (as requested); ipify is a bare-IP fallback if it's down.COMMENT
Fake / Example Data6 hits · 6 pts
SeverityFileLineSnippetContext
LOW…ch/xbow/results/blackbox-golden-final/xben_001_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:10:46.213Z", "hunter": "live-tools", "black_box": truCODE
LOW…ch/xbow/results/blackbox-golden-final/xben_001_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:10:46.213Z", "hunter": "live-tools", "black_box": truCODE
LOW…ch/xbow/results/blackbox-golden-final/xben_002_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:10:34.035Z", "hunter": "live-tools", "black_box": truCODE
LOW…ch/xbow/results/blackbox-golden-final/xben_002_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:10:34.035Z", "hunter": "live-tools", "black_box": truCODE
LOW…ch/xbow/results/blackbox-golden-final/xben_071_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:20:52.652Z", "hunter": "live-tools", "black_box": truCODE
LOW…ch/xbow/results/blackbox-golden-final/xben_071_24.json1{"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:20:52.652Z", "hunter": "live-tools", "black_box": truCODE
Excessive Try-Catch Wrapping6 hits · 6 pts
SeverityFileLineSnippetContext
LOWbench/cve-hunt/samples/POSTCUT-002/source.py18 except Exception:CODE
LOWctf/executor/ctf_executor.py216 except Exception as e:CODE
LOWctf/executor/ctf_executor.py312 except Exception as e:CODE
LOWctf/executor/ctf_executor.py327 except Exception as e:CODE
LOWctf/executor/ctf_executor.py422 except Exception as e:CODE
LOWctf/executor/ctf_executor.py554 except Exception as e:CODE
Example Usage Blocks3 hits · 5 pts
SeverityFileLineSnippetContext
LOWctf/docker-compose.yml4# Usage:COMMENT
LOWscripts/install-tools.sh8# Usage:COMMENT
LOWscripts/keys.sh7# Usage:COMMENT
Cross-Language Confusion (JS/TS)1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHsrc/__tests__/code-ingest.test.ts191 ' return True',CODE
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippetContext
LOWctf/executor/ctf_executor.py148 # Check if tool is allowedCOMMENT
LOWctf/executor/ctf_executor.py529 # Check if flag is in outputCOMMENT
Unused Imports3 hits · 3 pts
SeverityFileLineSnippetContext
LOWctf/executor/ctf_executor.py19CODE
LOWctf/executor/ctf_executor.py25CODE
LOWctf/executor/ctf_executor.py27CODE
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippetContext
LOWctf/executor/ctf_executor.py450CODE