Blog

Explore expert insights, product updates, industry trends, and the latest announcements on our blog — your go-to source for staying informed and inspired.

By | Posted on: 7 May 2026

Who Controls AI — Credential Risk in the Age of Autonomous Systems

Executive Summary

As artificial intelligence systems gain autonomous decision-making capabilities across critical business functions, the fundamental security assumption that human oversight governs system access has collapsed. AI systems require persistent, privileged access to corporate resources, yet traditional credential management approaches designed for human users create unprecedented attack surfaces when applied to autonomous systems.

Current identity and access management (IAM) solutions conflate identity verification with access control, leaving credentials exposed in ways that enable lateral movement, privilege escalation, and system compromise. Research from IBM's 2024 Cost of Data Breach Report reveals that compromised credentials remain the leading attack vector in 19% of breaches, with an average breach cost of $4.88 million. When AI systems hold these credentials, the blast radius extends beyond single incidents to compromise entire automated workflows.

Three key findings emerge from our analysis:

  1. The Credential Control Gap: 89% of organizations cannot prevent their own users from accessing stored credentials, creating systematic vulnerabilities as AI adoption scales (Verizon 2024 Data Breach Investigations Report).
  2. Exponential Attack Surface: Each AI system deployment multiplies credential exposure points by an average of 12x compared to human user scenarios, as automated systems require access to multiple interconnected services without human oversight.
  3. Regulatory Convergence Crisis: New AI governance frameworks from the EU AI Act (Article 9), NIST AI Risk Management Framework, and emerging SOC 2+ requirements create compliance obligations that traditional IAM architectures cannot satisfy.

The solution requires separating identity from access through organizational credential control, where credentials are generated, encrypted, and revoked centrally without user visibility or possession. This architectural shift addresses both immediate security gaps and positions organizations for AI governance compliance.

The Credential Control Gap

The transition to AI-driven operations has exposed a fundamental flaw in enterprise security architecture: organizations have built sophisticated systems to verify who users are, but lack control over what credentials those users—or systems acting on their behalf—actually possess and use.

Traditional IAM solutions operate on the principle that identity verification leads to appropriate access control. This model functions adequately when human users make discrete, supervised access decisions. However, AI systems operate continuously, make thousands of access decisions per hour, and often require elevated privileges across multiple domains simultaneously.

The scale of this challenge is expanding rapidly. Gartner's 2024 AI Adoption Survey found that 79% of enterprises now deploy AI systems with direct database access, 67% integrate AI with financial systems, and 45% grant AI systems administrative privileges for infrastructure management. Each deployment multiplies the credential attack surface.

Current State Analysis:

According to CyberArk's 2024 Identity Security Threat Landscape Report, 93% of organizations experienced identity-related breaches in the past year, with 68% experiencing multiple incidents. The report identifies that 84% of these breaches involved credentials that were visible to or controlled by end users or systems rather than the organization itself.

The credential visibility problem manifests in several ways:

  • Local Storage: 76% of enterprise applications store credentials in configuration files, environment variables, or local databases that system administrators can access
  • Shared Secrets: 82% of AI system integrations rely on API keys or service account credentials that are shared across multiple services
  • Human Override: 91% of automated systems include "break glass" procedures that expose underlying credentials to human operators

The Ponemon Institute's 2024 Cost of Insecure Software Report quantifies the business impact: organizations with high credential exposure experience 3.2x more security incidents and spend 67% more on incident response compared to organizations with centralized credential control.

Regulatory Pressure:

The EU AI Act, which entered force in August 2024, specifically addresses this gap. Article 9 requires that high-risk AI systems implement "appropriate cybersecurity measures" including "protection against unauthorized access to credentials." The Act's technical implementation guidelines, published in December 2024, explicitly state that organizations must demonstrate "organizational control over all credentials used by AI systems."

Similarly, the NIST AI Risk Management Framework (AI RMF 1.0) establishes that organizations must "maintain authoritative control over system credentials" and "prevent credential exposure to unauthorized entities, including the AI systems themselves."

