Skip to content

Akeyless at AWS Live 2026

This video, broadcast live from BlackHat USA with AWS Security LIVE! featuring Akeyless CSO Yael Fainaro, explores the challenges and best practices for securing agentic AI workloads in enterprise environments.

The Rise of Agentic Security Risks

  • Many AI agent risks stem from familiar human security mistakes, but agents amplify them by operating at machine speed and scale.
  • Developers may expose credentials by placing them directly in prompts, environment configurations, or agent memory.
  • Once exposed, those credentials can give attackers access to sensitive systems and data.

How to Secure Agentic Workloads

  • Keep Credentials Away from Agents: Avoid giving agents direct access to long-lived or permanent credentials.
  • Use Just-in-Time Access: Provide short-lived, least-privileged credentials only when they are needed.
  • Broker Agent Access: Place a security layer between the agent and the target system so credentials remain isolated and permissions can be tightly controlled.
  • Keep Controls Model-Agnostic: Apply security independently of the underlying AI model so controls remain consistent as organizations adopt or switch models.

Governance, Auditing, and Compliance

  • Centralized governance is critical as the number of agents grows and manual oversight becomes impractical.
  • Organizations need complete audit trails that connect agent actions back to the user or identity that initiated them.
  • As more employees build AI automations, agents should receive only the permissions required for a task rather than automatically inheriting the user’s full access.