AlpacaX

The AlpacaX blog—security, product thinking, and what we're learning as we build AI agent execution control.

AI vendor questionnaire checklist: 6 runtime questions to score

Insights

AI vendor questionnaire checklist: 6 runtime questions to score

The six runtime questions to run this week, scored so a failure can't average into an approve.

Marco Kwak
Marco KwakHead of GTM · September 11, 2026
AI agent governance means more than access control

Insights

AI agent governance means more than access control

Most AI-native PAM covers who gets access. Governance also has to judge what happens next.

Eunyoung Jeong
Eunyoung JeongFounder & CEO · September 10, 2026
Verification guidance exists. Turning it into a rule is still your job.

Insights

Verification guidance exists. Turning it into a rule is still your job.

A session analysis can tell you what to tighten. Turning that into a rule is still your job today.

Jungyeon Lee
Jungyeon LeeContent Marketer · September 9, 2026
Product update: what gets decided before a command runs

Product

Product update: what gets decided before a command runs

Choose how far commands are gated, confirm the server account during approval, and give automation credentials of its own.

Taeyeong Baek
Taeyeong BaekGTM Associate · September 8, 2026
Why AI governance pilots don't survive scale

Insights

Why AI governance pilots don't survive scale

The policy wasn't wrong. It just wasn't sized for agents your other teams stood up without telling you.

Eunyoung Jeong
Eunyoung JeongFounder & CEO · September 7, 2026
Out-of-band approval: why an agent's own channel can never be the one that approves

Insights

Out-of-band approval: why an agent's own channel can never be the one that approves

An AI agent that can approve a review on its own execution channel isn't gated at all. Why out-of-band approval separates the channel, not the person.

Marco Kwak
Marco KwakHead of GTM · August 28, 2026
HIPAA day-90 audit: what session expiry misses

Insights

HIPAA day-90 audit: what session expiry misses

A HIPAA day-90 audit should review grant history, not just a session's current expiry. Here is what to pull.

Marco Kwak
Marco KwakHead of GTM · August 27, 2026
Kubernetes access control governs access, not commands

Engineering

Kubernetes access control governs access, not commands

Access control checks whether you can reach a Kubernetes pod. It doesn't check whether the kubectl command you type should run.

Jungyeon Lee
Jungyeon LeeContent Marketer · August 27, 2026
Session-scoped sudo: bind OS-level root to a session, not a sudoers file

Engineering

Session-scoped sudo: bind OS-level root to a session, not a sudoers file

A sudoers rule only asks who's allowed to run a command. Sudo reaching Alpacon's command API asks a second question: is this command dangerous.

Jungyeon Lee
Jungyeon LeeContent Marketer · August 26, 2026
EU AI Act high-risk deadline moved to 2027. What didn't?

Insights

EU AI Act high-risk deadline moved to 2027. What didn't?

Article 50 stayed in force. Two new bans arrive in December. Only the classification clock moved—to 2027.

Eunyoung Jeong
Eunyoung JeongFounder & CEO · August 26, 2026
Two 2026 CVEs turned security tools into the attack path

Incident

Two 2026 CVEs turned security tools into the attack path

Microsoft Defender and Check Point SmartConsole both became attack paths in 2026, and one patch fell to a bypass a month later.

Marco Kwak
Marco KwakHead of GTM · August 25, 2026
Product update: what the audit log stops keeping—and stops missing

Product

Product update: what the audit log stops keeping—and stops missing

Command audit records are now safer, with more precise control over server access and approval requests.

Taeyeong Baek
Taeyeong BaekGTM Associate · August 25, 2026
SSO and MFA verify the login, not what the session does next

Incident

SSO and MFA verify the login, not what the session does next

A five-month Zimbra zero-day shows what happens after an attacker gets inside an authenticated session.

Jungyeon Lee
Jungyeon LeeContent Marketer · August 24, 2026
Credential theft: entitlements without purpose

Incident

Credential theft: entitlements without purpose

Storm-2949 turned one compromised identity into a cloud-wide breach—the gap a stolen credential's entitlements can never answer.

Marco Kwak
Marco KwakHead of GTM · August 24, 2026
Command filtering fails two ways: GTFOBins, and a shell that rewrites what you matched

Engineering

Command filtering fails two ways: GTFOBins, and a shell that rewrites what you matched

Measured across 1,709 real-world denylists, most don't fully block what they were written to block.

Eunyoung Jeong
Eunyoung JeongFounder & CEO · August 20, 2026
Offboarding access revocation: what a departing engineer leaves running

Insights

Offboarding access revocation: what a departing engineer leaves running

Disabling the account ends their login. It doesn't touch what they built, or tell you what they ran.

Marco Kwak
Marco KwakHead of GTM · August 19, 2026
AI agent execution control: what it is, and why AI-native PAM needs it

Insights

AI agent execution control: what it is, and why AI-native PAM needs it

Every agent constraint is either declared or enforced. Execution control is the enforced kind.

Eunyoung Jeong
Eunyoung JeongFounder & CEO · August 18, 2026
AgentForger: how one link forged a rogue AI agent with a borrowed employee session

Incident

AgentForger: how one link forged a rogue AI agent with a borrowed employee session