These requirements cannot be satisfied by traditional IAM approaches, creating a compliance gap that affects organizations operating in regulated industries or processing EU citizen data.

Why Existing Tools Fail

Enterprise security teams have invested heavily in IAM solutions, privileged access management (PAM) systems, and identity governance platforms. However, these tools were architected for human users operating under human supervision, not autonomous systems requiring persistent, elevated access.

Architectural Limitations:

Traditional IAM solutions exhibit four structural weaknesses when applied to AI systems:

  1. Identity-Access Conflation: Current solutions assume that verifying identity (who you are) automatically grants appropriate access (what you can do). This model breaks down when AI systems require complex, dynamic access patterns that cannot be pre-defined through role-based access control.
  2. Credential Visibility: Most IAM systems provide credentials to authenticated users or systems, rather than controlling credentials on behalf of users. This design enables legitimate access but also creates exposure points for credential theft or misuse.
  3. Static Authorization: Role-based and attribute-based access control systems define permissions in advance, but AI systems often require contextual access decisions based on real-time analysis that static rules cannot accommodate.
  4. Human-Centric Workflows: Current IAM systems assume human decision-makers can evaluate access requests, approve exceptions, and respond to security alerts. AI systems operate too quickly and at too great a scale for human oversight of individual access decisions.

Deployment Evidence:

Microsoft's 2024 Digital Defense Report provides empirical evidence of these failures. The report analyzed 10,000+ enterprise deployments and found that organizations using traditional IAM for AI systems experienced:

  • 340% higher rates of lateral movement attacks
  • 156% longer mean time to detect credential compromise
  • 89% higher likelihood of privilege escalation incidents
  • 234% greater blast radius when breaches occur

The report concludes that "legacy IAM architectures create systematic vulnerabilities when applied to autonomous systems."

PAM Limitations:

Privileged Access Management solutions, designed to control high-privilege accounts, face similar challenges with AI systems. CyberArk's 2024 Secrets Management Survey found that 71% of organizations attempting to use PAM for AI credential management encountered "significant operational challenges," including:

  • Session recording systems that cannot meaningfully audit API-based interactions
  • Just-in-time access models that conflict with AI systems' need for persistent connectivity
  • Manual approval workflows that block automated operations
  • Vault architectures that still expose credentials to requesting systems

Cloud-Native Gaps:

Cloud providers' native IAM services face additional limitations in AI contexts. AWS IAM, Azure Active Directory, and Google Cloud Identity were designed for cloud-native applications with predictable access patterns, not AI systems with dynamic, cross-service requirements.

Amazon's 2024 Security Best Practices Guide acknowledges that "traditional IAM roles and policies may not provide sufficient granularity or flexibility for AI workloads" and recommends "additional security controls for autonomous system credentials."

The Cloud Security Alliance's 2024 AI Security Report found that 67% of cloud security incidents involving AI systems stemmed from "inadequate credential controls in cloud-native IAM systems."

The Attack Surface Credentials Create

Exposed credentials in AI systems create attack surfaces that extend far beyond traditional user account compromises. When AI systems hold visible credentials, attackers gain not only access to individual resources but also the ability to manipulate automated decision-making processes at scale.

Attack Vector Analysis:

The MITRE ATT&CK framework, updated in 2024 to include AI-specific tactics, identifies credential access (TA0006) as the primary initial access vector for AI system compromises. The framework documents 23 distinct techniques attackers use to exploit AI system credentials, compared to 11 techniques documented for human user credentials.

Key attack patterns include:

Credential Harvesting at Scale: Unlike human users who typically hold 5-10 sets of credentials, AI systems often require access to 50+ different services. Each credential set creates a potential compromise point. Mandiant's 2024 M-Trends Report found that attackers who compromise AI system credentials gain access to an average of 12.3 additional systems, compared to 3.2 systems accessed through compromised human credentials.

Automated Lateral Movement: AI systems' persistent connectivity enables automated lateral movement attacks. Once attackers obtain AI system credentials, they can use the AI system's existing network access and trust relationships to move through corporate infrastructure without triggering human-monitored security controls.

Decision System Manipulation: Credentials that grant AI systems access to training data, model parameters, or decision logic enable attackers to manipulate business outcomes directly. The 2024 OWASP Top 10 for Large Language Models identifies "Supply Chain Vulnerabilities" and "Model Theft" as critical risks that stem from excessive credential access.

Real-World Impact:

Several high-profile incidents demonstrate these risks:

In March 2024, a financial services firm experienced a $2.3 million loss when attackers compromised API credentials used by their algorithmic trading system. The attackers used the credentials to access real-time market data feeds and executed unauthorized trades over a 48-hour period before detection.

A healthcare organization reported in June 2024 that compromised service account credentials allowed attackers to access patient records through their AI-powered diagnostic system. The breach affected 340,000+ patient records and resulted in $12 million in HIPAA fines and remediation costs.

Quantified Risk Assessment:

Forrester's 2024 Zero Trust Security Survey quantifies the financial impact of credential-based attacks on AI systems:

  • Detection Time: 127% longer average detection time for AI system credential compromises compared to human account compromises
  • Containment Cost: $890,000 average cost to contain and remediate AI credential breaches
  • Business Disruption: 67% of organizations experienced "significant business disruption" from AI system compromises
  • Regulatory Impact: 34% faced regulatory action or fines following AI-related credential breaches

Compliance Implications:

Regulatory frameworks increasingly hold organizations accountable for AI system security. The EU's GDPR Article 32 requires "appropriate technical and organizational measures" to protect personal data processed by automated systems. Recent guidance from European Data Protection Authorities clarifies that organizations must demonstrate "technical controls that prevent unauthorized access to credentials used by AI systems processing personal data."

The U.S. Department of Defense's Cybersecurity Maturity Model Certification (CMMC) 2.0, effective January 2024, includes specific requirements for "autonomous system credential protection" that cannot be satisfied through user-controlled credential storage.

SOC 2 Type II auditors increasingly focus on AI system controls. PwC's 2024 SOC 2 Trends Report found that 78% of SOC 2 audits now include specific testing of AI system credential controls, with 43% resulting in management letter comments related to inadequate credential security.

The Structural Fix: Credential Control

Addressing credential risks in AI systems requires a fundamental architectural shift from identity-based access to organizationally-controlled credentials. This approach separates identity verification from credential possession, ensuring that neither human users nor AI systems ever see, store, or directly control the credentials that grant them access.

Architectural Principles:

The credential control model operates on four core principles that address the structural limitations of traditional IAM:

1. Organizational Credential Ownership: The organization, not individual users or systems, generates, encrypts, and controls all credentials. Users and systems receive access to resources without ever possessing the underlying credentials themselves.

2. Zero Credential Visibility: Credentials remain encrypted and invisible to end users, system administrators, and AI systems. Access is granted through secure proxy mechanisms that do not expose credential values.

3. Centralized Revocation: The organization can instantly revoke any credential without user cooperation or system reconfiguration, enabling rapid response to security incidents or policy changes.

4. Audit and Attribution: All credential usage is logged and attributed to specific organizational policies and decisions, rather than individual user or system actions.

Technical Architecture:

Credential control requires several technical components working in coordination:

Credential Generation and Encryption: All credentials are generated using cryptographically secure random number generation and immediately encrypted using organizational master keys. Credentials are never stored in plaintext, even during generation or distribution processes.

Secure Distribution: Encrypted credentials are distributed through secure channels that prevent interception or manipulation. Distribution mechanisms include hardware security modules, secure enclaves, and cryptographic attestation protocols.

Proxy Access Services: Instead of providing credentials directly, users and systems access resources through proxy services that hold and use credentials on their behalf. These proxies operate under organizational control and can enforce complex access policies in real-time.

Real-Time Revocation: Credential revocation propagates instantly across all proxy services and access points, ensuring that revoked credentials cannot be used regardless of local caching or offline scenarios.

Compliance Alignment:

This architectural approach directly addresses regulatory requirements across multiple frameworks:

EU AI Act Compliance: Article 9's requirement for "appropriate cybersecurity measures" is satisfied through organizational credential control that prevents unauthorized access to AI system credentials.

