Senior Security Engineer · Zero Trust · AI & Agent Security
SaviSingh

SecuringAIworkflowsthattouchrealsystems.

11+ years hardening enterprise environments across identity, network, endpoint, and detection. Now I build the runtime controls that let AI agents work with credentials, documents, payments, and production systems without standing access.

Savi Singh portrait
subject:savi
authenticated
security engineer · bay area

What I’ve shipped.

Measured outcomes from e.l.f. Beauty, a $1B+ NYSE-listed public company, and from LiteWork, the AI automation agency I run today.

At e.l.f. Beauty · enterprise security · 2021–2025

1,100

one dot ≈ 15 endpoints

Rolled out device compliance across e.l.f. Beauty on Okta FastPass + BeyondTrust EPM.

125+

one cell per investigation

Drove 125+ security investigations as Incident Response Lead, covering phishing, malware, and DLP escalations.

330+

one cell ≈ 3 apps · grouped by risk tier

Replaced broad VPN access with Zscaler ZPA. 100% adoption in 8 weeks with zero productivity hit.

8%3%

Dropped phishing click-rate over 12 months of global awareness work.

At LiteWork AI · my automation agency · 2025–present

60+
Service businessesHealthcareReal EstateLegalE-commerceBeauty

Built 60+ secure automation workflows now running in production, spanning service businesses, healthcare, real estate, legal, e-commerce, and beauty.

34d7d
Ingest
Validate
Review
Audit

Replaced manual review with validated document workflows and audit trails.

How enterprise security shaped the way I build AI systems.

Enterprise security taught me to make access explicit. LiteWork, my AI automation agency, turned that discipline toward client automation. Agents make the same problem harder: tools, secrets, permissions, and audit trails all have to hold up at runtime.

four chapters · one discipline

  1. 012017

    SOC & DLP foundation

    Detection, DLP policy, SIEM triage, and live incident response.

    safeaeon · wavestrong
    qradardlpdetection
  2. 022021

    Systems administration at scale

    Zero-touch deployment, CIS baselines, Okta SSO, and ITSM migration.

    e.l.f. beauty · it systems administrator
    jamfokta ssoservicenow
  3. 032023

    Zero Trust and a $355M acquisition

    Led the IT and security integration of the $355M Naturium acquisition. Built device trust, ZTNA, privilege controls, and cross-signal detection across 1,100 endpoints.

    e.l.f. beauty · security engineer
    naturium m&azero trustidentity
  4. 042025

    LiteWork AI · agent governance

    Scoped tools, JIT credentials, OAuth rotation, and policy-gated agents.

    founder · principal engineer
    agentssecrets sdkruntime policy

Five security programs, run at enterprise scale.

At e.l.f. Beauty I ran the programs that decide who and what gets access. Each one covered the whole company.

1,100users protected
330+apps brokered
0standing admin
alloutbound traffic
3telemetry sources
enterprise control planeAccess decisions before access happens

Identity, applications, privilege, egress, and telemetry share one operating model.

authorizebrokerinspectrecord
  1. 01
    1,100users protected

    Phishing-resistant identity

    Passwordless sign-in on Okta FastPass with hardware-bound sessions and device posture checks. Stealing a password stopped being enough to get in.

    Okta FastPassFIDO2 keysSCEP
  2. 02
    330+apps brokered

    Zero Trust network access

    Retired the corporate VPN. Each app is reachable only by the teams that need it, with least-privilege policy enforced at the broker.

    Zscaler ZPAMicrosegmentation
  3. 03
    0standing admin

    Just-in-time privilege

    Nobody keeps admin rights. Elevation is requested per task, risk-tiered through ServiceNow, and expires on its own.

    BeyondTrust EPMServiceNow
  4. 04
    alloutbound traffic

    Secure egress

    Every connection leaving the company passes inspection before it goes out. Nothing leaves the edge unlogged.

    Zscaler ZIACASB
  5. 05
    3telemetry sources

    Detection engineering

    A Python pipeline that fuses endpoint, vulnerability, and network telemetry into one investigation queue, mapped to MITRE ATT&CK.

    PythonSentinelOneRapid7MITRE ATT&CK

What it takes to let AI agents touch real systems.

At LiteWork, my AI automation agency, agents read documents, prepare financial data, and call business APIs for real clients. Software that acts on its own does not get the benefit of the doubt: no agent holds standing credentials, and every action passes seven gates before it touches a real system.

agent requests an action01Identity02Policy03Tools04Secrets05Network06Isolation07Auditaction executes
  1. 01

    Identity & authentication

    • 1Password SSH Agent
    • Tailscale ACL tags

    Workload identity without disk-resident credentials.

  2. 02

    Policy enforcement

    • 30+ hook actions
    • 5 lifecycle events

    State-changing actions pass a deterministic gate first.

  3. 03

    Capability surface

    • 80+ capability modules
    • MCP-typed tools

    Agents only reach explicit, typed, allow-listed tools.

  4. 04

    Secret management

    • Infisical vault broker
    • Per-env scoping

    Credentials are brokered just-in-time with scoped access.

  5. 05

    Network segmentation

    • Cloudflare Workers
    • mTLS reverse proxy

    Public entry points stay separate from admin planes.

  6. 06

    Isolation & blast radius

    • Ephemeral git worktrees
    • Per-sandbox credentials

    Per-task sandboxes limit lateral movement.

  7. 07

    Observability & audit

    • SigNoz / OpenTelemetry
    • Wazuh SIEM

    Agent actions emit traces, logs, alerts, and recovery points.

Two of those systems, end to end.

01

Client Automation Workflows

Problem
Service teams were running revenue, scheduling, payments, records, and handoffs across disconnected tools.
Built
Delivered secure API-connected workflows that replaced inbox, spreadsheet, and manual handoff processes.
Controls
OAuth flows, webhooks, audit trails, retry-safe processing, and operational data validation.
Outcome
Reconciled business views across POS, accounting, payments, analytics, and customer activity.

02

Document Workflow Automation

Problem
Invoices, contracts, audits, compliance files, and operational records required slow manual review.
Built
Replaced review queues with validated document workflows and searchable operational records.
Controls
Metadata checks, exception review, repair workflows, access-aware handling, and audit trails.
Outcome
Faster document handling with stronger traceability across finance, compliance, and operations.

How I let AI workflows act without handing them the keys.

Controlled execution needs more than a prompt: every request passes through policy, sandboxing, scoped credentials, and an audit path before it touches real systems.

01request02policy03sandbox04credentials05audit
Continuous operation

Primary control loop

Anthropic Claude Code

Claude Code drives the primary inner loop against production systems. A hardened hook pipeline and scoped skill catalog provide pre- and post-execution policy enforcement before work reaches a real resource.

Policy-gatedTyped toolsInner loop
N-way fan-out

Parallel execution

OpenAI Codex

Codex runs across isolated, ephemeral sandboxes, each with its own branch, diff surface, and human review gate. Tasks cannot see each other's state, and credentials are scoped per sandbox.

IsolationHuman reviewLeast privilege
80+ capabilities

Runtime controls

Agent Access Controls

The control model uses scoped tool modules, policy gates across the agent lifecycle, vault-backed credential delivery, and auditable action paths for workflows touching real systems.

Scoped toolsPolicy gatesVault-backed
Private runtime

Platform boundary

Cloudflare · Tailscale · Docker

Cloudflare edge controls, private Tailscale access, Docker isolation, health checks, scoped runtime credentials, and rollback paths keep public entry points, admin paths, and automation runtimes separated by policy.

Private accessScoped runtimeEdge controls

Certifications earned along the way.

Checkpoints across security fundamentals, cloud identity, and Apple device management.

ISC2

SSCP

Systems Security Certified Practitioner

CompTIA

Security+

Security fundamentals

CompTIA

CySA+

Cybersecurity Analyst

CompTIA

CSAP

Security Analytics Professional

Jamf

Jamf 200

Certified Technician

Microsoft

AZ-900

Azure Fundamentals

Contact

Let's talk.

Hiring, recruiting, or working on something I'd be a good fit for? Send a note, or connect on LinkedIn.