TechnologyDue DiligenceRed Flags

7 Technology DD Red Flags That Kill Deals

Zoe Diagnostics · 2026-04-02

tech due diligence red flags

Technology due diligence has a credibility problem. Most assessments spend 80% of their time evaluating the wrong things — whether the company uses React or Angular, whether the infrastructure is on AWS or Azure, whether the database is Postgres or Mongo. These choices matter at the margins. They almost never kill a deal or predict post-close failure.

The red flags that actually predict technology-driven value destruction live deeper in the engineering organization's behavioral patterns. They are about how the team builds, not what they build with.

Red Flag 1: Deploy Frequency Below Once Per Week

  • What most teams evaluate — Whether the company uses CI/CD, what their deployment pipeline looks like on a diagram, whether they have a staging environment.
  • What actually matters — How often code reaches production. Deploy frequency is the single most predictive metric for engineering health. It correlates with cycle time, defect rates, team autonomy, and the organization's ability to respond to market changes.
  • The red flag threshold — Companies deploying less than once per week in a SaaS environment are carrying significant process overhead, fear of breakage, or both. Companies deploying less than once per month are in serious trouble — they have accumulated so much risk in each release that deploys have become organizational events requiring coordination across multiple teams.
  • Why it kills deals — Low deploy frequency means the value creation plan's product roadmap is already behind schedule before day one. Every feature, fix, or improvement the PE operating partner wants to see will take 3-5x longer than expected because the deployment pipeline is a bottleneck. The estimated cost to fix a low-frequency deployment culture: 6-12 months of engineering leadership focus and potentially $500K-$2M in tooling and process investment.

Red Flag 2: The Bus Factor Is One

  • What most teams evaluate — The CTO's resume, the engineering team's pedigree, whether the company has a VP of Engineering.
  • What actually matters — The bus factor: how many engineers would need to leave before a critical system becomes unmaintainable? For any system where the answer is one, the company is carrying unhedged risk that no retention bonus can fully mitigate.
  • The red flag threshold — If a single engineer is the sole contributor to more than 30% of the codebase, or the only person who understands the core architecture, the data pipeline, or the deployment infrastructure, the company's technology value is concentrated in a human asset that can resign with two weeks' notice.
  • Why it kills deals — Post-acquisition, key engineers reassess their situation. New ownership, new priorities, new bosses. If the one engineer who understands the billing system decides this is a good time to join a startup, the company cannot process revenue until someone reverse-engineers their work. This is not hypothetical — it happens in roughly 15-20% of PE-backed technology acquisitions.

Red Flag 3: Technical Debt Exceeds 40% of Engineering Capacity

  • What most teams evaluate — Whether the code is "clean," whether the company follows best practices, whether there is a modernization roadmap.
  • What actually matters — What percentage of engineering time is spent maintaining, patching, and working around existing systems versus building new capability. Technical debt is not inherently bad — every fast-growing company accumulates it. The question is whether it has crossed the threshold where it actively impedes the value creation plan.
  • The red flag threshold — When more than 40% of engineering effort goes to maintenance, bug fixes, and workarounds, the company has reached a tipping point. New feature velocity will continue to decline as the debt compounds. The team is running to stand still.
  • Why it kills deals — The value creation plan almost always assumes the engineering team can deliver new features, integrations, or platform improvements at a pace consistent with revenue growth targets. If 40%+ of capacity is consumed by debt service, the effective engineering team is 60% of what the headcount suggests. The plan's timelines are fiction.

Red Flag 4: No Automated Testing (Or Worse, Tests That Do Not Run)

  • What most teams evaluate — Whether the company has unit tests, what their code coverage percentage is.
  • What actually matters — Whether the test suite actually runs on every commit, whether failing tests block deployment, and whether the team trusts the tests enough to deploy confidently. A company with 80% code coverage and a test suite that takes four hours to run (so nobody runs it) is in worse shape than a company with 40% coverage and tests that execute on every pull request.
  • The red flag threshold — If the engineering team cannot deploy to production within one business day of deciding to do so because testing and validation require manual intervention, the testing infrastructure is not serving its purpose.
  • Why it kills deals — Absent reliable automated testing, every change carries unknown risk. Engineers slow down. Deploy frequency drops. Bugs reach production more frequently, creating customer-facing quality issues that erode NRR. The cycle is self-reinforcing: less confidence leads to less deployment, which leads to bigger, riskier releases, which leads to more bugs, which leads to even less confidence.