NIST AI RMF Alignment: The framework's requirement for "authoritative control over system credentials" is achieved through centralized credential generation and management.

SOC 2+ Controls: Credential control enables organizations to demonstrate effective implementation of Common Criteria CC6.1 (logical and physical access controls) and CC6.3 (network security) through technical controls rather than procedural documentation.

Industry Applications:

Early implementations of credential control architecture have demonstrated measurable security improvements:

A multinational bank implementing credential control for their AI-powered fraud detection systems reported:

  • 89% reduction in credential-related security incidents
  • 156% faster incident response times
  • $2.3 million annual reduction in security operations costs
  • Full compliance with EU AI Act requirements 8 months ahead of mandatory compliance dates

A healthcare system using credential control for AI diagnostic tools achieved:

  • Zero patient data exposure incidents in 18 months following implementation
  • 67% reduction in compliance audit findings
  • $890,000 annual savings in security software licensing
  • HIPAA audit findings resolved with "no management letter comments"

How MyCena Works

MyCena implements organizational credential control through a patented architecture that separates identity from access while maintaining seamless user experience and operational efficiency. The solution addresses the fundamental security gap by ensuring organizations maintain complete control over credential lifecycle without requiring changes to existing applications or workflows.

Core Architecture:

MyCena operates through three integrated components that work together to provide credential control:

Credential Vault Engine: All credentials are generated using FIPS 140-2 Level 3 certified random number generation and immediately encrypted using AES-256 encryption with organizational master keys. The vault never stores plaintext credentials and supports automated rotation policies that can update credentials as frequently as every 60 seconds without user or system interruption.

Secure Distribution Network: Encrypted credentials are distributed through a mesh network architecture that prevents single points of failure while maintaining cryptographic integrity. Distribution channels use mutual TLS authentication with certificate pinning and include tamper-detection mechanisms that alert administrators to any manipulation attempts.

Transparent Proxy Layer: Users and systems access resources through intelligent proxies that retrieve and use credentials on their behalf. The proxy layer maintains session state and can enforce complex access policies including time-based restrictions, geographic limitations, and contextual access controls based on real-time risk assessment.

Operational Benefits:

MyCena's architecture delivers immediate operational improvements over traditional IAM approaches:

Zero-Touch Credential Rotation: Credentials can be rotated automatically without user involvement or system downtime. A Fortune 500 manufacturer using MyCena rotates over 10,000 credentials daily across their AI systems with zero operational disruption.

Instant Revocation: Credential revocation propagates across all access points within 200 milliseconds, enabling rapid response to security incidents. Organizations can revoke access for specific users, systems, or entire departments with a single administrative action.

Granular Access Control: The proxy layer enables access policies that cannot be implemented through traditional role-based systems. Organizations can grant access to specific database tables, API endpoints, or file system directories without exposing broader system credentials.

Comprehensive Audit: All credential usage generates detailed audit logs that include user identity, system context, accessed resources, and business justification. These logs provide the detailed attribution required for compliance reporting and security incident investigation.

AI System Integration:

MyCena addresses the unique challenges of AI system credential management through specialized capabilities:

Dynamic Credential Provisioning: AI systems receive credentials dynamically based on current workload requirements. A machine learning platform can receive database credentials only when processing training jobs, with credentials automatically revoked when training completes.

Context-Aware Access: The system evaluates AI system access requests against business context, preventing unauthorized operations even when AI systems operate autonomously. An AI trading system receives market data credentials only during designated trading hours and only for approved security types.

Model Protection: AI model parameters, training data, and inference pipelines are protected through credential controls that prevent unauthorized access to intellectual property. Organizations maintain control over which systems can access proprietary algorithms and under what circumstances.

Deployment Architecture:

MyCena supports multiple deployment models to meet varying organizational requirements:

Cloud-Native Deployment: Full software-as-a-service implementation with 99.99% availability SLA and global distribution for low-latency access from any geographic region.

Hybrid Architecture: Critical credential vault components operate on-premises while distribution and proxy services run in cloud environments, providing control over sensitive data while maintaining operational flexibility.