One crafted URL stood up an attacker-controlled AI agent inside the org. No stolen credential, no malware.

Jungyeon Lee
Jungyeon LeeContent Marketer · August 17, 2026
AI vendor risk assessment in 2026: the runtime questions your questionnaire is missing

Insights

AI vendor risk assessment in 2026: the runtime questions your questionnaire is missing

Your questionnaire covers who the vendor is and how they store data. It says nothing about what their agent executes on your servers once you authorize it.

Marco Kwak
Marco KwakHead of GTM · August 14, 2026
ISO 42001 Stage 1 checklist: the documentation to have ready before your audit

Insights

ISO 42001 Stage 1 checklist: the documentation to have ready before your audit

Stage 1 is a documentation and readiness review—the part of ISO 42001 you can actually prepare for in advance. Here's what an auditor expects on the table before Stage 2.

Marco Kwak
Marco KwakHead of GTM · August 13, 2026
Zero standing privilege by design: make it a property of the session, not the token

Engineering

Zero standing privilege by design: make it a property of the session, not the token

Most vendors make the credential ephemeral. We make the privilege itself session-bounded—so standing privilege can't accumulate, even while a session is live.

Eunyoung Jeong
Eunyoung JeongFounder & CEO · August 13, 2026
ISO 42001 audit checklist: the controls a policy document can't satisfy

Insights

ISO 42001 audit checklist: the controls a policy document can't satisfy

You can pass Stage 1 on paperwork. Stage 2 asks what your AI agents actually did in production—and three Annex A controls decide whether you have the answer.

Marco Kwak
Marco KwakHead of GTM · August 12, 2026
Alignment isn't enough: containing a misaligned agent's actions takes runtime execution control

Incident

Alignment isn't enough: containing a misaligned agent's actions takes runtime execution control

Model-level alignment lowers the odds an agent misbehaves. It can't drive the odds to zero once the agent is running on real infrastructure.

Jungyeon Lee
Jungyeon LeeContent Marketer · August 12, 2026
AI governance on paper vs. governance during the task

Insights

AI governance on paper vs. governance during the task

A near-miss doesn't change your policy. It changes the question leadership asks about it.

Eunyoung Jeong
Eunyoung JeongFounder & CEO · August 11, 2026
Product update: the judgment behind every approval

Product

Product update: the judgment behind every approval

See the reasoning behind each approval request, without bringing agent runs to a halt.

Taeyeong Baek
Taeyeong BaekGTM Associate · August 11, 2026
An autonomous AI agent breached Hugging Face—here's the kill chain, and where execution control bounds it

Incident

An autonomous AI agent breached Hugging Face—here's the kill chain, and where execution control bounds it

An autonomous AI agent ran a real end-to-end intrusion on Hugging Face's production infrastructure. Here is the kill chain, and an honest map of where a runtime execution-control layer bounds it.

Jungyeon Lee
Jungyeon LeeContent Marketer · August 10, 2026
LegacyHive: a Windows zero-day you can't patch your way out of

Incident

LegacyHive: a Windows zero-day you can't patch your way out of

No CVE, no vendor patch, and it works on fully-patched machines. When patch-and-wait isn't a control, what's left is the layer that governs privileged actions as they run.

Jungyeon Lee
Jungyeon LeeContent Marketer · August 7, 2026
AutoJack: one webpage, one MCP socket, host-level access

Insights

AutoJack: one webpage, one MCP socket, host-level access

Microsoft disclosed a three-stage exploit chain in AutoGen Studio that turns an AI browsing session into a remote code execution primitive. No single patch makes the underlying problem go away.

Jungyeon Lee
Jungyeon LeeContent Marketer · July 28, 2026
A command log won't tell you what your agent actually did.

Insights

A command log won't tell you what your agent actually did.

A command log tells you what ran. An audit has to answer who, why, and with whose approval—for humans and agents alike.

Eunyoung Jeong
Eunyoung JeongFounder & CEO · July 21, 2026
JIT access control is for humans. What should we have for AI agents?

Insights

JIT access control is for humans. What should we have for AI agents?

Just-in-time access governs whether an agent gets in, and when. It says nothing about what the agent does once inside.

Eunyoung Jeong
Eunyoung JeongFounder & CEO · July 14, 2026
Adding AI agents shouldn't mean adding more security exposure

Insights

Adding AI agents shouldn't mean adding more security exposure

Expanding your attack surface isn't the price of an AI agent. It's an artifact of how you wire it in—and it's avoidable.

Eunyoung Jeong
Eunyoung JeongFounder & CEO · July 9, 2026
The gate worked. The database was still dumped.

Incident

The gate worked. The database was still dumped.

Sysdig documented the first in-the-wild LLM agent intrusion: four pivots, every access gate cleared, database exfiltrated. The layer neither covers.

Eunyoung Jeong
Eunyoung JeongFounder & CEO · June 24, 2026
Work Sessions: the audit unit your CISO actually needs

Product

Work Sessions: the audit unit your CISO actually needs

Alpacon's Work Sessions turn fragmented audit timelines into one object—declared intent, approval gate, session-scoped sudo, unified record.

David Calvert
David CalvertDeveloper Advocate · May 7, 2026
Blog | AlpacaX Blog