/identity-trust-check
Optional identity flow such as IAS, IPS, BTP, SAML, or OIDC
$ npx -y skills add secondsky/sap-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/identity-trust-check
Context preview
What this command does when you run it.
Optional identity flow such as IAS, IPS, BTP, SAML, or OIDC
Command definition
identity-trust-check.mdname: identity-trust-check
description: Review SAP Cloud Identity Services trust, IAS/IPS configuration, role mapping, SSO, and tenant security readiness
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "<trust-config-or-issue> [ias|ips|btp|saml|oidc]"
arguments:
- name: target
description: Trust configuration export, identity issue, role mapping notes, or project folder to inspect
required: true
- name: flow
description: Optional identity flow such as IAS, IPS, BTP, SAML, or OIDC
required: falseIdentity Trust Check
Review SAP Cloud Identity Services trust and provisioning readiness. Default to non-mutating analysis; do not alter tenants, users, groups, or certificates.
Workflow
1. Identify IdP/SP roles, protocol, subject/nameID mapping, groups, role collections, provisioning source/target, and tenant boundaries. 2. Inspect exported metadata, configuration notes, manifests, destination settings, and application security descriptors if available. 3. Check certificate expiry, assertion attributes, user uniqueness, group-to-role mapping, IPS transformation risks, and fallback admin access. 4. Flag tenant-only validation such as login simulation, token inspection, provisioning job execution, and trust changes. 5. Keep credential and certificate handling explicit; never ask for secrets in plain text.
Output Contract
Return:
- Identity readiness status.
- Trust/provisioning findings grouped by protocol, mapping, roles, certificates, and operations.
- Evidence from files or supplied notes.
- Safe verification steps.
- Pending tenant checks.
Read more
name: identity-trust-check
description: Review SAP Cloud Identity Services trust, IAS/IPS configuration, role mapping, SSO, and tenant security readiness
allowed-tools:
- Read
- Grep
- Glob
- Bash
argument-hint: "<trust-config-or-issue> [ias|ips|btp|saml|oidc]"
arguments:
- name: target
description: Trust configuration export, identity issue, role mapping notes, or project folder to inspect
required: true
- name: flow
description: Optional identity flow such as IAS, IPS, BTP, SAML, or OIDC
required: falseIdentity Trust Check
Review SAP Cloud Identity Services trust and provisioning readiness. Default to non-mutating analysis; do not alter tenants, users, groups, or certificates.
Workflow
1. Identify IdP/SP roles, protocol, subject/nameID mapping, groups, role collections, provisioning source/target, and tenant boundaries. 2. Inspect exported metadata, configuration notes, manifests, destination settings, and application security descriptors if available. 3. Check certificate expiry, assertion attributes, user uniqueness, group-to-role mapping, IPS transformation risks, and fallback admin access. 4. Flag tenant-only validation such as login simulation, token inspection, provisioning job execution, and trust changes. 5. Keep credential and certificate handling explicit; never ask for secrets in plain text.
Output Contract
Return:
- Identity readiness status.
- Trust/provisioning findings grouped by protocol, mapping, roles, certificates, and operations.
- Evidence from files or supplied notes.
- Safe verification steps.
- Pending tenant checks.
40 SAP development plugins with evidence-tracked verification SAP development plugins for AI coding assistants, with public-source or package-registry verification tracked where available.
Repo: secondsky/sap-skills
Other commands on sap-skills.
- /abap-cds-model-check
Optional intended usage such as analytical, transactional, reuse, value-help, or extraction
Open command - /abap-cloud-review
Optional target ABAP platform or SAP BTP ABAP Environment release
Open command - /ai-core-deployment-check
Optional runtime or scenario name, such as orchestration, serving, training, or batch
Open command - /api-style-review
Optional API style lens such as REST, OData, OpenAPI, or SDK
Open command - /btp-architecture-review
Optional scenario lens such as extension, integration, analytics, or AI
Open command - /work-zone-content-check
Optional Work Zone edition or content type
Open command