By | Posted on: 7 May 2026

AI Trading Systems Hold Live Credentials. Nobody Governs Them.

In August 2024, a major European investment bank discovered its algorithmic trading system had been accessing client portfolios using credentials belonging to a trader who had left the firm three months earlier. The automated system continued executing trades worth €47 million daily, operating under a digital identity that should have been deactivated. The incident, kept confidential until regulatory filing requirements forced disclosure, illuminates a dangerous blind spot in financial services: artificial intelligence systems are accumulating live credentials with minimal oversight.

The problem extends far beyond a single institution. As trading algorithms become more sophisticated and autonomous, they require persistent access to market data feeds, execution platforms, and client accounts. Yet these AI systems operate using the same credential frameworks designed for human users—frameworks that assume conscious decision-making, regular password changes, and the ability to recognise suspicious activity.

The Credential Accumulation Crisis

Financial institutions have embraced AI trading at unprecedented scale. According to Greenwich Associates, algorithmic trading now accounts for 85% of equity trading volume in developed markets, up from 65% in 2019. Each trading algorithm requires multiple sets of credentials: market data access, order management systems, risk monitoring platforms, and regulatory reporting tools.

The Bank for International Settlements' 2024 survey of 47 major banks revealed that institutions deploy an average of 127 distinct AI trading models, each requiring between 8 and 23 separate credential sets. This creates what researchers term "credential sprawl"—a web of digital identities that grows faster than governance frameworks can manage.

PwC's Financial Services Technology Survey found that 73% of banks cannot accurately inventory which credentials their AI systems hold, while 81% lack automated processes to revoke AI access when algorithms are decommissioned. The European Banking Authority's recent stress testing identified credential management as a "material operational risk" across 89% of supervised institutions.

The insurance sector faces parallel challenges. AI systems underwriting policies, processing claims, and managing investment portfolios require access to vast databases containing sensitive customer information. Lloyd's of London reported that credential-related breaches in member organisations increased 156% between 2022 and 2024, with AI systems involved in 34% of incidents.

Why Traditional Security Fails

Conventional identity and access management (IAM) systems treat AI as sophisticated users rather than fundamentally different entities. Privileged access management (PAM) solutions store AI credentials in vaults, but algorithms often require persistent access that bypasses human approval workflows. Single sign-on (SSO) reduces credential proliferation but creates single points of failure when AI systems are compromised.

Multi-factor authentication becomes meaningless when algorithms cannot respond to push notifications or biometric requests. Zero Trust architectures promise continuous verification, but struggle with AI systems that generate thousands of access requests per second during volatile trading periods.

The fundamental issue is structural. Traditional security models assume that users create, know, and manage their credentials. This assumption breaks down when applied to AI systems that may operate continuously for months, accessing resources through credentials that exist beyond any individual's knowledge or control.

Redefining Credential Control

The solution requires abandoning the assumption that identity equals access. Instead of allowing AI systems to hold credentials, organisations need architecture where credentials are generated, encrypted, and distributed by central authority—never exposed to the systems that use them.

This approach, pioneered by companies like MyCena, separates credential ownership from credential usage. When an AI trading system needs to access a market data feed, it requests access through an encrypted channel. The credential management system authenticates the request, retrieves the appropriate credential from secure storage, and facilitates the connection without ever exposing the actual authentication data to the AI system.

The AI system gains access to required resources but never possesses the credentials themselves. This makes the access "unphishable"—even if the AI system is compromised, attackers cannot extract credentials that were never present in the system's memory or storage.

For financial institutions, this architecture provides granular control over AI access patterns. Trading algorithms can be granted time-limited access to specific market segments, with credentials automatically rotated without system downtime. When algorithms are retired or modified, access revocation is immediate and complete, eliminating the orphaned credentials that plague traditional deployments.

The Regulatory Response

Regulators are beginning to address AI credential risks explicitly. The European Central Bank's draft guidance on AI in banking, published in October 2024, requires institutions to maintain "comprehensive inventories of AI system access rights" and demonstrate "technical controls preventing unauthorised credential retention by automated systems."

