CRMAJul 10

Secret Scanner Agent: Extracting Secrets and Access Context from Unstructured Documents

arXiv:2607.090118.9h-index: 3
Predicted impact top 39% in CR · last 90 daysOriginality Incremental advance
AI Analysis

For incident responders, SSA provides actionable credential leakage detection by identifying both the secret and its access context, turning a raw finding into a triage-ready result.

Secret Scanner Agent (SSA) extracts both leaked credentials and the specific resource they unlock from unstructured documents, achieving up to 16 percentage points higher precision on door extraction over single-agent variants, tripling recall compared to regex scanners, and outperforming human analysts in speed and accuracy.

Exposed documents such as emails, chat threads, tickets, and incident notes routinely leak credentials, but during incident response a leaked secret is only half the story. Responders also need to identify the ``door'' the secret opens: the account, tenant, endpoint, database, cloud resource, or other system that the credential could allow an attacker to access. Traditional secret scanners rely on regular expressions or trained classifiers which work well on well-formatted code, yet they struggle when a credential is fragmented, reformatted, or far from the resource it unlocks, and they report the secret string without naming what it opens. We present Secret Scanner Agent (SSA), a multi-agent large-language-model system that extracts both the secret and its associated door, together with supporting evidence, from unstructured exposed documents. SSA pairs a detection agent that favors recall with a review agent that filters false positives and recovers missing context. Because real credential data is sensitive, we evaluate SSA on synthetic benchmarks we generated that span 23 secret types and multiple document formats, scored with a three-step pipeline of programmatic matching, an LLM judge, and human review. Across six models, multi-agent SSA improves extraction precision over a single-agent variant, with the largest gains on door extraction, by up to 16 percentage points. SSA matches a regular-expression scanner's precision while more than tripling its recall, and against thirteen security analysts it is more precise, recovers nearly twice as many secret--door pairs, and runs five to seventeen times faster. By returning the secret, its door, and supporting evidence in one result, SSA turns credential detection into an actionable finding for triage and remediation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes