Executive Overview

Agentic AI changes the enterprise relationship with artificial intelligence.

Traditional AI applications help users analyze information, generate content or answer questions. Agentic systems can move beyond assistance. They can interpret an objective, develop a plan, retrieve information, maintain memory, invoke external tools, communicate with other agents and execute actions across enterprise systems.

That difference is strategically important.

An AI assistant may recommend that a customer account be reviewed. An AI agent may access the account, collect supporting data, initiate a workflow, notify stakeholders and update the system of record.

An AI assistant may explain how to contain a cyber incident. An AI security agent may query multiple platforms, disable an identity, isolate an endpoint and modify a firewall rule.

The business opportunity is substantial, but so is the governance requirement. Once AI can act, enterprise leaders must govern more than model accuracy. They must control:

  • Which identity the agent uses
  • Which information it can access
  • Which tools it can invoke
  • Which decisions it may make
  • Which actions require human approval
  • How its activity is monitored
  • How unsafe behavior is contained
  • Who remains accountable for the outcome

The executive question is therefore not:

“How capable is the agent?”

It is:

“How much authority can the enterprise safely delegate to the agent?”

This playbook helps leadership teams answer that question through a practical operating model for secure autonomous AI.

CyberTech Intelligence Perspective

Agentic AI turns autonomy into a new form of enterprise privilege.

Organizations have spent decades governing privileged administrators, service accounts, applications, APIs and automated workflows. AI agents combine aspects of all five.

They can reason like users, authenticate like workloads, connect like applications, invoke APIs like automation platforms and influence business outcomes like employees.

Yet many enterprises still assess them primarily as models or software features.

That creates a control mismatch.

A model-security review may test harmful outputs without examining tool permissions. An application review may evaluate code quality without analyzing prompt injection. An identity review may approve a service account without understanding the decisions the agent will make. A governance committee may approve a business use case without validating its runtime authority.

Secure agentic AI requires these disciplines to converge.

CyberTech Intelligence defines the central principle as:

The authority assigned to an AI agent must never exceed the enterprise’s ability to govern, observe and reverse its actions.

This principle should guide architecture, investment, deployment approval and executive reporting.

The Enterprise Problem: AI Is Moving from Advice to Action

The first generation of enterprise generative AI primarily created or summarized information. Its risks were significant but often remained within the information layer:

  • Inaccurate responses
  • Sensitive-data exposure
  • Unsafe content
  • Copyright concerns
  • Hallucination
  • Weak source attribution

Agentic AI connects that information layer to the execution layer.

An agent may:

  • Send an email
  • Modify a customer record
  • Write or deploy code
  • Approve a workflow
  • Provision infrastructure
  • Process a refund
  • Investigate an alert
  • Change system configurations
  • Query regulated information
  • Coordinate other agents

This creates a new risk equation:

Model uncertainty × enterprise authority × execution speed = agentic AI exposure

The model does not need to be malicious to create harm. An unclear objective, poisoned document, compromised tool, incorrect inference or excessive permission may be sufficient.

The most consequential failures are likely to occur when four conditions overlap:

  1. The agent receives untrusted or manipulated context.
  2. The agent has access to sensitive information or privileged tools.
  3. The action is executed without independent validation.
  4. The organization cannot reconstruct or reverse the decision.

The control objective is not to eliminate all model uncertainty. That is unrealistic.

The objective is to ensure that uncertain reasoning operates inside deterministic enterprise boundaries.

Why Traditional Security Controls Are Not Enough

Traditional security remains essential, but it does not automatically address the complete agentic AI execution path.

Application Monitoring Sees Availability, Not Intent

An agent can perform the wrong action while the application remains healthy.

The request may return a successful status code. Latency may remain normal. The API may function exactly as designed.

The failure is semantic: the agent used a valid tool for an invalid or manipulated purpose.

Identity Systems See Access, Not Decision Context

Identity platforms may record that an agent successfully accessed a database. They may not explain:

  • Why access was requested
  • Which prompt initiated it
  • Which document influenced the decision
  • Whether the data was necessary
  • Which downstream action followed

Data Security Sees Movement, Not Agent Reasoning

A data-protection tool may identify sensitive information leaving an environment. It may not distinguish between:

  • An authorized agent response
  • A manipulated workflow
  • A poisoned retrieval result
  • A compromised agent identity