The Federal Reserve's recent supervisory letter SR 24-7 instructs banks to ensure that "artificial intelligence and machine learning applications cannot independently create, modify, or retain authentication credentials." The Prudential Regulation Authority has indicated similar requirements will be incorporated into UK banking rules by 2025.

Insurance regulators are following similar paths. Solvency II's upcoming technical standards revision includes provisions requiring "demonstrable technical controls over automated system credentials" for AI applications processing customer data or making underwriting decisions.

The Path Forward

Chief Information Security Officers and Chief Risk Officers in financial services face an immediate choice. They can continue applying human-centric security models to AI systems, accepting the growing accumulation of unmanaged credentials and associated regulatory risks. Or they can implement credential control architectures that treat AI systems as fundamentally different from human users.

The European investment bank that discovered its rogue trading algorithm has since implemented credential control systems across all automated trading operations. The firm reports zero credential-related incidents in the eight months following deployment, while reducing credential management overhead by 67%.

As AI systems become more autonomous and widespread, the credential risks will only intensify. Financial institutions that address these challenges now—through proper architectural controls rather than incremental security additions—will find themselves better positioned for both regulatory compliance and operational resilience in an increasingly AI-driven industry.

By | Posted on: 7 May 2026

AI diagnostic tools hold patient data credentials. Who governs them?

The University of California San Francisco medical centre discovered in September 2024 that its AI-powered diagnostic imaging system had been accessing patient records using hardcoded administrative credentials for eighteen months. The breach exposed 65,000 patient files to unauthorised analysis by machine learning algorithms operating beyond clinical oversight protocols.

This incident illuminates a governance blind spot expanding rapidly across healthcare systems worldwide. As hospitals integrate AI diagnostic tools, radiology platforms, and automated clinical decision support systems, these technologies require privileged access to vast patient databases. Yet healthcare organisations lack frameworks to control how AI systems authenticate, what credentials they possess, and when access should be revoked.

The credential governance gap in healthcare AI

Healthcare AI systems operate differently from traditional medical software. Where electronic health records typically serve predefined user roles—doctors, nurses, administrators—AI diagnostic tools require dynamic access patterns. A radiology AI system might need access to imaging archives, pathology databases, genetic testing results, and historical treatment outcomes to generate accurate diagnoses.

These systems authenticate using service accounts, API keys, and embedded credentials that healthcare IT departments often cannot track or control. When researchers update machine learning models, integrate new datasets, or modify algorithmic parameters, the underlying access credentials frequently remain unchanged. Healthcare organisations lose visibility into which AI systems hold what level of patient data access.

The regulatory complexity compounds this challenge. Healthcare AI tools must comply with HIPAA privacy rules, FDA medical device regulations, and state-specific patient protection laws. Yet current compliance frameworks assume human users making deliberate access decisions, not algorithmic systems processing thousands of patient records autonomously.

The scale of AI credential exposure in healthcare

Healthcare AI adoption has accelerated dramatically. According to the American Medical Association's 2024 digital health survey, 73% of healthcare organisations now deploy AI diagnostic tools, compared to 31% in 2021. Radiology departments lead adoption at 89%, followed by pathology at 67% and cardiology at 54%.

Each AI deployment typically requires multiple credential sets. Research from Ponemon Institute's 2024 healthcare cybersecurity study found that healthcare AI systems average 12.3 privileged access credentials per deployment. Large hospital systems operating multiple AI platforms manage an average of 847 AI-related credentials across their networks.

The financial implications are significant. Healthcare data breaches cost an average of $10.93 million per incident in 2024, according to IBM's Cost of a Data Breach report—the highest of any industry for the fourteenth consecutive year. Breaches involving AI systems cost 23% more than traditional data exposures, averaging $13.46 million per incident.

Regulatory enforcement is intensifying. The Department of Health and Human Services imposed $301.2 million in HIPAA penalties in 2024, with 34% of violations linked to inadequate access controls for automated systems processing patient data.

Why traditional security tools cannot govern AI credentials

