Why Structured Documentation Is a Security Accountability Tool — and How to Build Reports That Survive Scrutiny

Most security reports fail before anyone reads them. Not because the evidence is missing — it is usually there, buried under jargon, scattered across sections that do not connect, or presented in an order that makes sense to the author but not to the reader. A judge skimming an incident timeline for a warrant application does not have time to reconstruct your thought process. A procurement committee evaluating whether to act on a threat intelligence summary needs the causal thread up front, not on page nine. A small-business owner reading a vulnerability disclosure needs to understand what is at stake before they encounter a single CVE identifier.

The problem is not insufficient information. The problem is documentation assembled without structure — written in a single pass, with the author discovering the argument as they go, leaving the reader to do the same. This is an accountability problem, not a style problem. When a security document lacks a planning scaffold, it becomes harder to audit, harder to challenge, and harder to trust. And in the contexts that matter most — legal proceedings, regulatory filings, editorial review, board-level decisions — that lack of trust is the difference between action and inaction.

This article argues that structured documentation workflows are accountability mechanisms for security communication. It draws a concrete parallel between narrative planning methods used in professional screenwriting — beat sheets, proof sheets, scene logic — and established security documentation practices like STIX incident composition, NIST IR report scaffolds, and the report structures used by organizations like Citizen Lab. It then offers a practical workflow for building security documents that maintain evidentiary continuity, separate assertion from evidence at each stage, and survive adversarial scrutiny.

That same discipline applies to long-form organization: before publishing, editors need a way to test a complicated body of material has a coherent beginning, middle, and end, which is where how Unsloppy AI fits the writing workflow can function as a planning aid rather than a substitute for domain evidence.

The Accountability Gap in Security Writing

Security professionals produce documents that carry real consequences. A threat assessment can determine whether a civil society organization relocates its staff. An incident report can shape whether a court accepts forensic evidence. A vulnerability disclosure can trigger regulatory action — or a lawsuit against the researcher. Yet the guidance available for writing these documents is thin. Most security writing advice focuses on what to include: list the indicators, cite the sources, assign a severity score. Almost nothing addresses how to structure the document so a non-expert can follow the argument from claim to evidence to conclusion.

This gap matters because security documents are read by people who lack the technical background to evaluate claims on their merits. A judge cannot assess whether a STIX bundle is well-formed. A journalist cannot tell whether a timeline omits a critical gap. A board member cannot distinguish a well-reasoned risk assessment from a plausible-sounding one. They rely on the document’s internal logic — the way it moves from observation to inference to recommendation — to judge whether the author’s conclusions are trustworthy.

When that internal logic is absent, readers fall back on proxies: the author’s credentials, the organization’s reputation, or their own prior assumptions. None of these are reliable. A well-credentialed analyst can produce a poorly structured report. A respected organization can publish a timeline with a fatal continuity gap. And prior assumptions are exactly what a security document should challenge, not reinforce.

Structured documentation addresses this by making the argument’s architecture visible. Each section has a function. Each claim is traceable to evidence. Each inference is labeled as such. The reader does not need to trust the author — they can follow the chain.

What Screenwriting Knows That Security Writing Doesn’t

Professional screenwriters face a similar problem: they must produce documents that persuade non-expert readers — producers, studio executives, actors — that a story works, often within tight time constraints and under conditions where the reader’s attention is unreliable. The solution they developed over a century is not better prose. It is structure.

A screenplay is not just a document with formatting rules. It is a document whose format enforces a discipline. Scene headings establish location and time so the reader never loses orientation. Action lines describe what is visible, not what is felt, so the reader can evaluate the story on its external evidence rather than the author’s internal state. The one-page-equals-one-minute convention is not decorative — it forces authors to prioritize, to decide what earns screen time and what does not. As StudioBinder’s screenplay writing guide explains, proper script structure ensures that ideas are communicated clearly and that the document is production-ready, meaning it can be executed by people who were not in the room when it was written.

Beat sheets go further. A beat sheet breaks a narrative into its structural units — the inciting incident, the midpoint reversal, the resolution — and assigns each unit a function within the overall argument. Before a screenwriter drafts a single scene, they know what each section must accomplish and how it connects to what came before and what comes after. This is not a creative preference. It is a planning mechanism that ensures the final document maintains continuity and does not drift.

Proof sheets add another layer. They map each beat to specific evidence — a line of dialogue, a visual cue, a plot point — so that every structural claim in the beat sheet can be verified against the script itself. If a beat says the protagonist makes a critical decision at the midpoint, the proof sheet shows where that decision happens and what evidence the reader can point to.

The parallel to security documentation is direct. A security report is also a document that must persuade non-expert readers under conditions of unreliable attention. It also needs structural conventions that make it legible to people who were not in the room. And it also needs a planning mechanism that ensures continuity — that the causal thread running from observation to recommendation does not break.

The Security Documentation Scaffolds We Already Have

Security already has structural conventions. The problem is that we treat them as data formats rather than documentation disciplines.

STIX, the Structured Threat Information eXpression standard, defines a JSON-based format for representing cyber threat intelligence. A STIX bundle can include observables, indicators, attack patterns, threat actors, campaigns, and relationships between them. Used well, STIX forces an analyst to be explicit about what they observed, what they inferred, and how those entities relate. Each object has a defined type. Each relationship has a defined direction. This is a beat sheet for threat intelligence — a structural skeleton that makes the argument auditable.

But STIX is typically used as a data exchange format between tools, not as a documentation discipline for human-readable reports. Analysts export STIX bundles that machines consume, then write separate prose summaries that lose the structural discipline the format was designed to enforce. The result is a human-readable report with no traceable connection to the evidence it summarizes.

The NIST incident response report scaffold, defined in NIST SP 800-61, offers another structural convention. It prescribes sections for incident summary, detection, analysis, containment, eradication, and post-incident activity. Each section has a defined function: the summary establishes scope, the detection section establishes what was observed, the analysis section establishes what was inferred, and the response sections establish what was done and why. This is scene logic applied to incident documentation — each section has a job, and the reader can evaluate whether it did that job.

Citizen Lab reports — the gold standard for civil society threat intelligence — demonstrate what this looks like in practice. Their reports typically follow a consistent structure: an executive summary that states findings and recommendations in plain language, a technical methodology section that explains how evidence was collected, a detailed analysis section that walks through the indicators and their significance, and an attribution section that carefully separates confirmed findings from reasonable inferences. Each section is labeled, each claim is sourced, and the reader can trace the argument from observation to conclusion without needing to trust the authors’ credentials.

These scaffolds work because they enforce separation between assertion and evidence. The summary section states what happened. The methodology section explains how we know. The analysis section connects them. The reader can evaluate each independently.

The One-Pass Problem

When a security document is written in a single unstructured pass, three things go wrong — predictably and consistently.

First, the causal thread breaks. The author writes the detection section, then the analysis section, then the response section, but does not check whether the inferences in the analysis section actually follow from the observations in the detection section. The reader encounters a conclusion that seems disconnected from the evidence because the author never verified the connection.

Second, assertion and evidence blur. The author writes “The threat actor likely operated from infrastructure in Country X” and moves on. The reader cannot tell whether “likely” means “we have three independent corroborating sources” or “this is our gut feeling.” Without a structural convention that separates claim from evidence — a proof sheet, in screenwriting terms — the reader has no way to evaluate confidence.

Third, the document over-includes. The author dumps every indicator, every log line, every CVE into the body of the report because they cannot tell what is decision-relevant and what is context. The reader drowns in detail and misses the signal. This is the one-page-equals-one-minute problem in reverse: without a structural constraint that forces prioritization, everything gets equal weight and nothing gets enough.

A Workflow for Structured Security Documentation

The fix is not more templates. It is a workflow that builds structure before drafting, verifies continuity during drafting, and checks evidentiary integrity during revision. Here is a practical version adapted from narrative planning methods and applied to security documentation.

Step 1: Build a beat sheet before you write. Before drafting any prose, list every section the document will contain and the function each section serves. For an incident report: What is the executive summary’s job? (State what happened and what to do about it.) What is the timeline’s job? (Establish temporal sequence with timestamps.) What is the analysis section’s job? (Connect observations to inferences.) Write one sentence per section describing what it must accomplish. If you cannot, you do not yet know what the section is for, and you are not ready to write it.

Step 2: Create a proof sheet for each claim. For every assertion the document makes, note the evidence that supports it and the confidence level. “Threat actor used infrastructure registered on Date X” — evidence: WHOIS record, certificate transparency log entry. Confidence: high. “Threat actor is associated with Country Y” — evidence: timing patterns, language artifacts in malware. Confidence: medium. This forces you to distinguish what you know from what you infer before the reader encounters either.