SOAR and Automation Follow Defined Playbooks

Traditional automation generally follows deterministic rules. Agentic systems can select actions based on context and probabilistic reasoning.

This flexibility is valuable, but it makes predeployment testing alone insufficient. Runtime behavior must also be governed.

Governance Policies Often Stop at Approval

Many organizations approve an AI use case and then rely on implementation teams to manage the operational details.

For agentic AI, governance must continue into runtime enforcement, monitoring, exception management, incident response and reassessment.

The Agentic AI Operating Model

A secure agentic AI system should be understood as a chain of connected trust decisions.

1. Objective

What outcome has the agent been asked to achieve?

The objective must be specific enough to prevent the agent from interpreting broad goals in unsafe ways.

2. Context

Which information can influence the agent?

Context may include prompts, documents, webpages, emails, memory, databases and messages from other agents.

3. Planning

How does the agent break the objective into tasks?

Planning logic should be constrained by permitted actions, not merely business goals.

4. Identity

Which machine or delegated identity represents the agent?

The identity determines which systems and resources can be accessed.

5. Tools

Which applications, APIs, plugins and functions can the agent invoke?

Tools translate reasoning into action.

6. Policy

Which controls evaluate the action before execution?

Policy should account for data classification, risk, transaction value, geography, regulatory requirements and business impact.

7. Approval

Which actions require human or independent system approval?

High-impact activity should not rely on the agent validating its own decision.

8. Execution

How is the action performed, restricted and recorded?

Execution should be isolated, validated and attributable.

9. Outcome Validation

Did the action produce the expected and permitted result?

The system should verify outcomes rather than assuming that successful execution means correct execution.

10. Evidence and Recovery

Can the enterprise reconstruct, stop and reverse the workflow?

Without evidence and recovery, accountability remains theoretical.

The Agentic AI Attack Surface

Agentic AI introduces security risks across every layer of the operating model.

Prompt Injection

A malicious instruction may be supplied directly by a user or indirectly through retrieved content such as a webpage, document, email or knowledge-base entry.

The risk becomes more serious when the agent can use tools or access sensitive systems.

Excessive Agency

An agent has excessive agency when it possesses more functionality, permission or autonomy than its approved business purpose requires.

Common examples include:

  • Broad application access
  • Unrestricted code execution
  • Long-lived credentials
  • Authority to initiate and approve the same action
  • Unnecessary access to confidential data
  • Unbounded transaction values
  • Unrestricted communication with external systems

Memory Poisoning

An attacker or faulty process may place misleading information into persistent memory. That information can influence future sessions and create repeated unsafe decisions.

Retrieval Manipulation

Documents or data sources used by retrieval-augmented generation may be altered, spoofed or intentionally designed to influence the agent.

Tool Poisoning

A malicious or compromised tool may present misleading descriptions, return manipulated results or perform actions beyond those expected by the agent.

Identity Compromise

If an agent token, API key or service account is stolen, an attacker may operate with the trust assigned to the agent.

Insecure Output Handling

Generated commands, code or structured output may be passed to downstream systems without sufficient validation.

Multi-Agent Propagation

One compromised agent may pass malicious or incorrect instructions to another agent, creating cascading failure across workflows.

Unbounded Consumption

An agent may enter a loop, repeatedly invoke services or consume excessive compute and API resources.

Monitoring Blind Spots

The enterprise may record application and infrastructure events without capturing the complete relationship among objective, context, reasoning, tool calls and results.

Research Snapshot

Recognized security frameworks increasingly treat AI risk as a system and lifecycle issue.

NIST’s AI Risk Management Framework is designed to help organizations incorporate trustworthiness into the design, development, use and evaluation of AI systems. NIST’s Generative AI Profile extends that approach through cross-sector actions for addressing generative AI risks.

OWASP’s LLM security guidance identifies prompt injection, sensitive information disclosure, supply-chain weaknesses, data and model poisoning, improper output handling, excessive agency, vector and embedding risks, misinformation and unbounded consumption as major application risks.

MITRE ATLAS provides a knowledge base for adversarial behavior against AI systems and now includes agentic environments, tool invocation, context poisoning and agent-related attack techniques.

The direction is consistent: securing the model alone is not sufficient. Enterprises must secure the identity, context, memory, tools, infrastructure and operational workflow surrounding it.

CyberTech Intelligence Autonomous AI Security Framework™

