The Dark Side of Technology

Technology Risk Assessment: Practical Framework

Technology risk is not one mysterious “dark side.” It is a set of identifiable trade-offs involving security, privacy, wellbeing, reliability, accessibility, environment and dependence on vendors. A useful review names the people who can be harmed, the data or service involved, the failure scenario, existing controls and evidence that those controls work.

Practical rule: do not ask whether a technology is good or bad in the abstract. Ask what can fail, who bears the consequence, how likely and severe it is, which safeguard reduces it, and how you will detect failure.

Reviewed 12 August 2026. This is a general risk-management guide, not medical, legal or regulatory advice.

Seven technology-risk areas

AreaExample failureUseful evidence
SecurityAccount takeover or destructive accessAccess review, logs, recovery test
PrivacyData used beyond a person’s expectationData map, purpose, retention and consent
ReliabilityService fails during a critical taskError budget, monitoring and fallback test
WellbeingDesign encourages harmful or unwanted useUser research, complaints and safety controls
Fairness and accessA feature excludes a disability or language groupAccessibility tests and subgroup outcomes
EnvironmentShort hardware life creates avoidable wasteRepair, energy and disposal records
DependencyA vendor change disables a core workflowExit plan, export test and replacement time

Security risk: protect the service and prepare for failure

Security is wider than installing antivirus software. The NIST Cybersecurity Framework 2.0 organises outcomes around six functions: Govern, Identify, Protect, Detect, Respond and Recover. This lifecycle prevents a common mistake, spending everything on prevention while neglecting detection and restoration.

For a small website or application:

  • Govern: assign owners, risk tolerance and an incident contact.
  • Identify: list accounts, data, integrations, devices and dependencies.
  • Protect: use supported software, least privilege, strong authentication and safe configuration.
  • Detect: collect useful logs and alert on meaningful changes.
  • Respond: document containment, communication and evidence preservation.
  • Recover: test backups and restoration rather than assuming they work.

A control is not proven because a settings page shows it as enabled. Test the outcome: can a former team member still sign in, does an alert reach the right person, and can a clean backup actually restore the service?

Privacy risk is more than a data breach

Security asks whether data and systems are protected from unauthorised events. Privacy also asks whether authorised data processing creates problems for individuals. A perfectly encrypted database can still contain information collected without a clear need or retained too long.

NIST’s Privacy Framework uses the functions Identify, Govern, Control, Communicate and Protect. Apply them with a data inventory:

DataPurposeAccessRetentionUser control
Email addressAccount and noticesSupport and account serviceDefined account periodCorrection and deletion route
LocationNearby resultsOnly required serviceSession or justified periodPermission and fallback
ConversationAI responseModel/service operators as disclosedProduct-specificHistory and training controls

If a field has no owner, purpose or deletion rule, collecting it creates risk without a defensible benefit.

Reliability: plan for ordinary failure

Cloud services, APIs, plugins and models will sometimes be slow, unavailable or changed. Record service-level objectives for the user journey that matters, not only server uptime. A checkout can be “online” while payments fail; a chatbot can respond while citing the wrong policy.

Test:

  • timeout and retry behaviour;
  • duplicate submissions and idempotency;
  • partial dependency failure;
  • capacity at realistic peaks;
  • backup restoration;
  • manual or non-AI fallback; and
  • clear user messaging when a function is unavailable.

Wellbeing: avoid simple cause-and-effect claims

Technology use can provide connection, education and access as well as expose people to harassment, sleep disruption, unwanted content or problematic use. The US Surgeon General’s youth social-media advisory describes both potential benefits and harms and says important evidence gaps remain. That is more accurate than claiming that a particular amount of screen time automatically causes depression.

Product teams can still act under uncertainty: provide blocking and reporting, reduce unwanted notifications, offer chronological or interest controls where feasible, protect minors, publish escalation routes and study outcomes with qualified researchers.

Anyone experiencing persistent anxiety, depression, sleep problems or crisis symptoms should seek support from a qualified professional or local emergency/crisis service. A technology article cannot diagnose the cause.

Accessibility and unequal impact

A feature that works in a demonstration may fail for keyboard users, screen readers, colour-vision differences, low bandwidth, older devices, accents or languages absent from the test set. Accessibility is a product requirement, not a decorative audit at launch.

Define representative tasks, test with assistive technology and affected users, and record blockers by severity. For AI features, compare error rates across the populations and conditions in which the product will operate. An average can hide a serious subgroup failure.

Environmental and hardware lifecycle

Technology uses materials, manufacturing, electricity, cooling and transport. Avoid unsupported global numbers when the relevant decision is local and measurable. Track device lifespan, repairability, energy use under expected workload and the disposal route.

The US Environmental Protection Agency recommends considering hardware or software upgrades before replacing a computer, deleting personal information before donation or recycling, separating batteries where required and using appropriate local facilities. Lithium-ion batteries and devices containing them should not be placed in household rubbish or ordinary recycling bins.

Vendor and automation dependency

A free API, WordPress plugin or AI model can change its price, limits, data policy or output. Record:

  • the service owner and renewal date;
  • data export format and last successful export;
  • features that use proprietary formats;
  • acceptable outage time;
  • replacement options and migration estimate; and
  • the trigger for activating the exit plan.

Do not call a process automated unless someone owns exceptions. Automation transfers work from routine execution to design, monitoring and recovery.

A practical risk register

Create one row per failure scenario, not one vague row called “cyber risk.”

FieldExample
Asset or journeyPassword-reset email
FailureReset link sent to an unverified changed address
Affected peopleAccount holder
ImpactAccount takeover
Existing controlsRe-authentication and change notification
EvidenceQuarterly test and alert log
OwnerIdentity-service lead
Next actionAdd recovery review for high-risk change

Prioritise without pretending to know exact probabilities

Use a simple scale for impact, likelihood and control strength, but keep the reasoning beside the score. A “12” means nothing if reviewers cannot see the scenario and evidence. Prioritise irreversible harm, legal or safety obligations, large affected populations and risks without detection or recovery.

Record uncertainty explicitly. A new AI feature may have little incident history; that is a reason for limited rollout and closer monitoring, not an excuse to assign a low probability.

Pre-launch review checklist

  1. Define the intended user, task and benefit.
  2. Map data, permissions, external services and persistent state.
  3. Write credible failure scenarios and affected groups.
  4. Assign owners and measurable safeguards.
  5. Test normal use, misuse, dependency failure and recovery.
  6. Provide user controls, support and an exit route.
  7. Launch to the smallest appropriate audience.
  8. Monitor outcomes and complaints, not only engagement.
  9. Define when the feature will be paused or rolled back.

Student project

Choose an everyday product such as a smart doorbell, learning app or AI meeting assistant. Draw its data flow, identify one risk in each of the seven areas, and design one test for every safeguard. Your final report should include:

  • a one-page architecture diagram;
  • a risk register with owners;
  • three test results;
  • one unresolved trade-off; and
  • a go, limited-launch or stop recommendation with reasons.

This is stronger portfolio evidence than a generic essay about technology being harmful. For an AI-specific version, use the AI credibility and failure guide.

Frequently asked questions

Is technology inherently harmful?

No. Outcomes depend on design, incentives, users, context and controls. The same capability can create benefits and risks for different people.

Can a checklist guarantee safety?

No. A checklist helps expose missing work, but controls require testing, monitoring, incident learning and accountable decisions.

Is privacy the same as cybersecurity?

No. Security helps protect systems and data; privacy also considers how legitimate processing affects individuals and whether they have meaningful control.

Authoritative starting points

Similar Posts

Leave a Reply