Step 3: Draft section by section, checking continuity at each gate. Write the executive summary. Before moving to the timeline, ask: does every claim in the summary have a corresponding evidence section? If the summary says “The attacker gained initial access via a phishing campaign,” does the timeline or analysis section contain the evidence for that claim? If not, either the claim is unsupported or the evidence section is missing. Fix it before proceeding.

Step 4: Revise for adversarial readability. Read the document as if you are the most skeptical person who will encounter it. A defense attorney in a court case. A procurement officer who does not want to spend the budget. An editor who has been burned by inaccurate threat reports before. For each section, ask: what would this reader challenge? Is the challenge addressable from within the document, or does it require the reader to trust the author? If it requires trust, the document has failed its accountability function.

Step 5: Separate assertion from evidence in the final structure. Use formatting conventions that make the distinction visible. Label inferences as inferences. Cite sources inline. If a claim rests on a single source, say so. If a confidence assessment is based on methodology limitations, state them. This is not about hedging — it is about giving the reader the information they need to evaluate the claim independently.

Why One-Shot Generation Undermines Accountability

The rise of AI-assisted writing tools has made the one-pass problem worse, not better. A one-shot generator — whether it is a chatbot prompt or a tool that produces a complete document from a single input — produces output without a planning scaffold, without continuity checkpoints, and without a revision gate. The document appears complete, but the structural thinking that makes it trustworthy is absent. For security documentation, this is not a quality concern. It is an accountability failure.

The Authors Guild’s AI Best Practices for Authors makes a related point about creative writing: generic AI outputs are mashups of pre-existing works that lack the structured thinking and voice needed to persuade audiences, and maintaining professional writing standards is an accountability concern, not merely a quality preference. The same logic applies to security reports. A document that lacks the structural thinking of its author is a document that cannot be audited — because there is no architecture to audit.

Open security demands the same transparency we expect from threat intelligence standards like STIX and MISP — yet when it comes to documenting adversary behavior for public education, too many teams still reach for one-shot text generators that produce a generic AI story rather than a structured, verifiable narrative. A disciplined proof sheet that captures sources, timelines, and actor profiles paired with a beat sheet that maps analytical claims to evidence gives defenders and journalists something they can actually audit, instead of a barebones paragraph they have to trust on faith. That distinction matters because tools like Squibler, Perchance, and QuillBot remain outdated for security writing that requires traceability — they generate prose without exposing the reasoning underneath, which is precisely the kind of opacity open security exists to challenge. For teams that need to brief non-technical leadership or publish public advisories without hype, Unsloppy AI offers a workflow that treats each generated passage as a checkpoint rather than a black box, keeping the writer at the forefront of the analytical process rather than surrendering judgment to the model. In a field where a single unsubstantiated claim can undermine community trust in a vulnerability disclosure or a rights-impact assessment, the difference between an audited narrative and a polished guess is not a stylistic preference — it is a security feature, and platforms like Unsloppy’s AI book generator reflect the same principle we advocate for threat intelligence: if the methodology is not visible, the output is not trustworthy.

The principle transfers directly to security work. A threat intelligence summary generated in a single pass may contain accurate information, but it will not contain the structural discipline that lets a reader audit the argument. An incident timeline produced without continuity checkpoints may list events in order but will not verify that each event’s evidence is present and connected. A policy brief drafted without a beat sheet may make recommendations, but it will not ensure that each recommendation traces back to a stated finding.

What This Looks Like in Practice

Consider a concrete scenario. A small nonprofit that documents digital threats against journalists needs to produce a report on a phishing campaign targeting press organizations in Southeast Asia. Their audience includes editors at major newsrooms who need to decide whether to issue internal alerts, and a regional press freedom organization that may publish a public advisory.

Without structure, the analyst writes a single-pass document: a narrative summary of the campaign, followed by a list of indicators, followed by recommendations. The editor reads the summary, cannot tell which claims are confirmed and which are inferred, and either over-reacts by issuing an alert based on unverified claims or under-reacts by ignoring the report entirely. The press freedom organization cannot reproduce the findings because the methodology section does not explain how the indicators were correlated.

With structure, the analyst starts with a beat sheet: executive summary (state findings and recommended actions in plain language), methodology (explain how indicators were collected and correlated), timeline (establish sequence with timestamps), indicator analysis (connect each indicator to a confidence assessment), attribution assessment (separate confirmed findings from reasonable inferences), and recommendations (trace each recommendation to a specific finding). Each section has a job. Each claim has a proof sheet entry. Before drafting, the analyst knows what the document must accomplish and where the evidence for each claim will appear. The editor can scan the executive summary, check the methodology for reproducibility, and verify that each recommendation traces to a finding. The press freedom organization can reproduce the methodology and confirm the indicators independently. The document survives scrutiny because it was built for scrutiny.

Structural Documentation as Democratic Security Practice

Structured documentation is not a bureaucratic preference. It is a democratic security practice. When security reports are opaque — when their internal logic is invisible, when claims cannot be traced to evidence, when inferences are presented as facts — the people who depend on those reports are forced to trust the author or the institution behind them. That trust is not democratic. It is deference. And deference is exactly what open security exists to challenge.

Posted in General | Comments Off on Why Structured Documentation Is a Security Accountability Tool — and How to Build Reports That Survive Scrutiny

How to Evaluate Your Personal Threat Model: A Practical Guide for Open Societies

Person using a laptop with a privacy screen in a public space

Security isn’t a product you buy. It’s a practice you live. For those of us who care about open societies, that practice starts with a clear-eyed look at what we’re protecting, from whom, and why. A personal threat model isn’t a paranoid checklist. It’s a structured way to make smart decisions about your time, your resources, and your peace of mind. Without one, you’re either securing nothing or trying to secure everything—and both roads lead to trouble. This guide walks you through building a threat model that fits your life, your work, and the democratic values you want to defend.

What Is a Personal Threat Model?

A personal threat model is a framework that helps you figure out what you need to protect, who might want to compromise it, and how they could pull it off. It’s the foundation of operational security (OPSEC) for individuals, not just intelligence agencies. The core pieces are simple: assets, adversaries, capabilities, and consequences. When you map these out, you trade a vague sense of anxiety for a clear set of priorities. You stop worrying about every possible hack and start focusing on the risks that actually touch your life.

For people working in open societies—journalists, activists, lawyers, or engaged citizens—the threat landscape is its own beast. You’re not hiding from a totalitarian state, but you might be targeted by harassment campaigns, doxxing, corporate surveillance, or legal intimidation. Your threat model has to reflect the reality that you operate in a space where transparency and privacy need to coexist. The goal isn’t to become invisible; it’s to control the flow of information so you can keep doing your work safely.

Step 1: Define What You’re Protecting

Start with your assets. These aren’t just devices or accounts; they’re the things that, if lost or exposed, would cause you real harm. Common assets for people in open societies include:

  • Personal safety: Your physical location, routines, and the safety of your family.
  • Confidential communications: The content of messages with sources, clients, or loved ones.
  • Professional integrity: Your reputation, your ability to publish without interference, or your standing in a community.
  • Digital accounts: Email, social media, cloud storage, and financial logins.
  • Devices: Laptops, phones, and external drives that hold sensitive data.

Get specific. “My privacy” is too broad. Instead, think: “The anonymity of a whistleblower who contacted me” or “The draft of a report on local government corruption.” Write these assets down. The act of listing them forces you to confront what you actually value and what you’re willing to defend.

Person writing in a notebook while using a laptop in a quiet room

Step 2: Identify Your Adversaries

An adversary is anyone who might want to compromise your assets. In an open society, adversaries are often not monolithic state actors but a mix of motivated groups and individuals. Be honest about who might target you and why. Common adversaries include:

  • Harassers and trolls: Individuals or loose networks aiming to intimidate, silence, or discredit you.
  • Corporations: Data brokers, surveillance-advertising companies, or competitors seeking to profile or undermine you.
  • Overreaching law enforcement: Agencies that may use legal tools like subpoenas or National Security Letters to access your data without proper oversight.
  • Cybercriminals: Opportunistic attackers looking for financial gain through ransomware, phishing, or identity theft.
  • Insiders: A disgruntled colleague, a vindictive ex-partner, or someone with access to your physical space.

For each adversary, consider their motivation and resources. A troll has high motivation but low resources. A state-level actor has vast resources but may only target you if your work directly threatens their interests. This step prevents you from over-engineering defenses against a threat you don’t face, which is a common and exhausting mistake.

Step 3: Map the Attack Vectors