The CyberTech Intelligence Autonomous AI Security Framework™ provides a six-pillar operating model for governing agents across the complete execution lifecycle.

Pillar 1: Identity

Every production agent should operate through a unique and governed identity.

Required Controls

  • Unique workload identity
  • Named business and technical owners
  • Short-lived credentials where feasible
  • Least-privilege permissions
  • Credential rotation
  • Privileged-session monitoring
  • Automated revocation
  • Separation of agent and administrator identities

Executive Evidence

Leadership should be able to answer:

  • How many production agents exist?
  • Which identities do they use?
  • Which agents have privileged access?
  • Which agents use shared credentials?
  • How quickly can access be revoked?

Boardroom Question

Can the organization immediately identify and disable every autonomous identity operating across the enterprise?

Pillar 2: Governance

Every agent should have a documented business purpose, risk classification and authority boundary.

Required Controls

  • Approved use case
  • Risk-tier assignment
  • Data classification
  • Named accountability
  • Permitted-action policy
  • Prohibited-action policy
  • Approval thresholds
  • Change-management process
  • Periodic reassessment

Executive Evidence

Governance documentation should specify:

  • What the agent is designed to do
  • What the agent is not allowed to do
  • What information it may access
  • Which decisions require human review
  • Which conditions require shutdown or reassessment

Avoid This Mistake

Do not approve an agent merely because the business objective is acceptable. Approval should cover the architecture, identity, data, tools, autonomy and recovery model.

Pillar 3: Execution

Every consequential action should pass through deterministic security and business controls.

Required Controls

  • Tool allowlisting
  • Parameter validation
  • Output schema validation
  • Runtime policy checks
  • Transaction limits
  • Sandbox execution
  • Human approval for high-impact actions
  • Separation of recommendation and execution
  • Independent outcome verification

Executive Evidence

Teams should demonstrate:

  • Which actions are automatically allowed
  • Which actions require approval
  • Which actions are prohibited
  • How exceptions are recorded
  • How unsafe outputs are blocked

Quick Win

Begin by removing direct execution authority from agents whose business objective can be achieved through recommendations or draft actions.

Pillar 4: Intelligence

Every agent should operate on trusted, attributable and integrity-protected context.

Required Controls

  • Approved retrieval sources
  • Source provenance
  • Content integrity checks
  • Prompt and context classification
  • Memory expiration
  • Memory versioning
  • Poisoning detection
  • Separation of system instructions from external content
  • Independent validation for sensitive decisions

Executive Evidence

The enterprise should be able to trace:

  • Which sources influenced a decision
  • Whether those sources were trusted
  • When memory was modified
  • Who or what modified it
  • Whether the information can be rolled back

Executive Tip

Source citations should not be treated only as a user-experience feature. They are an operational control that supports validation, investigation and accountability.

Pillar 5: Resilience

Every agent should have containment, rollback and recovery procedures.

Required Controls

  • Agent-specific incident playbooks
  • Emergency identity revocation
  • Tool disconnection
  • Session termination
  • Memory rollback
  • Configuration restoration
  • Evidence preservation
  • Recovery testing
  • Business-continuity alternatives

Executive Evidence

Security teams should prove that they can:

  • Stop an active agent
  • Preserve its session state
  • Identify affected systems
  • Reverse reversible actions
  • Recover approved configurations
  • communicate the impact to leadership

Boardroom Question

If an agent begins taking unsafe actions today, can the enterprise contain it before the workflow reaches a high-impact system?

Pillar 6: Trust

Every agent should produce evidence that supports oversight, assurance and regulatory accountability.

Required Controls

  • End-to-end execution tracing
  • Policy-decision logging
  • Human-approval evidence
  • Tool-call records
  • Outcome validation
  • Exception reporting
  • Risk dashboards
  • Control testing
  • Independent assurance

Executive Evidence

Reporting should include:

  • Number of active agents
  • Risk-tier distribution
  • Privileged agents
  • High-impact actions
  • Policy exceptions
  • Blocked actions
  • Human overrides
  • Agent-related incidents
  • Time to revoke and contain
  • Overdue control reviews

The Agent Autonomy Boundary™

CyberTech Intelligence recommends defining an Agent Autonomy Boundary™ for every production agent.

The boundary establishes exactly where machine authority ends and human or deterministic control begins.

