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.
Reviewed 12 August 2026. This is a general risk-management guide, not medical, legal or regulatory advice.
Seven technology-risk areas
| Area | Example failure | Useful evidence |
|---|---|---|
| Security | Account takeover or destructive access | Access review, logs, recovery test |
| Privacy | Data used beyond a person’s expectation | Data map, purpose, retention and consent |
| Reliability | Service fails during a critical task | Error budget, monitoring and fallback test |
| Wellbeing | Design encourages harmful or unwanted use | User research, complaints and safety controls |
| Fairness and access | A feature excludes a disability or language group | Accessibility tests and subgroup outcomes |
| Environment | Short hardware life creates avoidable waste | Repair, energy and disposal records |
| Dependency | A vendor change disables a core workflow | Exit 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:
| Data | Purpose | Access | Retention | User control |
|---|---|---|---|---|
| Email address | Account and notices | Support and account service | Defined account period | Correction and deletion route |
| Location | Nearby results | Only required service | Session or justified period | Permission and fallback |
| Conversation | AI response | Model/service operators as disclosed | Product-specific | History 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.”
| Field | Example |
|---|---|
| Asset or journey | Password-reset email |
| Failure | Reset link sent to an unverified changed address |
| Affected people | Account holder |
| Impact | Account takeover |
| Existing controls | Re-authentication and change notification |
| Evidence | Quarterly test and alert log |
| Owner | Identity-service lead |
| Next action | Add 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
- Define the intended user, task and benefit.
- Map data, permissions, external services and persistent state.
- Write credible failure scenarios and affected groups.
- Assign owners and measurable safeguards.
- Test normal use, misuse, dependency failure and recovery.
- Provide user controls, support and an exit route.
- Launch to the smallest appropriate audience.
- Monitor outcomes and complaints, not only engagement.
- 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.