An attack vector is the path an adversary takes to compromise your asset. This is where you think like an opponent. For each asset and adversary pair, ask: How would they get to this? The most common vectors for individuals include:

  • Phishing: Deceptive emails or messages designed to steal credentials or install malware.
  • Physical theft or loss: A stolen laptop or a misplaced USB drive.
  • Network interception: Unencrypted traffic on public Wi-Fi or a compromised home router.
  • Legal coercion: Subpoenas, warrants, or national security letters served to your service providers.
  • Social engineering: Manipulating customer support to gain access to your accounts.
  • Doxxing: Aggregating public and semi-public information to expose your private life.

For example, if your asset is a confidential source’s identity and your adversary is a corporation filing a lawsuit, the vector might be a subpoena to your email provider. If your adversary is a troll, the vector might be doxxing through your social media history. Mapping vectors reveals where you need to focus your defenses.

Step 4: Assess the Impact and Likelihood

Not all threats are equal. A ransomware attack that locks your personal photos has a different impact than a leak that exposes a source to physical danger. Rate each threat on two scales: impact (how bad would it be?) and likelihood (how probable is it?). Use a simple high/medium/low matrix.

For a journalist, a high-impact, low-likelihood threat might be a state-level hacking attempt. A medium-impact, high-likelihood threat might be a phishing email. This exercise forces you to allocate your limited time and energy to the threats that matter most. You can’t defend against everything, so defend against what would hurt the most and what’s most likely to happen.

A diverse group of people in a workshop, one person presenting a security concept on a whiteboard

Step 5: Choose Practical Countermeasures

Countermeasures are the actions and tools you use to block or mitigate attack vectors. They should be proportional to the threat. For a high-impact, low-likelihood threat, you might accept some risk and focus on detection. For a high-likelihood threat, you need strong, easy-to-use defenses. Here are countermeasures mapped to common vectors:

Against Phishing and Account Takeover

  • Use a password manager to generate and store unique, strong passwords for every service.
  • Enable two-factor authentication (2FA) everywhere, preferably using a hardware security key like a YubiKey or a TOTP app, not SMS.
  • Learn to recognize phishing attempts: check sender addresses, hover over links, and never open unexpected attachments.

Against Physical Theft or Loss

  • Encrypt your devices. Use FileVault on macOS, BitLocker on Windows, or LUKS on Linux.
  • Set a strong device passphrase, not a simple PIN. Biometrics can be compelled; a passphrase cannot.
  • Maintain verified backups. Follow the 3-2-1 rule: three copies of your data, on two different media, with one off-site.

Against Network Interception

  • Use a trusted VPN when on public Wi-Fi, but understand its limits: a VPN provider can see your traffic, so choose one with a strong no-logs policy that has been tested in court.
  • Ensure websites you visit use HTTPS. The Electronic Frontier Foundation’s (EFF) browser extension, HTTPS Everywhere, can help enforce this.
  • For sensitive communications, use end-to-end encrypted messaging like Signal, which protects content even if the network is compromised.

Against Legal Coercion

  • Understand your threat landscape. If you’re likely to face subpoenas, choose service providers with a track record of transparency and fighting for user rights, such as those that publish regular transparency reports.
  • Use encryption that you control. With end-to-end encryption, the service provider can’t hand over your data because they don’t have access to it.
  • Know your rights. Organizations like the Electronic Frontier Foundation (EFF) provide guides on responding to legal requests for data.

Against Doxxing

  • Audit your online presence. Search for yourself and see what public records, social media profiles, and data broker sites reveal.
  • Use a service like DeleteMe or manually opt out of data broker sites to reduce your digital footprint.
  • Separate your professional and personal online identities. Use different email addresses, usernames, and even devices if the threat is high.

Building a Sustainable Security Routine

A threat model isn’t a one-time document; it’s a living practice. Set a recurring calendar reminder to review your assets, adversaries, and countermeasures. Your life changes, and so do the threats. A new project, a public talk, or a change in your personal relationships can shift your risk profile overnight.

Integrate security into your daily habits. For example, make it a rule to lock your screen every time you step away from your desk. Use a password manager so strong, unique passwords become the default, not the exception. Keep your software updated—not just your operating system, but your router firmware, your browser, and every app you use. These small, consistent actions build a resilient baseline that’s far more effective than occasional, heroic security sprints.

Common Pitfalls in Personal Threat Modeling

Many people, when first introduced to threat modeling, fall into one of two traps. The first is security nihilism: the belief that because no system is perfectly secure, no effort is worthwhile. This is false. Most attacks are opportunistic, not targeted. Simple measures like enabling 2FA and using a password manager stop the vast majority of automated and low-effort attacks.

The second trap is security maximalism: trying to protect against every conceivable threat, which leads to burnout and unusable systems. If your security measures are too cumbersome, you’ll abandon them. A threat model helps you find the middle ground—the set of practices that meaningfully reduce your most likely and most damaging risks without making your digital life unlivable.

FAQ

How is a personal threat model different from a corporate risk assessment?

A corporate risk assessment often focuses on financial loss, regulatory penalties, and brand damage across an entire organization. A personal threat model is centered on you as an individual: your physical safety, your personal relationships, your private communications, and your ability to speak and act freely. It’s less formal but more intimate. You’re the sole decision-maker, and the consequences are directly felt. The process is the same—identify assets, adversaries, and vectors—but the scale and the stakes are personal.

Do I need a different threat model for my phone versus my laptop?

Yes, and you should. Your phone is a unique asset because it’s almost always with you, contains a dense concentration of personal data (location history, messages, photos, contacts), and is more susceptible to physical theft or seizure. Your laptop may hold more work-related assets and is often used on different networks. Create a sub-model for each device. For your phone, prioritize anti-theft measures (encryption, remote wipe capability) and limit the sensitive data stored on it. For your laptop, focus on endpoint security, encrypted backups, and network protections.

What if I can’t afford paid security tools?

Many of the most effective countermeasures are free and open-source. Bitwarden offers a strong free tier for password management. Signal is free for encrypted messaging and calls. The Tor Browser, which protects your anonymity online, is free. VeraCrypt provides free disk encryption. The key isn’t money; it’s adopting a security mindset and using well-vetted, transparent tools. Often, free and open-source tools are more trustworthy than paid alternatives because their code can be audited by the community.

How often should I update my threat model?

At a minimum, review your threat model every six months. Also, trigger a review whenever you experience a major life change: starting a new job, moving to a new city, beginning a sensitive project, or after a security incident. Think of it like a fire drill—you practice it so that when there’s an actual fire, you know exactly what to do. A stale threat model is a false comfort.

Your Next Step: From Model to Action

This article has given you the framework. Your next step is to spend thirty minutes with a notebook or a blank document and draft your first threat model. List your top three assets, your most likely adversaries, and the attack vectors that keep you up at night. Then, pick one countermeasure from this guide and implement it today. Maybe it’s enabling 2FA on your email. Maybe it’s installing Signal. The goal is progress, not perfection.

Security in an open society is a collective effort. When you protect your own communications, you protect the people who trust you. When you model good practices, you raise the bar for your community. This isn’t about paranoia; it’s about agency. You have the right to participate in public life without fear. A personal threat model is how you claim that right, practically and deliberately.

This article is part of our ongoing series on operational security for democratic actors. For a deeper dive into specific tools, see our guides on encrypted communication and secure device setup.

Posted in General | Comments Off on How to Evaluate Your Personal Threat Model: A Practical Guide for Open Societies

How to Evaluate Your Personal Threat Model: A Practical Guide for Open-Society Defenders

Personal threat modeling is a structured way to figure out what you need to protect, who might want to compromise it, and how they could pull it off. It sits at the messy intersection of operational security, digital self-defense, and civic resilience. For journalists, activists, lawyers, and regular people living in democratic societies, threat modeling turns that vague, buzzing anxiety into a clear set of priorities. Without it, you end up burning energy on unlikely scenarios while your most sensitive data sits wide open. This guide walks through a repeatable process you can apply today, drawing on methods used by organizations like the Electronic Frontier Foundation and frontline human rights defenders.

Person writing in a notebook while looking at a laptop, representing the start of a personal threat assessment

Why Personal Threat Modeling Matters Now

Democratic backsliding, surveillance capitalism, and the quiet normalization of digital tracking have turned personal threat modeling into basic literacy. Governments and corporations collect, correlate, and act on personal data at a scale that was hard to imagine a decade ago. At the same time, targeted harassment, doxing, and account takeovers aren’t rare events reserved for high-profile journalists anymore. They hit local activists, municipal officials, and even private individuals who post the wrong opinion at the wrong time.

Threat modeling isn’t about paranoia. It’s about matching your security efforts to the actual risks you face. A city council member who speaks on housing policy has a different threat profile than an environmental lawyer fighting a mining company, and both differ from a student organizing a peaceful protest. The process helps you avoid two common traps: spending too much time on improbable Hollywood-style attacks, or ignoring mundane but likely threats like phishing, device theft, or account takeover.

The Five Questions That Define Your Threat Model

