> ## Documentation Index
> Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Andrei (Alex) Taranu

> Articles written by Andrei (Alex) Taranu.

<div className="flex items-center gap-4 mb-8 not-prose">
  <div className="flex flex-wrap gap-3">
    <a href="https://www.linkedin.com/in/andrei-alex-taranu/" target="_blank" rel="noopener noreferrer" className="inline-flex items-center gap-1.5 px-3 py-1.5 rounded-full border border-gray-200 dark:border-white/10 text-sm text-gray-700 dark:text-gray-300 hover:border-primary dark:hover:border-primary-light transition-colors">LinkedIn</a>
  </div>
</div>

<div className="blog-card-grid">
  <a href="/posts/how-tos/supply-chain-attacks-in-the-ai-era-and-what-to-do-about-them" className="blog-card group rounded-xl bg-card border-theme card-hover shadow-sm hover:shadow-md transition-all overflow-hidden flex flex-col">
    {`/images/posts/devcenter.webp` !== '' && (
          <div className="blog-card-img-wrap">
            <img src="/images/posts/devcenter.webp" alt="Supply chain attacks in the AI era, and what to do about them" className="blog-card-img" />
          </div>
        )}

    <div className="blog-card-body">
      <div className="flex items-center gap-2">
        {`how-tos` !== '' && (
                      <span className="text-xs font-semibold uppercase tracking-wider px-2 py-0.5 rounded-md bg-accent-badge border border-accent-soft text-accent">
                        how-tos
                      </span>
                    )}

        <span className="text-xs text-subtle">Thursday, April 30th 2026</span>
      </div>

      <h3 className="blog-card-title group-hover:text-accent transition-colors">Supply chain attacks in the AI era, and what to do about them</h3>
      <p className="blog-card-desc">AI agents are reading code at scale, including your dependencies. Why supply chain risk just changed, plus a build-time fix to add on Upsun.</p>
    </div>
  </a>
</div>