Boundary Dimension 1: Decision Authority

What decisions may the agent make independently?

Boundary Dimension 2: Data Authority

Which data classifications, records and environments may it access?

Boundary Dimension 3: Tool Authority

Which functions may it invoke?

Boundary Dimension 4: Transaction Authority

What financial, operational or administrative limits apply?

Boundary Dimension 5: Communication Authority

Who or what may the agent contact?

Boundary Dimension 6: Delegation Authority

Can the agent create tasks for other agents or systems?

Boundary Dimension 7: Time Authority

How long may the identity, session or approval remain valid?

Boundary Dimension 8: Exception Authority

Can the agent bypass a failed control, or must it stop and escalate?

Boundary Dimension 9: Recovery Authority

Which actions can be automatically reversed, and which require intervention?

An autonomy boundary should be machine-enforced wherever possible. A policy document without runtime enforcement does not provide sufficient control for high-impact agents.

The 10 Security Mistakes Enterprises Must Avoid

Mistake 1: Treating the Agent as a Chatbot

A chatbot may only provide information. An agent can alter systems and workflows.

Corrective action: Assess the complete execution architecture, not just the user interface.

Mistake 2: Using Shared Service Accounts

Shared identities weaken attribution, revocation and accountability.

Corrective action: Assign each production agent a unique workload identity.

Mistake 3: Granting Broad Application Access

Application-level access may expose functions the agent never needs.

Corrective action: Restrict access at the tool, function, resource and action level.

Mistake 4: Trusting Retrieved Content

External documents and webpages may contain manipulated instructions.

Corrective action: Treat retrieved content as untrusted data and separate it from privileged instructions.

Mistake 5: Allowing Self-Approval

An agent should not propose, validate and execute the same high-impact action.

Corrective action: Require independent approval or deterministic validation.

Mistake 6: Monitoring Only Infrastructure

Healthy infrastructure does not prove safe agent behavior.

Corrective action: Monitor context, memory, plans, tool calls, policy decisions and outcomes.

Mistake 7: Ignoring Persistent Memory

Unsafe memory may influence future decisions long after the original interaction.

Corrective action: Apply provenance, review, expiration, versioning and rollback.

Mistake 8: Assuming Vendor Guardrails Are Sufficient

Model-provider controls do not understand every enterprise policy, process and risk threshold.

Corrective action: Add enterprise-specific controls around the model.

Mistake 9: Deploying Without a Kill Mechanism

Containment cannot depend on locating a developer or manually changing multiple systems.

Corrective action: Establish tested emergency identity revocation and tool disconnection.

Mistake 10: Reporting Adoption Without Reporting Authority

The number of agents deployed is not a sufficient executive metric.

Corrective action: Report autonomy, privilege, exceptions, incidents and control readiness.

The Executive Agentic AI Readiness Scorecard

Score each statement from 0 to 4.

  • 0 — Absent
  • 1 — Informal
  • 2 — Documented
  • 3 — Implemented and measured
  • 4 — Continuously enforced and independently assured

Governance and Accountability

Assessment Question

Score

Every production agent is inventoried

/4

Every agent has named business and technical owners

/4

Use cases are classified by data, impact and autonomy

/4

Permitted and prohibited actions are documented

/4

Agentic AI risk is reported to executive leadership

/4

Identity and Access

Assessment Question

Score

Every agent has a unique identity

/4

Permissions follow least privilege

/4

Privileged sessions are monitored

/4

Credentials are short-lived or regularly rotated

/4

Access can be revoked immediately

/4

Runtime Security

Assessment Question

Score

High-impact actions pass through runtime policy

/4

Tool calls and parameters are validated

/4

Approval gates are applied based on risk

/4

Abnormal behavior can be blocked

/4

Complete execution paths can be reconstructed

/4

Data, Context and Supply Chain

Assessment Question

Score

Retrieval sources are approved and attributable

/4

Memory changes are recorded and reversible

/4

Models, tools and dependencies are inventoried

/4

Third-party AI risks are assessed

/4

Material changes trigger security review

/4

Resilience and Assurance

Assessment Question

Score

AI-specific incident playbooks exist

/4

Agent shutdown and revocation are tested

/4

Configuration and memory can be restored

/4

High-risk agents undergo adversarial testing

/4

Control evidence is independently reviewed

/4

Score Interpretation

Score

Readiness Level

0–20