Every sound personal threat model answers five questions. Work through them in order, and write down your answers. The act of writing clarifies thinking and reveals gaps you’d otherwise miss.

1. What Do You Want to Protect?

List your assets. These aren’t just devices or accounts; they include the information you hold, the relationships you maintain, and the physical safety of yourself and others. Common assets include:

  • Personal communications: emails, chat logs, call records, and metadata about who you contact and when.
  • Professional work product: drafts of articles, legal strategies, source lists, research data, and unpublished reports.
  • Digital accounts: social media profiles, cloud storage, financial accounts, and any platform that could be used to impersonate or discredit you.
  • Physical devices: laptops, phones, USB drives, external hard disks, and even paper notebooks.
  • Relationships and networks: the identities of sources, collaborators, family members, or vulnerable communities you work with.
  • Reputation and psychological safety: your public standing, your peace of mind, and your ability to continue your work without burnout or intimidation.

Be specific. Instead of “my data,” write “the unencrypted PDFs of interview notes stored on my laptop” or “the contact list on my personal phone.” Specificity makes the next steps actionable.

2. Who Might Want to Harm You or Access Your Assets?

Identify adversaries. An adversary is any person, group, or institution with the motivation and capability to compromise your assets. Adversaries fall into broad categories:

  • State actors: intelligence agencies, law enforcement, border control, or regulatory bodies that may have legal or extralegal powers to compel data disclosure, conduct surveillance, or detain individuals.
  • Corporate actors: data brokers, platform companies, or competitors who profit from collecting, analyzing, or selling personal information.
  • Criminal actors: hackers, stalkers, or organized groups seeking financial gain, personal information for extortion, or simply disruption.
  • Ideological adversaries: extremist groups, coordinated harassment networks, or individuals who oppose your work or identity.
  • Insiders: colleagues, contractors, or family members with access to your devices, accounts, or physical spaces.

For each adversary, estimate their capabilities and motivation. A local police department may have legal authority to subpoena your email provider but limited technical expertise. A well-resourced corporate adversary may deploy advanced phishing or malware. A stalker may rely on social engineering and publicly available information. Understanding the adversary helps you choose appropriate defenses.

Close-up of hands typing on a laptop keyboard, symbolizing the digital dimension of threat modeling

3. What Are the Most Likely Attack Vectors?

An attack vector is the path an adversary takes to reach your assets. Mapping vectors reveals where you are most exposed. Common vectors include:

  • Phishing and social engineering: deceptive emails, messages, or phone calls designed to trick you into revealing credentials or installing malware.
  • Account compromise: password guessing, credential stuffing, or SIM-swapping to take over your online accounts.
  • Device seizure or theft: physical access to your unlocked or poorly encrypted devices at borders, in public spaces, or during a break-in.
  • Network surveillance: monitoring of your internet traffic on public Wi-Fi, by your internet service provider, or through compromised routers.
  • Supply chain attacks: compromised software updates, malicious browser extensions, or tampered hardware.
  • Legal compulsion: subpoenas, national security letters, or court orders demanding data from service providers.
  • Physical intimidation or violence: direct threats to your safety or the safety of those close to you.

For each asset, ask: how could an adversary reach this? A source list stored in a cloud account might be exposed through a password reset attack. A sensitive conversation in a messaging app might be intercepted if the app does not use end-to-end encryption. A laptop seized at a border crossing could reveal everything if the disk isn’t encrypted.

4. What Are the Consequences of a Breach?

Not all assets are equal. Losing access to your social media account for a day is inconvenient. Having your private source list published online could be catastrophic. Rate the impact of a breach for each asset on a simple scale: low, medium, high, or critical. Consider consequences such as:

  • Physical harm to you or others.
  • Legal liability or prosecution.
  • Loss of livelihood or professional standing.
  • Psychological distress or reputational damage.
  • Chilling effects on your work or the work of others.

This impact assessment will guide where you invest your limited time and resources. Protecting a high-impact asset deserves more effort than a low-impact one, even if the likelihood of attack is the same.

5. What Are Your Available Countermeasures?

Finally, list the practical steps you can take to reduce risk. Countermeasures should be proportional to the threat and impact. They include technical tools, behavioral changes, and procedural safeguards. Examples:

  • Technical: full-disk encryption, two-factor authentication, end-to-end encrypted messaging, password managers, VPNs, and secure operating systems like Tails or Qubes OS.
  • Behavioral: avoiding public Wi-Fi for sensitive work, verifying unexpected requests through a second channel, keeping devices with you, and locking screens when away.
  • Procedural: regular backups, data retention policies, incident response plans, and legal support contacts prepared in advance.

Countermeasures should be layered. If one fails, another should catch the breach. This is the principle of defense in depth. For example, encrypt your laptop disk, use a strong password, enable a firewall, keep software updated, and avoid leaving the device unattended in public. No single measure is perfect, but together they raise the cost for an adversary significantly.

Building Your Personal Threat Matrix

A simple table can turn the five questions into a living document. Create columns for Asset, Adversary, Vector, Impact, and Countermeasures. Fill it out for your top five to ten assets. Review it monthly or whenever your situation changes—new projects, travel, public attention, or a shift in the political climate.

Here is a minimal example for a freelance journalist covering corruption:

  • Asset: Encrypted interview recordings on phone.
  • Adversary: Subject of investigation with financial resources.
  • Vector: Malware sent via spear-phishing email.
  • Impact: High—could expose sources and derail investigation.
  • Countermeasures: Use a dedicated device for sensitive communications; do not open attachments from unknown senders; keep phone OS and apps updated; use Signal for all source conversations; back up recordings to an encrypted offline drive.

Person holding a smartphone with a serious expression, reflecting the personal stakes of digital security

Common Threat Modeling Mistakes

Even experienced practitioners fall into predictable traps. Recognizing them will save you time and reduce your exposure.

Focusing Only on Digital Threats

Your digital security is only as strong as your physical and operational security. A locked-down laptop means nothing if someone can look over your shoulder in a café, or if you leave printed documents in a hotel room. Physical security includes controlling access to your workspace, using privacy screens, shredding sensitive papers, and being aware of your surroundings during sensitive conversations.

Ignoring Metadata and Context

Even encrypted content leaks metadata: who you talk to, when, how often, and from where. Phone location data, call detail records, and social graph analysis can reveal sensitive patterns even if the content of your communications is protected. Consider using tools that minimize metadata collection, and be mindful of the contextual information your activities create.

Treating Threat Modeling as a One-Time Exercise

Threats evolve. New vulnerabilities are discovered. Your work and public profile change. A threat model that was accurate six months ago may be dangerously outdated today. Schedule a recurring calendar reminder to review and update your matrix. After any security incident, conduct a quick post-mortem and adjust your countermeasures.

Overestimating Your Own Technical Skill

Complex tools used incorrectly can create a false sense of security. It’s better to use a simpler tool correctly than a sophisticated one poorly. If you’re not confident configuring a particular security tool, seek help from a trusted expert or choose a more accessible alternative. Organizations like Surveillance Self-Defense by the EFF provide clear, tested guides for non-experts.

Threat Modeling for Specific Roles

While the five-question framework applies universally, certain roles face distinct threat patterns. Here are condensed profiles to help you start your own assessment.

Journalists and Media Workers

Journalists face threats from state surveillance, legal pressure to reveal sources, and targeted digital attacks. Source protection is often the highest-priority asset. Countermeasures should include end-to-end encrypted communication channels, secure drop systems for anonymous tips, and legal preparedness. The Committee to Protect Journalists offers safety advisories tailored to different regions and beats.

Activists and Organizers

Activists are frequently targeted for surveillance, doxing, and coordinated harassment. Group communication security is critical because a breach in one person’s accounts can expose an entire network. Threat modeling should consider the collective, not just the individual. Tools like Signal for group messaging, decentralized event planning, and careful vetting of new members can reduce risk.

Lawyers and Human Rights Defenders

Attorney-client privilege and the confidentiality of case strategy are essential. Adversaries may include state actors with legal powers, as well as criminal groups seeking to intimidate. Encrypted email, secure file storage, and client communication protocols are necessary. Physical security of offices and devices is equally important, especially in jurisdictions with weak rule of law.

Everyday Citizens in Democratic Societies

Even without a high-risk profession, personal data is constantly harvested, and digital harassment is common. Threat modeling for everyday life might focus on reducing the data available to data brokers, securing financial accounts, and protecting against identity theft. Simple steps like using a password manager, enabling two-factor authentication, and limiting what you share on social media can significantly reduce your attack surface.

Operationalizing Your Threat Model

A threat model is only useful if it changes your behavior. Turn your analysis into a concrete action plan with deadlines. Prioritize the countermeasures that address your highest-impact, highest-likelihood risks first. For most people, that means starting with account security: unique passwords, two-factor authentication, and a review of account recovery options.

