Founded in 1977 as the Senior Care Action Network, SCAN began with a simple but radical idea: that older adults deserve to stay healthy and independent. That belief was championed by a group of community activists we still honor today as the ā12 Angry Seniors.ā Their mission continues to guide everything we do.
Today, SCAN is a nonprofit health organization serving more than 500,000 people across Arizona, California, Nevada, New Mexico, Texas, and Washington, with over $8 billion in annual revenue. With nearly five decades of experience, we have built a distinctive, values-driven platform dedicated to improving care for older adults.
Our work spans Medicare Advantage, fully integrated care models, primary care, care for the most medically and socially complex populations, and next-generation care delivery models. Across all of this, we are united by a shared commitment: combining compassion with discipline, innovation with stewardship, and growth with integrity.
At SCAN, we believe scale should strengthenānot diluteāour mission. We are building the future of care for older adults, grounded in purpose, accountability, and respect for the people and communities we serve.
The Job
The AI Security Engineer (GRC) serves as the organization's dedicated subject matter expert at the intersection of artificial intelligence and cybersecurity within a regulated healthcare environment. This role is responsible for evaluating AI vendors and technologies, establishing and enforcing secure AI implementation standards, and providing hands-on guidance to development and engineering teams adopting AI platforms such as Microsoft Copilot Studio, Azure AI Foundry, Snowflake Cortex, Claude Code, and other large language model (LLM)-powered tooling.Ā
Operating within the HIPAA-regulated landscape, this analyst will ensure AI integrations ā including Model Context Protocol (MCP) servers, agentic workflows, command-line interfaces (CLIs), APIs, and third-party AI extensions ā are architected and deployed in a manner consistent with NIST AI RMF, HITRUST, and organizational security policies. The role acts as a trusted advisor, security gatekeeper, and enabler for responsible AI adoption across the enterprise.
You Will
1.Ā AIĀ Vendor & Technology EvaluationĀ
Lead structured security assessments of AI vendors, platforms, and tools prior to organizational adoption or renewalĀ
Evaluate vendor data handling practices, model trainingĀ transparencyĀ andĀ data residencyĀ
Assess the security posture of AI platforms including:Ā
Microsoft Copilot Studio ā plugin trust boundaries, connector authentication, Power Platform DLP policiesĀ
Azure AI Foundry ā model deployment pipelines, private endpoint configuration, managed identity usageĀ
Snowflake Cortex ā data access controls in AI-generated SQL, Snowpark security, role-based privilege enforcement, Cortex function access policies, and query result exposure risksĀ
Claude Code & Anthropic APIs ā system prompt injection risks, tool use / agentic permissions, data retention settingsĀ
GitHub Copilot, Cursor, and other AI-assisted development tools ā code telemetry and secret leakage exposureĀ
Produce written Vendor Security Assessment Reports (VSARs) including risk ratings, compensating controls, and recommendationsĀ
Maintain an AI technology registry with risk classifications and review cadence schedulesĀ
Ā
2.Ā SecureĀ AI Implementation Guidance for Development TeamsĀ
Serve as the embedded security advisor to software engineering, data science, and clinical informatics teams adopting AI toolingĀ
Define and enforce secure-by-default configurations for AI development environments and agentic systemsĀ
Review and approve MCP server configurations, ensuring:Ā
Tool definitions follow least-privilege principles ā no excessive file system, network, or shell accessĀ
Server authentication uses OAuth 2.0 /Ā mTLSĀ and does not rely on static API keys stored in plaintextĀ
Transport layer security (TLS 1.2+) is enforced on all MCP server communicationsĀ
Prompt injection attack surfaces areĀ identifiedĀ and mitigated in tool descriptions and system promptsĀ
Logging and audit trails are enabled for all MCP tool invocations touching PHI or sensitive dataĀ
Establish CLI security standards for AI-assisted development tools (Claude Code CLI, GitHub Copilot CLI, Azure Developer CLI), including credential hygiene, shell history scrubbing, and token scope minimizationĀ
Conduct secure code review for AI integration code ā with focus on prompt injection, insecure deserialization, and unsafe agentic action chainsĀ
Develop andĀ maintainĀ a library of reference architectures, secure configuration templates, and implementation checklists for approved AI platformsĀ
Ā
3.Ā AIĀ Risk Management & ComplianceĀ
MaintainĀ the organization's AI Risk Register aligned with NIST AI RMF (Govern, Map, Measure, Manage)Ā
Ensure AI deploymentsĀ comply withĀ HIPAA Security Rule (45 CFR §164), HITECH Act obligations, and applicable state privacy lawsĀ
Conduct AI-specific Threat Modeling (STRIDE / PASTA) and red-team exercises targeting:Ā
Prompt injection and jailbreak scenariosĀ
Indirect prompt injection via external data sources (email, documents, web retrieval)Ā
Model inversion and membership inference attacks on fine-tuned healthcare modelsĀ
Data exfiltration through agentic tool chainsĀ
Track emerging AI threats and threat actor TTPs relevant to healthcare AI systems via MITRE ATLAS and sector ISACsĀ
Participate in AI governance committee meetings and contribute AI security perspectives to organizational AI policiesĀ
Ā
4.Ā SecurityĀ Integration ReviewsĀ
Review AI integration architectures for network segmentation, data flow, and trust boundary enforcementĀ
Validate that PHI is never transmitted to external AI models without de-identification or explicit BAA coverageĀ
Assess retrieval-augmented generation (RAG) architectures for unauthorized data access and embedding extraction risksĀ
Evaluate agentic AI workflows and multi-agent orchestration systems for privilege escalation and uncontrolled action chainsĀ
Provide security sign-off on AI infrastructure as part of the Change Advisory Board (CAB) processĀ
Ā
5.Ā Training, Awareness & PolicyĀ
Develop AI security training curricula for developers, data engineers, clinical staff, and IT personnelĀ
Author andĀ maintainĀ AI security policiesĀ including:Ā Acceptable Use of Generative AI, AI Vendor Onboarding Standards, MCP and Agentic System Security Policy, and Sensitive Data Handling in AI ContextsĀ
Publish internal guidance and threat intelligence briefings tailored to clinical and technical audiencesĀ
Your Qualifications
- Bachelorās degree in Cybersecurity, Computer Science, Information Systems, or a closely related fieldĀ
- Masterās degree preferred; equivalent professional experience considered
- 7+ years of progressive experience in information security, with a minimum of 2 years focused on AI/ML security or applied AI technology evaluationĀ
- Demonstrated hands-on experience with one or more of the following: Copilot Studio, Azure AI Foundry, Claude / Anthropic APIs, OpenAI API, GitHub Copilot, or LLM agentic frameworks (LangChain, AutoGen, Semantic Kernel)Ā
- Experience working in a HIPAA-regulated environment; healthcare industry background strongly preferredĀ
- Proven track record conducting vendor risk assessments and producing executive-level risk documentation
- Deep understanding of LLM attack surface: prompt injection, indirect prompt injection, system prompt extraction, and model manipulationĀ
- Familiarity with AI red-teaming methodologies and tools (Garak, PyRIT, PromptBench)Ā
- Knowledge of OWASP Top 10 for LLM ApplicationsĀ
- Understanding of AI model lifecycle risks: training data poisoning, supply chain risks in model registries (Hugging Face, Azure Model Catalog)
- Ability to audit and secure Model Context Protocol (MCP) server implementations including:Ā
- Reviewing tool definitions and permissions for least-privilege violationsĀ
- Validating authentication mechanisms (no hardcoded credentials, proper token scoping)Ā
- Assessing stdio vs. SSE transport security implicationsĀ
- Identifying SSRF and command injection risks in custom MCP tool implementationsĀ
- Experience securing AI CLIs including credential storage, environment variable exposure, and shell integration risksĀ
- Knowledge of agentic permission models ā understanding when AI agents should require human-in-the-loop approvalĀ
- Ability to evaluate multi-step AI workflow chains for unintended capability escalation
- Microsoft Copilot Studio: Plugin manifest security review, connector authentication, sensitivity label enforcementĀ
- Azure AI Foundry: Managed identity configuration, private endpoints, content filtering policy management, model deployment governanceĀ
- Snowflake Cortex: Securing AI-generated SQL and Cortex LLM functions, Snowpark container security, column-level data masking, network policy enforcement, and OAuth integration for service accountsĀ
- Claude Code: System prompt construction, tool-use permission hardening, CLI credential isolation, API key scopingĀ
- GitHub Copilot Enterprise: Telemetry settings, suggestion filtering for secrets, IDE extension trust policies
- Strong grounding in identity and access management ā OAuth 2.0, OIDC, SAML, managed identities, workload identity federationĀ
- API security: authentication schemes, rate limiting, input validation, and output sanitization for AI endpointsĀ
- Network security: micro-segmentation, private endpoints, WAF configuration for AI service ingressĀ
- SIEM/SOAR integration for AI audit log ingestion, anomaly detection, and automated responseĀ
- Threat modeling methodologies: STRIDE, PASTA, and application of MITRE ATT&CK and ATLAS frameworks
- Thorough understanding of HIPAA Security Rule requirements and how they apply to AI data processing pipelinesĀ
- Experience with HITRUST CSF controls relevant to AI and cloud-based processing of ePHIĀ
- Practical knowledge of NIST AI Risk Management Framework (AI RMF) ā Govern, Map, Measure, Manage functionsĀ
- Familiarity with EU AI Act classifications and their implications for healthcare AI systems (high-risk AI designation)Ā
- Experience reviewing BAAs and DPAs for AI vendor engagementsĀ
What's in it for you?
Base Salary Range: $172,780 to $225,720 annually
An annual employee bonus program
Robust Wellness Program
Generous paid-time-off (PTO)
11 paid holidays per year, 1 floating holiday, birthday off, and 2 volunteer days
Excellent 401(k) Retirement Saving Plan with employer match
Robust employee recognition program
Tuition reimbursement
An opportunity to become part of a team that makes a difference to our members and our community every day!
We're always looking for talented people to join our team!Ā Qualified applicants are encouraged to apply now!
At SCAN we believe that it is our business to improve the state of our world. Each of us has a responsibility to drive Equality in our communities and workplaces. We are committed to creating a workforce that reflects our community through inclusive programs and initiatives such as equal pay, employee resource groups, inclusive benefits, and more.
SCAN is proud to be an Equal Employment Opportunity and Affirmative Action workplace. Individuals seeking employment will receive consideration for employment without regard to race, color, national origin, religion, age, sex (including pregnancy, childbirth or related medical conditions), sexual orientation, gender perception or identity, age, marital status, disability, protected veteran status or any other status protected by law. A background check is required.
#LI-JB1 #LI-Remote
Equal Opportunity Employer/Protected Veterans/Individuals with Disabilities
The contractor will not discharge or in any other manner discriminate against employees or applicants because they have inquired about, discussed, or disclosed their own pay or the pay of another employee or applicant. However, employees who have access to the compensation information of other employees or applicants as a part of their essential job functions cannot disclose the pay of other employees or applicants to individuals who do not otherwise have access to compensation information, unless the disclosure is (a) in response to a formal complaint or charge, (b) in furtherance of an investigation, proceeding, hearing, or action, including an investigation conducted by the employer, or (c) consistent with the contractorās legal duty to furnish information. 41 CFR 60-1.35(c)
Learn more about this Employer on their Career Site