Red Flag 5: Architecture Decisions Are Undocumented

  • What most teams evaluate — Whether the company has technical documentation, API docs, system diagrams.
  • What actually matters — Whether the company can explain why it made its major architecture decisions. Not what the architecture is — why it is that way. The difference between a company with documented Architecture Decision Records (ADRs) and one without is the difference between a company that can evolve its technology and one that is trapped by it.
  • The red flag threshold — If the answer to "why did you choose this database / this framework / this infrastructure pattern" is "the CTO built it that way in 2019 and nobody knows the reasoning," the company cannot make informed decisions about technology evolution. Every change is a gamble because the constraints and tradeoffs of the original decision are lost.
  • Why it kills deals — Post-acquisition technology changes (migrations, integrations, platform consolidation) require understanding the current architecture's constraints. Without documented reasoning, the new team will either make changes that violate hidden assumptions (causing outages and data issues) or be so conservative that technology transformation stalls.

Red Flag 6: Engineering and Product Do Not Talk

  • What most teams evaluate — Whether the company has a product management function, whether there is a defined product development process.
  • What actually matters — The actual communication frequency and quality between engineering and product teams. This is measurable in behavioral data: how often do engineers and product managers interact? Are those interactions concentrated in formal meetings (a sign of process overhead) or distributed across async channels (a sign of genuine collaboration)?
  • The red flag threshold — If engineering and product communication is limited to sprint planning and the occasional Slack message, the two functions are operating in parallel rather than together. Engineers are building what they are told without context. Product managers are specifying features without understanding technical constraints. The result is rework, misaligned priorities, and a product roadmap that does not reflect engineering reality.
  • Why it kills deals — The value creation plan depends on product-market fit improvements, feature velocity, and customer-driven development. If engineering and product are disconnected, the plan's product assumptions are unreliable. Features will be late, misaligned with customer needs, or technically compromised because the feedback loop between the two functions is broken.

Red Flag 7: Infrastructure Is Managed By Hand

  • What most teams evaluate — Whether the company is on the cloud, what their hosting costs are, whether they have a DevOps team.
  • What actually matters — Whether infrastructure is defined as code (Terraform, CloudFormation, Pulumi) or managed through manual configuration and console clicks. This distinction determines whether the company can reliably reproduce, scale, and recover its environments — or whether its infrastructure is a snowflake that no one fully understands.
  • The red flag threshold — If the company cannot spin up a complete copy of its production environment from code within 24 hours, its infrastructure is fragile. If a single infrastructure engineer manages all environments manually, the company is one resignation away from an operational crisis.
  • Why it kills deals — Infrastructure fragility creates hidden costs and risks that surface post-close. Scaling to support growth requires manual intervention (slow and error-prone). Disaster recovery depends on tribal knowledge. Compliance and security audits fail because configurations are undocumented and inconsistent. The estimated remediation cost for manual infrastructure: 3-6 months of dedicated engineering time and $200K-$500K in tooling.

What Experienced Deal Teams Do Differently

The technology diligence that actually predicts outcomes spends less than 20% of its time on stack choices and more than 80% on behavioral and process metrics. Deploy frequency, bus factor, debt ratio, test reliability, documentation culture, cross-functional communication, and infrastructure maturity — these are the signals that separate a technology asset from a technology liability.

The best deal teams request deploy logs, commit history, and incident reports alongside the standard data room materials. They ask for access to project management tools to measure cycle time and blocked work ratios. They analyze communication patterns between engineering and product to assess collaboration health.

A company running a decade-old tech stack with high deploy frequency, distributed knowledge, and strong cross-functional communication is a better technology investment than a company running the latest frameworks with a single-threaded CTO, no tests, and monthly deploys. The stack can be modernized. The organizational dysfunction cannot be bought or installed.

Dive Deeper

Operational Due Diligence

You Might Also Like

The Operational Due Diligence Checklist PE Firms Actually Use

Forget generic due diligence templates. This is the 25-point operational checklist that separates firms who spot problems pre-close from those who inherit them.

What Is Operational Due Diligence? The Missing Layer in Every Deal

Financial diligence tells you what happened. Operational diligence tells you what will happen next. Here's why the gap between them costs PE firms billions.

When You Need Both Operational and Financial Due Diligence

Every deal gets a QofE. Not every deal gets an operational assessment. The decision framework for when you need both is simpler than most deal teams think — and the cost of skipping ODD is higher than they realize.

Get Started

Score one company free.

You have a deal on the table. Run a Zoe diagnostic before you sign.

Join 200+ firms on the waitlist