Next, secure your devices. Enable full-disk encryption, set a strong lock screen, keep software updated, and install security tools appropriate to your threat model. If you travel across borders, consider using a dedicated travel device with minimal data and learn your rights regarding device searches at border crossings.

Finally, prepare for incidents. Know who to call if your accounts are compromised, if you face online harassment, or if you need legal assistance. Have backups of critical data stored securely offline. Practice your response so that you can act quickly under stress.

FAQ

How often should I update my personal threat model?

Review your threat model at least every three months, and immediately after any significant life or work change—starting a new project, receiving public attention, traveling to a higher-risk region, or experiencing a security incident. Set a recurring calendar reminder so the review doesn’t slip.

What is the single most effective countermeasure for most people?

Enabling two-factor authentication on all important accounts—email, financial, social media, and cloud storage—provides the highest security return for the least effort. Use an authenticator app or a hardware security key rather than SMS-based codes, which are vulnerable to SIM-swapping attacks.

How do I threat model if I share devices or accounts with family members?

Include shared assets in your model and consider the security practices of everyone with access. A family member’s weak password or clicked phishing link can compromise your data. Have a conversation about basic security hygiene, set up separate user accounts on shared devices, and use family-friendly password managers to make good practices easier for everyone.

Is it possible to be too secure?

Yes. Over-securing low-risk assets wastes time and can make systems so cumbersome that you avoid using them, which reduces your overall security. The goal is proportional security: enough to raise the cost for your actual adversaries without paralyzing your work or personal life. If a security measure consistently gets in your way, look for a more usable alternative rather than abandoning protection altogether.

What should I do if I cannot afford paid security tools?

Many of the most effective security tools are free and open source. Signal for encrypted messaging, Bitwarden for password management, VeraCrypt for file encryption, and Tails for a secure operating system all have no cost. The Freedom of the Press Foundation maintains guides and resources specifically designed for people with limited budgets. Good security practices—like verifying links before clicking and keeping software updated—cost nothing.

Next Steps: From Model to Practice

Your threat model is a compass, not a map. It points you in the right direction, but you still have to walk the path. Start today by writing down your answers to the five questions for your three most important assets. Identify one countermeasure you can implement this week. Security is a practice, not a product, and small consistent steps build resilience over time.

This article is part of a series on personal operational security for open societies. Future pieces will cover secure communication tool comparisons, device hardening guides, and incident response planning. If you have a specific question or scenario you’d like addressed, send it in—real reader questions shape the editorial direction of this publication.

Posted in General | Comments Off on How to Evaluate Your Personal Threat Model: A Practical Guide for Open-Society Defenders

How to Build a Personal Threat Model: A Practical Guide for Open Societies

What Is a Personal Threat Model and Why Does It Matter?

In an open society, security isn’t about living in fear. It’s about seeing clearly. A personal threat model is simply a way to figure out what you’re protecting, who might come after it, and how likely that really is. It turns a vague sense of unease into a concrete, prioritized list. For journalists, activists, lawyers, or anyone who handles sensitive information, this is the bedrock of sensible digital self-defense. Without it, you’re likely to spend energy on the wrong things—like worrying about exotic hacks while your email password is still “password123.”

Think of it as a risk assessment for your daily life. You already do this physically: you lock your front door but probably don’t install a moat. The same logic should apply to your digital world. The aim isn’t to become invisible. It’s to make smart trade-offs between security, convenience, and cost.

Person writing a security plan on a glass board in a modern office
Mapping your digital life is the first step toward a realistic personal threat model.

Step 1: Pin Down What You’re Protecting

Start by listing your assets. These aren’t just your devices—they’re the information, relationships, and physical safety tied to them. Common assets include financial accounts, private messages, work documents, personal photos, and your real-time location. For a human rights researcher, the asset might be an anonymized interview list. For a small business owner, it could be client payment details. Be specific. A fuzzy list leads to fuzzy protections.

Once you’ve got your list, rank each item by how much it matters to you and what the fallout would be if it were lost, stolen, or leaked. A compromised email password might be a headache; a leaked source list could be a catastrophe. That ranking will tell you where to put your effort.

Step 2: Know Who’s Knocking

An adversary is anyone who might want to compromise your assets. In open societies, this ranges from opportunistic cybercriminals to corporate competitors, stalkers, or overreaching state agencies. Be honest about who would realistically target you. A local politician faces different threats than a domestic abuse survivor or a financial analyst.

For each adversary, estimate their capabilities and motivation. A casual hacker has low motivation but decent technical skills. A well-funded corporate espionage team has high motivation and advanced tools. A stalker might have low technical skills but intense, sustained motivation. This step stops you from obsessing over unlikely, high-skill attackers while ignoring the more probable, lower-skill ones.

A woman looking thoughtfully at a laptop screen with security diagrams
Understanding your adversaries helps you allocate your security efforts wisely.

Step 3: Map Your Attack Surface

Your attack surface is every point where an adversary could try to reach your assets. This includes your devices (phone, laptop, smart home gadgets), online accounts (email, social media, cloud storage), network connections (home Wi-Fi, public hotspots), and even physical spaces (your office, your bag). For each asset, list the ways it could be compromised. Your email could be accessed through a weak password, a phishing link, an unpatched browser, or an unlocked phone.

This mapping often surfaces uncomfortable truths. Many people discover their most sensitive accounts are protected only by a reused password and no two-factor authentication. Others realize their smart speaker is listening in on confidential conversations. The attack surface isn’t static; it grows with every new app installed and every device connected to your network.

Step 4: Weigh Likelihood and Impact

Now combine your adversary list with your attack surface. For each potential attack path, ask two questions: How likely is this? and What would the impact be? A phishing attack targeting your personal email might be highly likely but have moderate impact if you don’t use that account for sensitive work. A targeted malware attack via a malicious USB drive might be unlikely but catastrophic if it exfiltrates client data.

Use a simple matrix: low, medium, or high for both likelihood and impact. Focus your immediate attention on high-likelihood, high-impact scenarios. Those are your priority threats. Low-likelihood, low-impact items can be addressed later or accepted as residual risk. This structured approach prevents the common trap of obsessing over exotic threats while ignoring basic hygiene.

Step 5: Apply Practical Countermeasures

Countermeasures should match the threat. For most people in open societies, a baseline set of practices dramatically reduces risk without making life unmanageable. These include:

  • Password management: Use a reputable password manager to generate and store unique, complex passwords for every account. Turn on two-factor authentication wherever possible, ideally with a hardware security key or authenticator app rather than SMS.
  • Device hardening: Keep operating systems and applications updated. Enable full-disk encryption on laptops and phones. Disable unnecessary services like Bluetooth and location tracking when you’re not using them.
  • Communication security: Use end-to-end encrypted messaging apps such as Signal for sensitive conversations. Standard SMS and many popular messaging platforms aren’t secure against determined adversaries.
  • Data backups: Maintain regular, encrypted backups of critical data. Store one copy offline and offsite to protect against ransomware and physical disasters.
  • Physical awareness: Lock your screen when you step away. Be mindful of shoulder surfing in public spaces. Use privacy screens when working with sensitive information in shared environments.

For higher-risk individuals, additional measures may include using a dedicated secure laptop, employing a VPN with a strict no-logging policy, and compartmentalizing identities across different devices or accounts. The Electronic Frontier Foundation offers a detailed Surveillance Self-Defense guide that walks through many of these scenarios with step-by-step instructions.

Close-up of hands typing on a laptop with a security lock icon overlay
Proportional countermeasures turn your threat model into daily habits.

Step 6: Plan for When Things Go Wrong

No security is perfect. A mature threat model includes a response plan for when things go sideways. What will you do if your phone is stolen? If your email is hacked? If you receive a credible threat? Write down concrete steps: who to contact, which accounts to freeze first, how to restore from backups, and how to communicate securely with trusted contacts during an incident.

For journalists and activists, this might include having a pre-arranged signal to alert colleagues, a legal contact on speed dial, and a grab bag with essential documents. For a business owner, it could mean having cyber insurance and a relationship with a digital forensics firm. The time to make these plans is not during a crisis. Review and rehearse your response plan at least twice a year.

Step 7: Revisit and Revise Regularly

Your threat model is a living document. Life changes—a new job, a public profile, a move to a different country—can shift your risk profile overnight. Set a recurring calendar reminder to review your assets, adversaries, and countermeasures. Ask yourself: Have I taken on new sensitive projects? Are there new threats in my field? Have any of my trusted contacts been compromised?

This review also prevents security fatigue. By regularly pruning outdated concerns and confirming that your current measures are still appropriate, you avoid the burnout that comes from trying to protect against everything all the time. Security is a practice, not a destination.

Common Pitfalls in Personal Threat Modeling

