autonomous red teaming platform; multi-agent offensive-security meta-harness
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).
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.
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.
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.
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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | ctf/docker-compose.yml | 13 | # ============================================================ | COMMENT |
| MEDIUM⚡ | ctf/docker-compose.yml | 15 | # ============================================================ | COMMENT |
| MEDIUM | ctf/docker-compose.yml | 96 | # ============================================================ | COMMENT |
| MEDIUM | ctf/docker-compose.yml | 98 | # ============================================================ | COMMENT |
| MEDIUM | ctf/docker-compose.yml | 134 | # ============================================================ | COMMENT |
| MEDIUM | ctf/docker-compose.yml | 136 | # ============================================================ | COMMENT |
| MEDIUM | ctf/docker-compose.yml | 155 | # ============================================================ | COMMENT |
| MEDIUM | ctf/docker-compose.yml | 157 | # ============================================================ | COMMENT |
| MEDIUM | ctf/docker-compose.yml | 178 | # ============================================================ | COMMENT |
| MEDIUM | ctf/docker-compose.yml | 180 | # ============================================================ | COMMENT |
| MEDIUM | ctf/docker-compose.yml | 262 | # ============================================================ | COMMENT |
| MEDIUM | ctf/docker-compose.yml | 264 | # ============================================================ | COMMENT |
| MEDIUM | src/llm/index.ts | 949 | // ── Native function-calling support ────────────────────────────────── | COMMENT |
| MEDIUM | src/llm/index.ts | 1037 | // ── Native tool-call parsing (if we probed) ──────────────────────── | COMMENT |
| MEDIUM | src/net/proxy.ts | 30 | // ── parsed proxy shape ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/net/proxy.ts | 39 | // ── module state ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/net/proxy.ts | 69 | // ── url parsing ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/net/proxy.ts | 103 | // ── loopback detection (bypass list) ───────────────────────────────────────── | COMMENT |
| MEDIUM | src/net/proxy.ts | 113 | // ── SOCKS-aware undici connector ───────────────────────────────────────────── | COMMENT |
| MEDIUM | src/net/proxy.ts | 164 | // ── public API ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/net/proxy.ts | 241 | // ── IP / leak checker ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/operators/index.ts | 166 | // ── Runtime operator overrides (set via the Operatives tab / Admiral advisor) ───────────── | COMMENT |
| MEDIUM | src/arsenal/parsers.ts | 23 | // ── small, defensive helpers ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/arsenal/parsers.ts | 73 | // ── nuclei -jsonl : one finding per template match ─────────────────────────── | COMMENT |
| MEDIUM | src/arsenal/parsers.ts | 99 | // ── httpx -json : one info finding per live host (technology fingerprint) ───── | COMMENT |
| MEDIUM | src/arsenal/parsers.ts | 121 | // ── dalfox --format json : one finding per XSS probe ───────────────────────── | COMMENT |
| MEDIUM | src/arsenal/parsers.ts | 151 | // ── ffuf -of json : one aggregate info finding (N paths) ───────────────────── | COMMENT |
| MEDIUM | src/arsenal/parsers.ts | 171 | // ── katana -jsonl : one aggregate info finding (N endpoints) ────────────────── | COMMENT |
| MEDIUM | src/arsenal/parsers.ts | 187 | // ── semgrep scan --json : one finding per rule match (SAST) ────────────────── | COMMENT |
| MEDIUM | src/arsenal/parsers.ts | 235 | // ── trivy fs --format json : one finding per package vulnerability ──────────── | COMMENT |
| MEDIUM | src/arsenal/parsers.ts | 268 | // ── grype dir:. -o json : one finding per matched vulnerability ─────────────── | COMMENT |
| MEDIUM | src/arsenal/parsers.ts | 294 | // ── garak : LLM/agent red-team probes (report.jsonl) ───────────────────────── | COMMENT |
| MEDIUM | src/arsenal/index.ts | 203 | // ── Egress scope gate (Phase-0 pack-hunt safety primitive) ────────────────────────────────── | COMMENT |
| MEDIUM | src/arsenal/index.ts | 1891 | // ── subdomain_takeover_check ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/arsenal/adapter-tools.ts | 290 | // ── Source / supply-chain scanners (non-networked, operate on a PATH) ─────────────────────────── | COMMENT |
| MEDIUM | src/arsenal/adapter-tools.ts | 395 | // ── Recon / OSINT adapters (networked) ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-parallel.test.ts | 15 | // ─── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-parallel.test.ts | 73 | // ── 1. Single tool call still works (sequential path) ───────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-parallel.test.ts | 109 | // ── 2. Multiple tool calls execute concurrently ──────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-parallel.test.ts | 167 | // ── 3. Results maintain original order ───────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-parallel.test.ts | 230 | // ── 4. Concurrency limit is respected ───────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-parallel.test.ts | 279 | // ── 5. Scope-denied call doesn't block valid calls ──────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-parallel.test.ts | 330 | // ── 6. All calls fail → all errors returned ──────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-parallel.test.ts | 368 | // ── 7. Unknown tool in batch doesn't crash other calls ──────────────────────── | COMMENT |
| MEDIUM | src/__tests__/subdomain-takeover.test.ts | 91 | // ── Integration: the real tool handler with DNS + fetch mocked ────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/spine-live.test.ts | 5 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/spine-live.test.ts | 14 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/ollama-native-tools.test.ts | 20 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/ollama-native-tools.test.ts | 53 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/stub-honesty.test.ts | 15 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/stub-honesty.test.ts | 24 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/parsers.test.ts | 10 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/parsers.test.ts | 19 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/no-phantom-tools.test.ts | 6 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/no-phantom-tools.test.ts | 13 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-error-feedback.test.ts | 16 | // ─── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-error-feedback.test.ts | 74 | // ── 1. Failed tool call adds error message to conversation ──────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-error-feedback.test.ts | 115 | // ── 2. Error message contains category, not raw error ───────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-error-feedback.test.ts | 183 | // ── 3. LLM receives error feedback and can retry ────────────────────────────── | COMMENT |
| MEDIUM | src/__tests__/agent-error-feedback.test.ts | 226 | // ── 4. Multiple failures produce separate error messages ────────────────────── | COMMENT |
| 22 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …ch/xbow/results/blackbox-golden-final/xben_080_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:23:01.546Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM⚡ | …ch/xbow/results/blackbox-golden-final/xben_080_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:23:01.546Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM⚡ | …ch/xbow/results/blackbox-golden-final/xben_080_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:23:01.546Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_088_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T22:53:20.553Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_088_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T22:53:20.553Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_098_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T23:13:57.354Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_028_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:34:00.454Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_066_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T21:34:52.009Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_066_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T21:34:52.009Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_050_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:15:58.668Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_050_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:15:58.668Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_097_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T20:59:33.622Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_069_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:12:58.874Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_069_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:12:58.874Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_056_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:19:10.779Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_056_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:19:10.779Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_034_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T15:12:49.048Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …h/cybench/results/service-aggregate-1780394939114.json | 1 | {"timestamp": "2026-06-02T10:08:59.114Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaict | CODE |
| MEDIUM | …h/cybench/results/service-aggregate-1780394939114.json | 1 | {"timestamp": "2026-06-02T10:08:59.114Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaict | CODE |
| MEDIUM | …h/cybench/results/service-aggregate-1780590669862.json | 1 | {"timestamp": "2026-06-04T16:31:09.862Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaict | CODE |
| MEDIUM | …h/cybench/results/service-aggregate-1780590669862.json | 1 | {"timestamp": "2026-06-04T16:31:09.862Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaict | CODE |
| MEDIUM | …project_sekai_ctf_sekaictf_2022_crypto_robust_cbc.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-30T03:18:00.878Z", "hunter": "live-tools", "black_box": fal | CODE |
| MEDIUM | …_archive-20260530/service-aggregate-1780150031884.json | 1 | {"timestamp": "2026-05-30T14:07:11.884Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaict | CODE |
| MEDIUM | …_archive-20260530/service-aggregate-1780150031884.json | 1 | {"timestamp": "2026-05-30T14:07:11.884Z", "hunter": "live-tools", "results": [{"slug": "cybsvc_project_sekai_ctf_sekaict | CODE |
| MEDIUM | scripts/cyb-sweep.sh | 2 | # Resumable Cybench re-run on the current harness. Runs each challenge in the list via | COMMENT |
| MEDIUM | scripts/bb-parallel.sh | 3 | # The harness already gives every run a unique docker project (projectName) and a | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ch/xbow/results/blackbox-golden-final/xben_089_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:24:29.141Z", "hunter": "live-tools", "black_box": tru | CODE |
| LOW | …ch/xbow/results/blackbox-golden-final/xben_103_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T21:08:16.770Z", "hunter": "live-tools", "black_box": tru | CODE |
| LOW | src/index.ts | 1543 | export function createAggressiveOperation(name: string, llmConfig?: LLMConfig): Tempest { | CODE |
| LOW | src/server.ts | 338 | function createTempestCommandInstance(missionName: string, apiKey: string | undefined, provider: string, model: string, | CODE |
| LOW | src/server.ts | 429 | function findCurlTransportOverrideFlag(args: string[]): string | undefined { | CODE |
| LOW | src/server.ts | 498 | function resolveCommandExecutionTarget( | CODE |
| LOW | src/server.ts | 844 | function upsertMissionFindingToLedger(finding: { | CODE |
| LOW | src/server.ts | 966 | function normalizeEvidenceProvenanceStrength(value: unknown, fallback?: EvidenceProvenanceStrength): EvidenceProvenanceS | CODE |
| LOW | src/server.ts | 972 | function inferEvidenceProvenanceStrength(input: { type?: unknown; source?: unknown; command?: unknown; uri?: unknown }): | CODE |
| LOW | src/server.ts | 985 | function summarizeEvidenceProvenance(entries: EvidenceEntry[]): Record<EvidenceProvenanceStrength | 'strong', number> { | CODE |
| LOW | src/server.ts | 995 | function strongestEvidenceStrength(entries: EvidenceEntry[]): EvidenceProvenanceStrength { | CODE |
| LOW | src/server.ts | 1020 | function normalizeHypothesisStatus(value: unknown, fallback: HypothesisStatus): HypothesisStatus { | CODE |
| LOW | src/server.ts | 1251 | function ensureExecTargetsWithinApprovedTarget(targets: string[], approvedTarget: string): string[] { | CODE |
| LOW | src/server.ts | 1258 | function ensureExecTargetsAuthorized( | CODE |
| LOW | src/server.ts | 1306 | function operationAllowsLocalAction(body: Record<string, unknown>, action: GuardAction, target: string): boolean { | CODE |
| LOW | src/server.ts | 2984 | function approvalTargetMatchesPressurePath(approval: ApprovalRequest, target: string): boolean { | CODE |
| LOW | src/server.ts | 4725 | function buildArsenalActivationPlan(): Record<string, unknown> { | CODE |
| LOW | src/server.ts | 5482 | function handleHypothesisDecompose(req: Request, res: Response): void { | CODE |
| LOW | src/server.ts | 6895 | async function runCodexExecReadinessProbe(command: string): Promise<{ stdout: string; stderr: string }> { | CODE |
| LOW | src/server.ts | 7832 | async function refreshConnectedLocalAgentHealth(force = false): Promise<void> { | CODE |
| LOW | src/llm/index.ts | 1463 | export function reframeWithAuthorizedContext(messages: LLMMessage[]): LLMMessage[] { | CODE |
| LOW | src/llm/index.ts | 1844 | export function createHuggingFaceBackbone(apiKey?: string, model?: string): LLMBackbone { | CODE |
| LOW | src/llm/index.ts | 1885 | export function createBestAvailableBackbone(): LLMBackbone { | CODE |
| LOW | src/evidence/index.ts | 88 | function hasPassedVerificationGate(finding: Finding): boolean { | CODE |
| LOW | src/config/index.ts | 228 | export function migrateLegacyDeepSeekSettings( | CODE |
| LOW | src/arsenal/takeover.ts | 68 | export function classifySubdomainTakeover(sig: TakeoverSignal): TakeoverVerdict { | CODE |
| LOW | src/arsenal/report-workspace.ts | 10 | export async function createPrivateReportWorkspace(adapterId: string): Promise<ReportWorkspace> { | CODE |
| LOW | src/resources/index.ts | 753 | export function forefrontPressureForFamily(family = ''): ForefrontPressureLane[] { | CODE |
| LOW | src/mission/adjudicate.ts | 543 | export function downgradeUnverifiedRefutes( | CODE |
| LOW | src/opsec/index.ts | 68 | export function createAggressiveOpsecConfig(): OpsecConfig { | CODE |
| LOW | src/opsec/index.ts | 81 | export function createBalancedOpsecConfig(): OpsecConfig { | CODE |
| LOW | src/recon/code-ingest.ts | 870 | export function createMultiLangIngestConfig(repoRoot: string): IngestConfig { | CODE |
| LOW | src/recon/whitebox.ts | 111 | export function cloneGitHubRepoForAnalysis(repoUrl: string): ResolvedRepoSource { | CODE |
| LOW | src/recon/whitebox.ts | 166 | export function resolveRepoSourceForAnalysis(input: unknown): ResolvedRepoSource { | CODE |
| LOW | src/recon/whitebox.ts | 237 | export function ingestRepoToSourceContext( | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vitest.config.ts | 1 | import { defineConfig } from 'vitest/config'; | COMMENT |
| LOW | ctf/docker-compose.yml | 1 | # T3MP3ST CTF Infrastructure | COMMENT |
| LOW | scripts/install-tools.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/bb-parallel.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/bb-sweep.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/keys.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | src/mcp-server.ts | 21 | COMMENT | |
| LOW | src/index.ts | 381 | this.comms = new CommsChannel(); | COMMENT |
| LOW | src/server.ts | 141 | // ============================================================================= | COMMENT |
| LOW | src/server.ts | 161 | // --- Localhost origin allow-list ------------------------------------------ | COMMENT |
| LOW | src/server.ts | 181 | // never our own UI. Trusting it would reopen the CSRF hole this guard closes. | COMMENT |
| LOW | src/server.ts | 221 | credentials: true, | COMMENT |
| LOW | src/server.ts | 7061 | apiKey: effectiveApiKey, | COMMENT |
| LOW | src/llm/index.ts | 1421 | // ============================================================================= | COMMENT |
| LOW | src/llm/index.ts | 1621 | lastError = error as Error; | COMMENT |
| LOW | src/config/index.ts | 1241 | COMMENT | |
| LOW | src/pack/health.ts | 1 | // ============================================================================= | COMMENT |
| LOW | src/agent/local-agents.ts | 1 | // ============================================================================= | COMMENT |
| LOW | src/mission/adjudicate.ts | 121 | // Ruby) so a cited `n > cap` verifies against a source `$n > $cap`. Applied to BOTH cited and source | COMMENT |
| LOW | src/__tests__/oracle-consistency.test.ts | 1 | import { describe, it, expect } from 'vitest'; | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | README.md | 29 | And 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 |
| MEDIUM | docs/AI_REDTEAM_TECHNIQUES.md | 319 | ### 2.13 Tool / Surface Routing & Cross-Modal Indirect Injection (agentic) | COMMENT |
| MEDIUM | docsite/t3mp3st-docs/content/AI_REDTEAM_TECHNIQUES.md | 330 | ### 2.13 Tool / Surface Routing & Cross-Modal Indirect Injection (agentic) | COMMENT |
| MEDIUM | src/recon/attack-graph.ts | 68 | // vocab the recon scaffold draws candidate nodes from (clearly recon-pending, not findings) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_005_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:13:10.808Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | …ch/xbow/results/blackbox-golden-final/xben_082_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T21:40:56.515Z", "hunter": "live-tools", "black_box": tru | CODE |
| MEDIUM | src/orchestration/orchestrator.ts | 464 | "i must decline", "i'm unable to", "i am unable to", "i won't be able to", | CODE |
| MEDIUM | src/orchestration/orchestrator.ts | 465 | "i can't provide", "i cannot provide", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/net/proxy.ts | 266 | // ifconfig.co is the primary (as requested); ipify is a bare-IP fallback if it's down. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ch/xbow/results/blackbox-golden-final/xben_001_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:10:46.213Z", "hunter": "live-tools", "black_box": tru | CODE |
| LOW | …ch/xbow/results/blackbox-golden-final/xben_001_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:10:46.213Z", "hunter": "live-tools", "black_box": tru | CODE |
| LOW | …ch/xbow/results/blackbox-golden-final/xben_002_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:10:34.035Z", "hunter": "live-tools", "black_box": tru | CODE |
| LOW | …ch/xbow/results/blackbox-golden-final/xben_002_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T13:10:34.035Z", "hunter": "live-tools", "black_box": tru | CODE |
| LOW | …ch/xbow/results/blackbox-golden-final/xben_071_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:20:52.652Z", "hunter": "live-tools", "black_box": tru | CODE |
| LOW | …ch/xbow/results/blackbox-golden-final/xben_071_24.json | 1 | {"schema": "t3mp3st.bench.cybench/v1", "timestamp": "2026-06-29T14:20:52.652Z", "hunter": "live-tools", "black_box": tru | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bench/cve-hunt/samples/POSTCUT-002/source.py | 18 | except Exception: | CODE |
| LOW | ctf/executor/ctf_executor.py | 216 | except Exception as e: | CODE |
| LOW | ctf/executor/ctf_executor.py | 312 | except Exception as e: | CODE |
| LOW | ctf/executor/ctf_executor.py | 327 | except Exception as e: | CODE |
| LOW | ctf/executor/ctf_executor.py | 422 | except Exception as e: | CODE |
| LOW | ctf/executor/ctf_executor.py | 554 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | ctf/docker-compose.yml | 4 | # Usage: | COMMENT |
| LOW | scripts/install-tools.sh | 8 | # Usage: | COMMENT |
| LOW | scripts/keys.sh | 7 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/__tests__/code-ingest.test.ts | 191 | ' return True', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ctf/executor/ctf_executor.py | 148 | # Check if tool is allowed | COMMENT |
| LOW | ctf/executor/ctf_executor.py | 529 | # Check if flag is in output | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ctf/executor/ctf_executor.py | 19 | CODE | |
| LOW | ctf/executor/ctf_executor.py | 25 | CODE | |
| LOW | ctf/executor/ctf_executor.py | 27 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ctf/executor/ctf_executor.py | 450 | CODE |