From vanguard-frontier-agentic
Reviews governance posture of SAP AI Core, AI Launchpad, and Generative AI Hub: model access control, data privacy for RAG, prompt-injection risk, grounding classification, prompt-log handling, and auditability.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:sap-ai-core-generative-ai-hub-governanceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Assess the governance posture of SAP AI Core, AI Launchpad, and Generative AI Hub deployments. Review model access control: resource group isolation, role assignments in AI Launchpad, and AI API service key scope. Review data privacy for RAG pipelines: classification of grounding data sources, embedding storage location, data residency of vector stores, and personal data exposure in retrieval r...
Assess the governance posture of SAP AI Core, AI Launchpad, and Generative AI Hub deployments. Review model access control: resource group isolation, role assignments in AI Launchpad, and AI API service key scope. Review data privacy for RAG pipelines: classification of grounding data sources, embedding storage location, data residency of vector stores, and personal data exposure in retrieval results. Assess prompt-injection risk in orchestration configurations: unguarded template variables, absent input/output content safety filters, and missing grounding data sanitization. Review prompt-log handling and retention: whether prompts containing personal or confidential data are logged, where logs are stored, and whether log access is role-restricted. Assess auditability of AI outputs: traceability of model responses to grounding sources, audit trail completeness, and model version pinning. Does not invoke models, connect to live AI Core deployments, or process production data.
Use this skill when the user asks to:
aicore_admin, aicore_viewer, genai_manager, genai_viewer role assignments and separation of duties,sap-btp-governance-review.sap-integration-suite-review.This skill operates on user-provided orchestration configuration files, role assignment descriptions, resource group layouts, grounding pipeline configuration, data classification documentation, or written descriptions of the AI governance posture. It does not invoke any Generative AI Hub model, access AI Core deployment APIs, read prompt logs, query vector stores, or connect to AI Launchpad. All live inspection is out of scope.
filtering_module_config on both the input and output path is a high finding for prompt injection and harmful output risk.high finding for data privacy. Personal data in grounding documents must be identified before vectorization.medium finding.latest or a floating model version alias for any workflow that produces auditable business outputs is a medium finding for reproducibility.high finding.Label all claims with one of:
documentation-based — grounded in official SAP AI Core, AI Launchpad, or Generative AI Hub documentation (help.sap.com)user-provided evidence — orchestration configuration files, role assignment descriptions, grounding pipeline design, data classification documentation, or written descriptions provided by the usercontext7-supplementary — grounded in SAP Generative AI Hub orchestration configuration patterns from Context7 (supplementary; applies for content safety filter configuration and grounding module structure)inference — derived reasoning not directly confirmed by official docs or user evidenceThis skill does not touch live systems. There is no AI Core API call, Generative AI Hub model invocation, vector store query, prompt log access, or AI Launchpad session in this skill's execution path.
Data privacy rules for this review skill:
Load only when needed:
Return, at minimum:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticCoordinates governance, security, and architecture reviews for SAP AI workloads including AI Core, Generative AI Hub, Joule, and RAG designs. Advisory and audit only — no live mutation.
Guides development with SAP AI Core and AI Launchpad for enterprise AI/ML workloads on SAP BTP. Covers model providers, orchestration, RAG, content filtering, prompt management, and training pipelines.
Integrates the SAP Cloud SDK for AI (sap-ai-sdk-gen) into Python apps for chat completion, embeddings, streaming, LangChain integration, content filtering, data masking, and document grounding via SAP AI Core.