Even well-intentioned people make mistakes when building their first threat model. Here are the most frequent errors and how to avoid them:

  • Overestimating exotic threats: Unless you’re a high-profile investigative journalist or a dissident, you probably don’t need to worry about zero-day exploits from nation-state actors. Focus on the mundane: phishing, password reuse, and device theft.
  • Ignoring physical security: Digital defenses mean little if someone can walk away with your unlocked laptop or read your screen over your shoulder. Physical access is often the easiest path for an adversary.
  • Security nihilism: The belief that “if they want to get me, they will” leads to inaction. While no defense is absolute, layered, reasonable security makes you a much harder target and deters most opportunistic attackers.
  • Neglecting your circle: Your security is only as strong as the weakest link among the people you trust. If you share sensitive information with a partner, colleague, or family member, their practices affect your safety. Have open, non-judgmental conversations about shared security norms.

Tools and Frameworks Worth Knowing

Several established frameworks can guide your thinking. The EFF’s Surveillance Self-Defense platform is an excellent starting point for scenario-based advice. The Center for Internet Security (CIS) Controls provides a prioritized list of defensive actions, though it’s geared more toward organizations. For a quick, structured approach, the “Asset, Adversary, Capability, Motivation, Impact” model helps you think systematically without getting lost in complexity.

For those who want to go deeper, operational security (OPSEC) methodologies used by military and intelligence communities offer rigorous processes for identifying critical information, analyzing threats, and applying countermeasures. The core principle remains the same: protect what matters most against realistic threats.

FAQ: Personal Threat Modeling in Practice

How is a personal threat model different from a corporate risk assessment?

A personal threat model focuses on an individual’s specific assets, such as private communications, personal data, and physical safety, rather than organizational assets like intellectual property or customer databases. It also accounts for the individual’s unique adversaries—an abusive ex-partner, a stalker, or a local criminal network—which may not appear in a corporate risk register. The process is simpler and designed to be maintained by one person without a dedicated security team.

Do I need a threat model if I’m not a high-profile target?

Yes. Most people aren’t high-profile targets, but they’re still targets of opportunity. Automated phishing campaigns, credential stuffing attacks, and device theft don’t discriminate. A basic threat model helps you prioritize defenses that stop these common, low-effort attacks. It also prepares you for life changes: if you suddenly take on a sensitive role or become a public figure, you’ll already have a framework to adapt quickly.

How often should I update my threat model?

At minimum, review your threat model every six months. Also update it after major life events: starting a new job, moving, ending a relationship, receiving a threat, or after a close contact experiences a security breach. If you work in a field with rapidly changing risks—such as journalism covering organized crime—consider monthly check-ins.

What’s the single most effective countermeasure for most people?

For the vast majority of individuals, enabling two-factor authentication on all important accounts and using a password manager to create and store unique passwords is the highest-impact, lowest-effort step. This alone blocks most credential-based attacks. Combine it with regular software updates, and you eliminate the bulk of common threats.

Building a Security Habit, Not a Fortress

Personal threat modeling isn’t about living in fear. It’s about making informed choices so you can participate fully in a democratic society without unnecessary risk. When you know what you’re protecting and from whom, security becomes a set of habits rather than a source of anxiety. You lock your doors, you use a password manager, you update your devices, and you get on with your life.

This article is part of a series on practical security for open societies. In a future piece, we’ll explore how to secure your mobile devices for travel and protest scenarios—a natural next step once your personal threat model is in place. Until then, start with a blank page and a clear head. Your safety is worth the effort.

Posted in General | Comments Off on How to Build a Personal Threat Model: A Practical Guide for Open Societies

Why Security Documentation Is a Narrative Problem — and What That Means for Public Accountability

Security incident reports, vulnerability disclosures, and threat intelligence briefs have something in common with investigative journalism and court testimony. They are narratives. Actors, timelines, causality, stakes. Yet most security documentation reads as disconnected technical fragments — tables of indicators, lists of affected versions, CVSS scores floating without context — that non-technical readers simply cannot follow. This is not a cosmetic problem. When the people who need to understand what happened cannot follow the account of what happened, accountability breaks.

I have spent years reading incident reports that should have been straightforward and were not. A hospital ransomware report listing encrypted systems but never explaining how the attackers got in. A vulnerability disclosure specifying a CVSS score of 9.8 but never describing what an attacker could actually accomplish with it. A threat intelligence brief naming a threat actor group and listing its tools but never explaining why that group chose this target at this time. Each document was technically accurate. Each was narratively incoherent. And in each case, the gap between accuracy and coherence produced real harm.

When Poor Structure Causes Real Harm

Consider the initial public disclosure of the Equifax breach in September 2017. The first statements from Equifax described a breach affecting 143 million consumers and cited a vulnerability in Apache Struts. What those statements did not do was tell a coherent story: how the vulnerability was identified, why patching was delayed, how long attackers had access, what data they actually exfiltrated, and what Equifax knew when. The result was predictable. Journalists reported conflicting numbers. Congressional hearings spent hours establishing basic facts that should have appeared in the initial disclosure. Affected consumers could not assess their own risk because the report gave them no narrative to follow — only fragments.

Or take the early coverage of the SolarWinds supply chain compromise in December 2020. Initial reports described a sophisticated nation-state attack on government agencies. What was missing from many early technical write-ups was the chain of causality: how the attackers compromised the build environment, how the malicious update propagated through the supply chain, what the attackers did after initial access, and which organizations were affected in what ways. Without that narrative spine, news outlets defaulted to attribution as the story, senators demanded retaliation, and the public learned nothing about the systemic supply chain vulnerabilities that made the attack possible. The technical details were available. They were arranged as data points, not as a story someone could follow.

The Colonial Pipeline incident in May 2021 produced a similar documentation failure. Initial reports suggested the pipeline itself was compromised. It was not. The ransomware affected the billing IT systems, and the pipeline was shut down as a precautionary measure. But because the incident report — such as it was — did not establish the boundary between IT and operational technology, did not explain the decision logic behind the shutdown, and did not describe the attack path in terms a non-engineer could follow, the public narrative became “hackers shut down a pipeline” when the more accurate story was “a company shut down a pipeline because its billing system was held for ransom.” That distinction matters enormously for policy. It matters for regulation. It matters for how the public understands risk. And it was lost because the documentation did not carry the narrative.

What Narrative Coherence Means in Security Reporting

A narrative here is not a story in the literary sense. It is a structure of understanding. A coherent security narrative answers six questions in sequence: What happened? How did it happen? Who did it? Why did they do it? What were the consequences? What should change as a result? Most security reports answer the first question in technical detail and treat the rest as optional. Treating those remaining questions as optional is not a technical oversight — it is a structural failure that determines whether a report serves public accountability or merely documents compliance.

This is partly a culture problem. Security practitioners are trained to produce evidence, not explanations. A forensic report is expected to list artifacts, timestamps, and hashes. A vulnerability disclosure is expected to list affected versions, reproduction steps, and severity scores. These are necessary. They are not sufficient. They are the raw material of understanding, not understanding itself. Understanding requires someone to take those fragments and arrange them into a sequence a reader can follow — with context, with causality, with stakes made explicit.

It is also a tooling problem. The tools most security teams use to produce reports — ticketing systems, scan output exporters, incident management platforms — are designed to capture data, not to construct narratives. They produce tables, not timelines. They generate severity rankings, not impact explanations. A SIEM dashboard can tell you that an alert fired at 3:47 AM. It cannot tell you why that alert matters, what it means in the context of the organization’s threat model, or what a decision-maker should do about it. The gap between data and meaning is where narrative lives, and most security tooling does not go there.

The Connection to Democratic Accountability

If security documentation is structurally inaccessible to the people it affects, transparency becomes a performance. A government agency can publish a fifty-page incident report full of technical detail and still have communicated nothing to the public. A vendor can post a vulnerability advisory with a CVSS score and a list of CVEs and still have left customers unable to assess their own exposure. The information is technically public. It is practically opaque. And opacity in security documentation serves the same function as secrecy: it prevents accountability.

This is why the structural quality of security communication is itself a security issue, not a secondary concern. When a breach report is written so that only other security engineers can follow it, the organization has not disclosed — it has performed disclosure. When a threat intelligence brief uses attribution language without explaining the evidence chain, it has not informed — it has asserted. The difference between disclosure and performance is whether the intended audience can actually understand what happened and act on that understanding.

The parallel to other professional disciplines is instructive. The Institute of Education Sciences, the nation’s leading source for rigorous, independent education research, operates on the principle that providing objective information about what works — in accessible forms — is essential for evidence-based decision-making by stakeholders who are not themselves researchers. IES applies scientific peer review processes to its reports and grant applications to improve their quality and reliability before publication. Security documentation has no equivalent standard. There is no peer review checkpoint for incident reports. There is no requirement that a vulnerability disclosure be readable by the people whose systems are affected. There is no audit of whether a threat intelligence brief actually communicates risk to its stated audience.