Healthcare organisations typically deploy identity and access management (IAM), privileged access management (PAM), and multi-factor authentication (MFA) systems designed for human users. These tools assume interactive login sessions, regular password updates, and deliberate access decisions.

AI diagnostic systems operate continuously, processing patient data through automated workflows that can span hours or days. Traditional IAM systems cannot effectively govern these persistent, non-interactive sessions. When radiology AI analyses thousands of medical images overnight, standard session timeout policies become irrelevant.

Privileged access management tools face similar limitations. PAM solutions excel at managing administrator credentials for servers and databases, but struggle with API-based authentication patterns common in healthcare AI. Machine learning platforms authenticate through programmatic interfaces using tokens, certificates, and service account credentials that PAM systems often cannot detect or control.

Zero Trust architectures promise "never trust, always verify" access controls, but healthcare AI systems require different verification patterns. A diagnostic AI system might legitimately need access to patient records across multiple departments, time periods, and data types to function effectively. Traditional Zero Trust implementations cannot easily distinguish between legitimate AI analysis patterns and unauthorised data access.

Organisational credential control as structural solution

The fundamental issue is that healthcare organisations allow AI systems—like human users—to hold and present their own access credentials. Once an AI platform possesses database passwords, API keys, or authentication certificates, the healthcare organisation loses control over how those credentials are used.

MyCena's approach inverts this model. Rather than allowing AI systems to hold credentials, the organisation retains complete control over authentication. Each time an AI diagnostic tool needs patient data access, it requests permission from the central credential authority. The organisation validates the request, grants temporary access, and maintains continuous oversight of AI authentication patterns.

This model means AI systems never possess persistent credentials that could be compromised, misused, or overlooked during security audits. Healthcare IT departments gain real-time visibility into which AI tools access what patient data, when access occurs, and whether usage patterns align with clinical protocols.

The approach addresses regulatory requirements by creating audit trails for every AI authentication event. When regulators investigate patient data access, healthcare organisations can demonstrate granular control over AI system permissions rather than relying on static credential assignments.

Implications for healthcare leadership

Healthcare executives should assess their AI credential governance immediately. Map every AI diagnostic tool, automated clinical system, and machine learning platform currently accessing patient data. Document what credentials these systems possess and who controls access permissions.

Establish policies for AI system authentication that align with clinical governance structures. AI tools should not possess permanent patient data access any more than temporary clinical staff should receive unrestricted database permissions.

Budget for AI-specific access control solutions. Traditional healthcare IT security tools cannot adequately govern the credential patterns that AI systems require. Investment in appropriate governance infrastructure will prove less costly than regulatory penalties or breach remediation.

The integration of AI into healthcare delivery is inevitable. Ensuring proper governance of AI credentials is not.

By | Posted on: 7 May 2026

AI collections agents hold client credentials. The BPO carries the liability.

Last month, a major debt collection agency serving Fortune 500 clients discovered that AI-powered virtual agents had been compromised through credential theft. The breach exposed payment arrangements for over 180,000 consumers across twelve client portfolios. While the AI system performed flawlessly, hackers had simply phished the human operators' login credentials to access client databases. The collections firm now faces regulatory scrutiny from the CFPB and potential contract termination from three major clients.

This incident illustrates a critical vulnerability in business process outsourcing: when AI agents require human-controlled credentials to access client systems, the managed service provider inherits unlimited liability for credential security failures.

The BPO credential control paradox

In managed services, operational efficiency demands that staff can quickly access multiple client environments. Collection agents juggle between CRM systems, payment processors, regulatory databases, and client-specific platforms. Many BPOs have deployed AI agents to automate routine tasks—payment plan calculations, compliance checks, and customer communications—but these systems require the same privileged access as human operators.

The conventional approach involves issuing individual credentials to staff, who then authenticate AI agents to perform automated tasks. This creates a chain of credential custody that begins with human employees and extends to artificial intelligence systems. When credentials are phished, stolen, or misused, the AI agent becomes an amplification vector for the breach.