Experimental

21–40

Developing

41–60

Controlled

61–80

Managed

81–100

Trusted Autonomous Enterprise

Deployment Rule

A strong total score must not conceal a critical control failure.

Do not authorize high-impact autonomous execution when:

  • Identity readiness is below 70%
  • Runtime-security readiness is below 70%
  • Immediate revocation is unavailable
  • High-impact actions lack independent approval
  • The complete execution path cannot be reconstructed
  • Recovery has not been tested

What Enterprise Leaders Should Prioritize

First: Build the Agent Inventory

The organization cannot govern agents it cannot identify.

The inventory should record:

  • Agent name
  • Business objective
  • Business owner
  • Technical owner
  • Model
  • Environment
  • Identity
  • Data access
  • Connected tools
  • Autonomy level
  • Risk tier
  • Approval status
  • Review date

Second: Govern Agent Identities

Treat AI agents as privileged non-human identities.

Eliminate shared credentials, limit standing privilege and ensure rapid revocation.

Third: Separate Advice from Action

Not every useful agent requires direct execution authority.

Begin with recommendation, drafting, enrichment or staging modes. Add autonomous execution only after controls are proven.

Fourth: Enforce Policy at Runtime

Policies should evaluate actions before execution, not only during design review.

Relevant factors include:

  • Data sensitivity
  • Transaction value
  • Environment
  • User or customer impact
  • Regulatory scope
  • Tool risk
  • Reversibility
  • Confidence level

Fifth: Capture the Complete Decision Chain

Logs should connect:

Objective → prompt → context → plan → policy decision → approval → tool call → result

Sixth: Test Adversarial Behavior

Testing should include:

  • Direct prompt injection
  • Indirect prompt injection
  • Retrieval poisoning
  • Memory poisoning
  • Tool manipulation
  • Credential compromise
  • Unsafe delegation
  • Multi-agent propagation
  • Unbounded execution
  • Recovery failure

Seventh: Create an AI Incident Model

Prepare teams to:

  • Stop the agent
  • Revoke its identity
  • Disconnect tools
  • preserve session evidence
  • identify affected systems
  • roll back changes
  • reassess related agents
  • communicate business impact

A 90-Day Agentic AI Security Action Plan

Days 1–30: Establish Visibility

  • Create the enterprise agent inventory
  • Identify all production and pilot agents
  • Record identities, data and tools
  • Classify agents by autonomy and business impact
  • Identify agents using shared or privileged credentials
  • Assign owners
  • Pause unowned high-impact deployments

Executive Deliverable

Agentic AI Exposure Register

Days 31–60: Establish Control

  • Define autonomy boundaries
  • Replace shared identities
  • Reduce unnecessary permissions
  • Introduce tool allowlists
  • Establish approval thresholds
  • Validate generated commands
  • Restrict persistent memory
  • Implement emergency revocation

Executive Deliverable

Agent Authority and Control Matrix

Days 61–90: Establish Assurance

  • Integrate agent activity with security monitoring
  • Create AI-specific incident playbooks
  • Conduct prompt-injection and tool-abuse testing
  • Test shutdown and rollback
  • Measure readiness using the executive scorecard
  • Present unresolved risk to leadership
  • Approve, restrict or suspend agents based on evidence

Executive Deliverable

Agentic AI Readiness and Risk Report

The Agentic AI Maturity Roadmap

Level 1: Experimental

Agents are deployed through isolated pilots with limited formal governance.

Characteristics

  • Incomplete inventory
  • Shared credentials
  • Manual oversight
  • Limited telemetry
  • No standard incident process

Leadership Priority

Stop uncontrolled expansion and establish visibility.

Level 2: Developing

Policies and review processes exist but are inconsistently implemented.

Characteristics

  • Partial ownership
  • Basic risk classification
  • Some permission controls
  • Limited tool restrictions
  • Inconsistent testing

Leadership Priority

Standardize deployment requirements.

Level 3: Controlled

Production agents operate within documented policies and technical controls.

Characteristics

  • Central inventory
  • Unique identities
  • Defined approval gates
  • Tool-level restrictions
  • AI-specific monitoring
  • Incident playbooks

Leadership Priority

Measure control effectiveness and close cross-platform gaps.

Level 4: Managed

Governance and runtime controls are integrated across enterprise platforms.