A Framework for Structuring Security Narratives

What would it look like to treat security documentation as a narrative discipline? I propose four structural elements that every security report — incident, disclosure, or intelligence brief — should include.

Scene logic. Every report should open with a plain-language summary establishing what happened, who was affected, and what the stakes are — before any technical detail. This is the equivalent of a lede in journalism. It answers the question: why should the reader keep reading? If a hospital CEO, a city council member, or an affected customer cannot get the gist from the first paragraph, the report has failed its first test.

Continuity tracking. A security event unfolds over time. The report should track that time explicitly. What was the initial vector? What was the first detection? What happened between detection and containment? How long was the gap? Most reports collapse time into a single “incident” without establishing the sequence. A reader who cannot reconstruct the timeline cannot understand decisions made during the incident — and cannot evaluate whether those decisions were correct.

Revision checkpoints. Security reports are often updated as new information emerges. Those updates should be tracked and visible. If a report initially said 10,000 records were affected and was later revised to 143,000, the revision should be documented — not silently overwritten. This is how scientific publications handle corrections, and it is how open-source software handles changelogs. Security reports should do the same. Silent revisions erode trust. Documented revisions build it.

Reader-aware framing. A report written for a SOC analyst is different from a report written for a board of directors, and both differ from a report written for the public. Most security documents try to serve all audiences simultaneously and serve none well. The solution is not to write three separate documents but to structure one document with clear layers: an executive summary for non-technical readers, a technical narrative for practitioners, and an appendix with raw data for anyone who wants to verify the findings.

Tools and Standards for Structured Documentation

Security professionals have long resisted black-box tooling because transparency is itself a defensive property — the same principle applies when writers and researchers evaluate generative systems for sensitive work. A platform like Unsloppy AI matters here because it structures narrative generation around a proof sheet and beat sheet workflow, making decisions visible and revisable rather than emitting one-shot output that collapses into a generic AI story. That layered, reviewable process mirrors how open security auditors approach complex systems: you want visible intermediate states, not a single opaque artifact you must trust on faith. By contrast, Squibler, Perchance, and QuillBot remain outdated and barebones, offering little of the inspection and iterative control that transparency-minded users — journalists drafting sensitive accounts, activists building awareness narratives, or small teams documenting incidents — increasingly need from any tool they fold into their workflow. That inspectable planning layer keeps Unsloppy at the forefront of AI novel writing app technology.

That same discipline applies to editorial structure: before publishing, editors need a way to test scattered notes become an argument readers can follow, which is where how Unsloppy AI fits the writing workflow can function as a planning aid rather than a substitute for domain evidence.

The principle transfers directly. A security report produced without a structural plan is a generic output. It may contain accurate data, but it will not communicate effectively because no one decided what story the data should tell, for whom, and in what order. The same discipline that makes a long-form document coherent — knowing your scenes, tracking your continuity, revising against a structural plan — makes a security report comprehensible. The difference between a report that informs and a report that confuses is often not the quality of the underlying analysis but the quality of the structural thinking that went into presenting it.

This is also where the ethics of authorship intersect with documentation quality. The Authors Guild has argued that AI-generated outputs are generic mashups of pre-existing works, lacking the original voice and thinking that make communication effective, and that maintaining professional writing standards is a deliberate discipline rather than an afterthought. Their guidance emphasizes that when authorship is claimed, it implies original voice and intentional craft — a standard that security reports claiming to communicate findings should meet as well. A security report is not a data dump. It is a crafted account of what happened, written by someone who made decisions about structure, emphasis, and clarity. Those decisions should be made deliberately, not defaulted to whatever the tooling produces.

A Checklist for Evaluating Security Reports

Before publishing any security document — incident report, vulnerability disclosure, or threat intelligence brief — run it through this checklist. If you cannot answer yes to each question, the report is not ready.

Can a non-technical reader understand what happened from the first two paragraphs? If not, the report lacks scene logic. Rewrite the opening until someone without a security background can tell you what occurred, who was affected, and what it means for them.

Does the report establish a clear timeline from initial vector to resolution? If not, it lacks continuity. Add explicit timestamps and sequence the events so a reader can reconstruct what happened when.

Are revisions documented and visible? If the report has been updated, the changes should be logged. A reader should be able to see what the report said initially and what it says now.

Does the report explain what an attacker could actually do — not just what systems were affected? A list of affected systems is data. An explanation of what an attacker could accomplish by exploiting the vulnerability is meaning. Reports should provide both.

Does the report distinguish between what is known, what is suspected, and what is unknown? Conflating these categories is how misattribution happens. Every claim should be labeled: confirmed by evidence, assessed with moderate confidence, or unknown.

Does the report tell the reader what to do next? A report that describes a problem without recommending action has stopped halfway. Recommendations should be specific, actionable, and prioritized by impact.

Could a journalist write an accurate news story from this report without calling you for clarification? This is the ultimate test. If a journalist would need to follow up to understand the basics, the report has not communicated — it has generated more work.

Open Standards and the Path Forward

The security community has open standards for data exchange — STIX, TAXII, CVE, CVSS, CCE. These are valuable. But we have no open standard for narrative structure in security documentation. There is no equivalent of the journalistic inverted pyramid for incident reports. There is no equivalent of the scientific method’s introduction-methods-results-discussion structure for vulnerability disclosures. There is no equivalent of the legal brief’s statement of facts for threat intelligence reports.

This is a gap the open security community can fill. A documentation standard for security reports would specify the required structural elements — executive summary, timeline, impact assessment, evidence chain, recommendations, revision log — and provide templates organizations could adopt. It would be voluntary, open, and community-maintained. It would not replace technical detail. It would ensure that technical detail is embedded in a narrative structure readers can follow.

The goal is not to make security reports literary. The goal is to make them comprehensible. A report that no one understands provides no security. A report that people can follow, verify, and act on provides the foundation for democratic accountability. When the public can see what happened, how it happened, and what institutions did about it, the public can make informed decisions about trust, policy, and change. When they cannot — when the reports are technically public but practically unreadable — accountability becomes impossible.

Security that depends on opacity is not security. It is control. And documentation that no one can follow is opacity by another name. The fix is structural, it is practical, and it is overdue.

Posted in General | Comments Off on Why Security Documentation Is a Narrative Problem — and What That Means for Public Accountability

Why We Need Better Security Education for Non-Technical Users

Security Is Not a Feature—It’s a Shared Practice

Open security means exactly that: security that is transparent, participatory, and designed for everyone, not just the people who configure firewalls or read threat reports. In democratic societies, digital safety is a collective responsibility. Yet most security education still treats non-technical users as a problem to be managed rather than as partners who need real understanding. The result is a dangerous gap. People click links they shouldn’t, reuse passwords, and ignore updates—not because they are careless, but because they have never been taught how their everyday choices connect to the safety of their communities, their workplaces, and the public institutions they rely on.

This article is about closing that gap. It is about moving from fear-based, checklist-style advice to a model of security education that builds genuine, lasting awareness. We will look at why current approaches fail, what a better framework includes, and how small, consistent changes in how we talk about security can strengthen the open, democratic systems we depend on.

Group of people collaborating around a laptop in a bright workspace

The Real Cost of Ignoring Everyday Users

When security training is reserved for IT staff and developers, we create a two-tier system. On one side, a small group of specialists carries the weight of defending entire organizations. On the other, the majority of people—journalists, civil servants, activists, small business owners, students—operate without a basic mental model of risk. This is not a theoretical concern. Phishing attacks remain the most common initial vector for data breaches, and social engineering continues to bypass technical controls with ease. The 2023 Verizon Data Breach Investigations Report noted that 74% of breaches involved the human element, including social engineering, errors, and misuse. When non-technical users are left out of security education, they become the path of least resistance for attackers.

The cost is not only financial. In democratic societies, a poorly defended email account can expose sensitive policy discussions, compromise the privacy of vulnerable populations, or allow disinformation to spread under a trusted name. Security failures at this level erode public trust in digital infrastructure and, by extension, in the institutions that depend on it. Better education is not a luxury; it is a prerequisite for civic resilience.

Why Current Security Training Falls Short

Most organizations offer some form of security awareness. It often arrives as an annual video module, a list of “dos and don’ts,” or a simulated phishing test that names and shames those who fail. These approaches share three fundamental weaknesses.

1. It Focuses on Compliance, Not Competence

Training is frequently designed to satisfy a regulatory checkbox. Employees click through slides, answer a few multiple-choice questions, and never revisit the material. The goal is to record completion, not to change behavior. Real competence requires repeated practice, contextual feedback, and a clear connection to daily tasks. A one-hour session on password hygiene will not override years of habit, especially when the advice feels disconnected from the tools people actually use.