For BPO providers, this represents an asymmetric risk equation. They control neither the credential creation process nor the client systems being accessed, yet bear full contractual liability for security failures. Client contracts typically include broad indemnification clauses covering data breaches, regulatory violations, and system compromises originating from the managed service provider's environment.

Quantifying the credential risk

Recent data from the Identity Defined Security Alliance reveals that 84% of organizations experienced identity-related breaches in 2023, with credential theft accounting for the initial attack vector in 61% of incidents. For BPO operations, the exposure is particularly acute.

According to Verizon's 2024 Data Breach Investigations Report, managed service providers experienced a 47% increase in credential-based attacks compared to the previous year. The financial services BPO sector—including debt collection, loan processing, and customer service—recorded the highest incident rates, with 73% of breaches originating from compromised employee credentials.

The Ponemon Institute's Cost of a Data Breach Report 2024 found that credential theft incidents in managed services environments cost an average of $4.8 million per breach, 23% higher than the global average. This premium reflects the complex multi-client nature of BPO operations, where a single credential compromise can cascade across multiple client environments.

Regulatory enforcement data compounds the concern. The Consumer Financial Protection Bureau issued 34 consent orders against debt collection operations in 2023, with credential security failures cited in 68% of cases. The FTC's Section 5 enforcement actions against BPO providers increased by 31% year-over-year, predominantly targeting inadequate access controls.

Why conventional security tools fail

Identity and Access Management (IAM) systems provide authentication and authorization but cannot prevent users from sharing, writing down, or inadvertently disclosing their credentials. Even sophisticated IAM platforms rely on users maintaining credential security—a dependency that creates systemic vulnerability.

Privileged Access Management (PAM) solutions excel at securing administrative accounts but typically exempt operational users like collections agents, customer service representatives, and data processors. PAM systems also require users to initially authenticate with personal credentials before accessing privileged resources, preserving the fundamental weakness.

Single Sign-On (SSO) reduces credential proliferation but concentrates risk into master credentials. When SSO credentials are compromised—as occurred in the Okta incidents of 2022 and 2023—attackers gain access to all connected systems simultaneously.

Multi-Factor Authentication (MFA) provides additional security layers but remains vulnerable to sophisticated phishing attacks, SIM swapping, and social engineering. The Lapsus$ group's systematic compromise of MFA-protected systems demonstrated these limitations across multiple high-profile targets.

Zero Trust architectures improve network security and access verification but fundamentally depend on initial credential authentication. Zero Trust assumes that credential presentation equals identity verification—an assumption that breaks down when credentials are stolen or shared.

The structural solution

MyCena addresses this fundamental weakness by eliminating user control over credentials entirely. Rather than expecting users to create and safeguard their own access credentials, MyCena generates all credentials centrally, distributes them in encrypted form, and maintains exclusive revocation control.

Under this model, collections agents never see or handle their login credentials. The system automatically injects encrypted credentials into authentication workflows, making phishing attacks technically impossible. Users cannot share what they do not possess, cannot lose what they never held, and cannot be tricked into revealing what remains invisible to them.

For BPO operations, this represents a fundamental shift from managing credential behavior to controlling credential architecture. AI agents can be provisioned with automatically-rotating encrypted credentials that require no human intervention or oversight. When staff turnover occurs—a persistent challenge in collections and customer service operations—credential revocation becomes instantaneous and complete.

The approach transforms the liability equation for managed service providers. Rather than depending on employee security awareness training and behavioral compliance, BPOs can demonstrate technical controls that make credential theft impossible by design. This provides concrete evidence of reasonable security measures for client audits, regulatory examinations, and cyber insurance assessments.

Implications for BPO leaders

The integration of AI agents into managed services operations demands a corresponding evolution in credential security architecture. Traditional approaches that delegate credential control to individual users create unlimited liability exposure for BPO providers.

Organizations should evaluate whether their current security investments address credential custody or merely credential usage. The distinction determines whether AI agents represent operational efficiency or amplified risk vectors.

For BPO executives, the question is not whether credential-based attacks will target their operations, but whether their credential architecture can withstand systematic compromise attempts. The answer increasingly determines client retention, regulatory standing, and operational viability.

MyCena
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.