Characteristics

  • Automated provisioning and revocation
  • Risk-based policy enforcement
  • End-to-end execution tracing
  • Regular adversarial testing
  • Executive risk reporting
  • Tested recovery

Leadership Priority

Scale secure autonomy according to evidence.

Level 5: Trusted Autonomous Enterprise

Autonomous systems operate through continuously verified identities, policies, evidence and assurance.

Characteristics

  • Dynamic least privilege
  • Machine-enforced autonomy boundaries
  • Continuous risk evaluation
  • Independent assurance
  • Measurable containment
  • Board-level governance
  • Adaptive control improvement

Leadership Priority

Preserve trust as agent scale and complexity increase.

Agentic AI Is Becoming a Board-Level Trust Test

Agentic AI will influence how customers, regulators, insurers, investors and partners evaluate enterprise trust.

Future due-diligence questions will increasingly examine:

  • Which agents can access customer data?
  • Which agents can take consequential actions?
  • How are agent identities governed?
  • Can decisions be explained and reconstructed?
  • What happens when an agent is compromised?
  • How quickly can autonomous access be revoked?
  • Which third-party agents operate in the environment?
  • How are AI-related exceptions reported?
  • Has the organization tested agent incident response?

Boards should avoid receiving only productivity metrics such as:

  • Number of agents deployed
  • Hours saved
  • Tasks automated
  • Operating cost reduced

These should be paired with control metrics:

  • Percentage of agents inventoried
  • Percentage with unique identities
  • Percentage meeting minimum readiness
  • Number of privileged agents
  • Number of policy exceptions
  • Number of blocked unsafe actions
  • Human override rate
  • Mean time to revoke agent access
  • Number of agent-related incidents
  • Percentage of high-risk agents tested

The objective is not to discourage AI adoption. It is to prevent business value from being measured without the corresponding risk.

Enterprise Agentic AI Readiness Assessment

Agentic AI requires evidence that the enterprise can govern identity, constrain autonomy, validate execution, monitor behavior and recover from unsafe actions.

The CyberTech Intelligence Enterprise Agentic AI Readiness Assessment helps leadership teams evaluate:

  • Agent inventory maturity
  • AI governance ownership
  • Non-human identity security
  • Prompt-injection exposure
  • Retrieval and memory integrity
  • Tool and API controls
  • Runtime observability
  • Human-approval architecture
  • Multi-agent risk
  • Supply-chain exposure
  • Incident-response readiness
  • Executive reporting maturity

The assessment can support:

  • Board education
  • AI governance planning
  • Architecture review
  • Security investment prioritization
  • Vendor evaluation
  • Control-gap analysis
  • Regulatory preparation
  • Production deployment decisions

Request an Enterprise Agentic AI Readiness Assessment

Autonomous AI should not be scaled on the basis of capability alone.

It should be scaled when the enterprise can prove that every agent identity is governed, every consequential action is controlled, every execution path is observable and every unsafe workflow can be contained.

CyberTech Intelligence helps CISOs, CIOs, Chief AI Officers, enterprise architects, security operations leaders, governance teams and risk executives translate agentic AI exposure into decision-ready control priorities.

Request an Enterprise Agentic AI Readiness Assessment to benchmark your current maturity, identify critical control gaps and establish a practical roadmap for trusted autonomous AI.

Contact CyberTech Intelligence

References

  1. National Institute of Standards and Technology. Artificial Intelligence Risk Management Framework 1.0. January 2023.
  2. National Institute of Standards and Technology. Artificial Intelligence Risk Management Framework: Generative Artificial Intelligence Profile, NIST AI 600-1. July 2024.
  3. OWASP GenAI Security Project. OWASP Top 10 for LLM Applications 2025. November 2024.
  4. OWASP GenAI Security Project. LLM06:2025 Excessive Agency.
  5. MITRE. Adversarial Threat Landscape for Artificial-Intelligence Systems—ATLAS.
  6. International Organization for Standardization. ISO/IEC 42001:2023 Artificial Intelligence Management System.
  7. UK National Cyber Security Centre. Guidelines for Secure AI System Development. November 2023.
  8. Cybersecurity and Infrastructure Security Agency. Guidelines for Secure AI System Development.
  9. European Commission. AI Act: Regulatory Framework and Application Timeline.
  10. European Union Agency for Cybersecurity. Artificial Intelligence Cybersecurity Challenges.