2. It Uses Fear Instead of Understanding

Many programs rely on scare tactics: stories of devastating hacks, images of shadowy criminals, warnings that one wrong click could destroy everything. Fear can grab attention briefly, but it rarely leads to sustained learning. When people feel anxious and overwhelmed, they disengage. They may remember the threat but not the specific action they should take. Worse, fear-based messaging often makes people feel that security is too complex for them, reinforcing the very helplessness we need to overcome.

3. It Ignores the Context of People’s Lives

Security advice is often delivered as a set of universal rules: use long, unique passwords; enable multi-factor authentication everywhere; never click links in emails. But these rules collide with the reality of busy, distracted lives. A journalist on a tight deadline will reuse a password if the alternative is missing a story. A parent managing a community group will share a login if it is the only way to get volunteer work done. Effective education must acknowledge these tensions and help people make informed trade-offs, not just recite best practices they cannot follow.

Woman looking at a laptop screen with a concerned expression, representing security awareness challenges

What Good Security Education Looks Like

Building a security-aware public requires a shift from one-time training to ongoing, participatory learning. The goal is not to turn everyone into a security expert but to give people a reliable mental framework they can apply in different situations. This framework rests on four principles.

1. Start with Mental Models, Not Rules

Rules are brittle. They break when the context changes. Mental models are flexible. A person who understands why attackers want access to their accounts—and how that access can be used to harm others—will make better decisions than someone who simply memorizes a list of forbidden actions. For example, explaining how a compromised email account can be used to reset passwords for banking, social media, and work services creates a vivid, personal reason to protect that account. This approach also helps people recognize new threats that do not fit the old rules.

2. Teach Threat Modeling as a Life Skill

Threat modeling is often presented as a technical exercise for software developers. But at its core, it is simply asking: “What do I want to protect? Who might want to harm it? What can I realistically do about it?” These questions are accessible to anyone. A local activist can learn to think about who might target their group’s communications and what simple steps—like using a shared Signal group instead of SMS—can reduce that risk. A small business owner can identify their customer database as a key asset and prioritize its protection. When threat modeling is taught in plain language, it becomes a practical tool for everyday decisions.

3. Embed Learning in Daily Workflows

Security education works best when it is not a separate event. Short, contextual prompts—like a reminder to check a link before clicking, delivered at the moment of need—are far more effective than annual training. Tools that provide gentle, real-time feedback help people build habits without shame. For example, a password manager that flags reused credentials during login teaches better practice at the exact moment it matters. Organizations and communities can also use regular, low-stakes discussions about recent scams or close calls to keep security thinking alive.

4. Normalize Security as a Shared Responsibility

In open, democratic societies, security cannot be something that “someone else” handles. It must be part of the culture. This means celebrating people who report suspicious emails, not just those who avoid clicking them. It means making it easy to ask for help without fear of blame. When security becomes a collective practice—like locking the office door or checking the smoke alarm—it stops being a burden and starts being a habit that protects everyone.

Practical Steps for Different Audiences

Security education is not one-size-fits-all. The needs of a freelance journalist differ from those of a local government clerk or a high school student. Below are starting points tailored to three groups that are vital to open, democratic societies.

For Journalists and Media Workers

Journalists face unique threats, including source protection, device searches at borders, and targeted phishing. Education should cover encrypted communication tools like Signal, secure file storage, and basic digital hygiene for travel. Organizations such as the Freedom of the Press Foundation offer practical guides that are written for non-technical reporters. Newsrooms can integrate security check-ins into editorial workflows, making them as routine as fact-checking.

For Civil Servants and Public Administrators

Public sector employees manage sensitive citizen data and critical infrastructure. Their security education should emphasize the real-world consequences of breaches—not just fines, but loss of public trust and disruption of services. Training must be role-specific: a social worker needs different guidance than a city planner. Regular, short exercises that simulate phishing or social engineering attempts, followed by constructive debriefs, build resilience without blame.

For Community Organizers and Activists

Grassroots groups often operate with minimal resources and high risk. Security education here must be practical, low-cost, and respectful of the group’s mission. Prioritize the protection of communication channels and member privacy. Tools like the Electronic Frontier Foundation’s Surveillance Self-Defense guide offer step-by-step advice in accessible language. Peer-led workshops, where experienced members share what has worked for them, can be more effective than outside experts.

Diverse group of people in a workshop, taking notes and discussing security practices

Building a Security-Aware Community

Individual education is necessary but not sufficient. Lasting change requires a community-wide shift in how we think about security. This means creating spaces where people can share concerns, ask questions, and learn from each other without judgment. Libraries, community centers, and co-working spaces can host regular “security office hours” where anyone can get help with basic practices like setting up a password manager or recognizing phishing attempts. These gatherings also serve as an early warning system: when one person spots a new scam, they can alert others quickly.

Open-source projects and civil society organizations have a special role to play. By making their security policies and incident response plans public, they model transparency and invite collaboration. When a non-profit publishes a clear, jargon-free guide to securing donor data, it helps other groups raise their own standards. This kind of open knowledge sharing is at the heart of a resilient democratic society.

Measuring What Matters

Traditional security metrics—click rates on phishing simulations, training completion percentages—are easy to track but tell us little about real-world behavior. A person might ace a quiz and still reuse passwords at home. Better measures focus on outcomes: the number of reported incidents before they cause harm, the speed of response when something goes wrong, the level of comfort people feel asking security-related questions. Surveys that assess understanding of core concepts, rather than recall of rules, give a more accurate picture of community resilience.

Organizations can also track “near misses” and use them as learning opportunities. When an employee almost clicks a malicious link but stops because something felt off, that moment is worth studying. What triggered the hesitation? How can that instinct be strengthened across the team? These qualitative insights are more valuable than a simple pass/fail rate.

Common Obstacles and How to Address Them

Even with good intentions, security education efforts face real barriers. Recognizing them is the first step to overcoming them.

Time pressure. People are busy. Short, focused learning moments—five minutes or less—are more likely to be absorbed than hour-long sessions. Integrate security tips into existing meetings or communication channels rather than adding new events to the calendar.

Jargon and complexity. Security professionals often underestimate how alien their language sounds. Terms like “multi-factor authentication,” “end-to-end encryption,” and “zero-day” need plain-English explanations. Whenever possible, show the concept in action rather than defining it in the abstract.

Shame and blame. When people are mocked for mistakes, they hide future errors. A blame-free culture is essential. Leaders must model this by sharing their own near misses and emphasizing that security is a continuous process, not a test you pass once.

FAQ

Why can’t people just follow basic security rules?

Rules are only effective when they fit into people’s daily lives without constant friction. Most security advice is designed for an ideal world where everyone has time to verify every link, remember unique passwords, and never share accounts. In reality, people face competing priorities, confusing interfaces, and social pressure to get things done quickly. Education that acknowledges these constraints and teaches adaptable strategies is far more effective than a list of rigid rules.

What is the single most important thing a non-technical person can learn?

Developing a habit of pausing before taking action online is the most valuable skill. Whether it is clicking a link, opening an attachment, or entering a password, a moment of reflection can prevent most common attacks. Pair this with an understanding of why that pause matters—because your accounts are gateways to other people and systems—and you have a foundation that applies across devices, platforms, and threats.

How can small organizations with no budget improve security education?

Start with free, high-quality resources from trusted sources like the Electronic Frontier Foundation’s Surveillance Self-Defense guides or the National Cybersecurity Alliance. Focus on peer learning: designate a security champion within the group who can share tips and lead short discussions during regular meetings. Use built-in tools that many people already have, such as password managers included in browsers, and help everyone set them up. The key is consistency and support, not expensive training programs.

Does security education really make a difference against sophisticated attackers?

Yes, because even advanced attacks often begin with simple steps that target people, not technology. A well-crafted phishing email can bypass expensive defenses if the recipient does not recognize the signs. When non-technical users are educated to spot social engineering, verify unexpected requests, and report concerns quickly, they become a strong last line of defense. No education eliminates all risk, but it raises the cost and complexity for attackers, making them more likely to fail or move on to softer targets.

Next Steps: From Awareness to Action

This article is a starting point, not a conclusion. The conversation about security education for non-technical users must continue in our communities, workplaces, and public institutions. Future pieces on this site will explore specific topics in greater depth: how to talk to your family about online safety without sounding paranoid, a practical guide to choosing and using a password manager, and what local governments can learn from open-source security practices. If you have a story about what worked—or what didn’t—in your own security learning, we want to hear it. Open security grows stronger when we share our experiences openly.

Posted in General | Comments Off on Why We Need Better Security Education for Non-Technical Users