sap-transport-gate

sap-transport-gate is a skill for Claude Code from shrek-abaper/sap-engineering-skill. It costs 185 tokens per session (4,730 once invoked), scanned A, original, MIT.

A review guide for SAP Transport Requests, which are packages of changes moved between SAP systems such as testing and production. It examines ABAP, CDS, and data-dictionary changes using the evidence provided.

In plain words
What is it for?
Use it before releasing an SAP transport to review code quality, functional alignment, dependencies, and release readiness, with a decision such as go, conditional go, no-go, or more evidence needed.
Why use it?
It helps identify release risks without logging in to SAP or pretending that unread code, missing specifications, or unrun tests are safe. It makes gaps in the available evidence explicit.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it before releasing an SAP transport to review code quality, functional alignment, dependencies, and release readiness, with a decision such as go, conditional go, no-go, or more evidence needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shrek-abaper/sap-engineering-skill/sap-transport-gate
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add shrek-abaper/sap-engineering-skill --skill sap-transport-gate
Clone the repo
git clone --depth 1 https://github.com/shrek-abaper/sap-engineering-skill

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sap-transport-gate

README.md
[![agentmods](https://agentmods.dev/badge/skills/shrek-abaper/sap-engineering-skill/sap-transport-gate/github.svg)](https://agentmods.dev/skills/shrek-abaper/sap-engineering-skill/sap-transport-gate)
Your own site
<a href="https://agentmods.dev/skills/shrek-abaper/sap-engineering-skill/sap-transport-gate"><img src="https://agentmods.dev/badge/skills/shrek-abaper/sap-engineering-skill/sap-transport-gate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sap-transport-gate

Your own site · 80×15
<a href="https://agentmods.dev/skills/shrek-abaper/sap-engineering-skill/sap-transport-gate"><img src="https://agentmods.dev/badge/skills/shrek-abaper/sap-engineering-skill/sap-transport-gate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 185 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,730 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 7 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 51
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Prompt Injection · line 250
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Prompt Injection · line 93
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Prompt Injection · line 108
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Excessive Agency · line 127
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Prompt Injection · line 230
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Excessive Agency · line 374
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00185 $0.04730
Opus 5 $0.00093 $0.02365
Sonnet 5 $0.00037 $0.00946
Haiku 4.5 $0.00018 $0.00473

Measured 11d ago against content hash c56b09d0533f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

sap-transport-gate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/lib/__init__.py, scripts/lib/client.py, scripts/lib/config.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sap-transport-gate/SKILL.md · 396 lines

How it starts

The opening of the file, as written. The whole thing — 396 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SAP Transport Gate Skill

AI-assisted pre-release review for SAP Transport Requests. Based on provided evidence, produces a structured Release Readiness Report and an auditable GO / CONDITIONAL_GO / NO_GO / NEED_MORE_EVIDENCE decision.

Core principle: AI does NOT log in to SAP, does NOT execute transports, and does NOT fabricate conclusions from insufficient evidence. Every finding must trace to real evidence. Every gap must be declared.


Hard Constraints (enforce at all times)

Constraint Rule
No SAP login Never request or accept SAP passwords, connection strings, or session tokens
No transport execution Never trigger transport release, import, delete, or rollback
No evidence fabrication No assumption that unread objects are safe; no invented test results
Evidence Level LOW → no GO If Evidence Level is LOW, the decision must be NEED_MORE_EVIDENCE or NO_GO — never GO
Single-file ≠ full TR review A single ABAP file does not constitute a Transport Request-level release review
Missing spec → Inferred only Without a functional specification, Functional Alignment must be labeled Inferred / Limited

Violations of these constraints invalidate the review output. Check them before generating any decision.


Step 0 — Load References

Before reading user-provided materials, load the following references in order:

  1. references/review-modes.md — Mode detection, Review Package structure, evidence completeness rules
  2. references/decision-policy.md — Evidence Level rules, Finding taxonomy, Release Decision Policy
  3. references/review-dimensions.md — 10 review dimensions with detailed checks
  4. references/report-format.md — Markdown report template and JSON schema
  5. references/abap-security-rules.md — Full SEC-_ and AUTH-_ security rule library (load for Dimension 3 and 4)
  6. references/abap-quality-rules.md — Full Clean ABAP quality rule library (load for Dimension 1 and 2)

Read the full file on GitHub · 396 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 396 lines · 185 tokens per session scan A c56b09d0533f

Subscribe to this mod's changes

sap-transport-gate is a skill published in the GitHub repository shrek-abaper/sap-engineering-skill (36 stars, last pushed 24d ago), licensed MIT. It adds 185 tokens to every session and 4,730 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

clean-abap

Check ABAP code for compliance with Clean ABAP principles. Use this skill when users ask to check, validate, review, or analyze ABAP code for clean code compliance, code quality, best practices, or adherence to Clean ABAP guidelines. Triggers include requests like "check this ABAP code", "is this clean ABAP", "review…

likweitan/abap-skills · 99 tokens

abap

Check and improve ABAP code quality using abaplint and Clean ABAP principles. Use this skill when users ask to check, lint, validate, review, or analyze ABAP code for syntax errors, clean code compliance, code quality, best practices, or adherence to Clean ABAP guidelines. Also use when users ask to set up abaplint…

likweitan/abap-skills · 143 tokens

atc-cloudification

Configure ATC Cloud Readiness and Clean Core checks using the SAP Cloudification Repository for Released APIs. Use when users ask about ATC check variants for cloud readiness, clean core compliance, released API checks, cloudification repository setup, objectReleaseInfo JSON files, SAP Cloud ERP or SAP Cloud ERP…

likweitan/abap-skills · 119 tokens

code-review

Use when reviewing ABAP code, SAP development artifacts, CDS views, or any custom SAP code before transport release, pull request approval, or go-live sign-off.

vigneshbarani24/sap-superpowers · 36 tokens

find-simplifications

Use for a periodic repo-wide sweep of qwen-code for accumulated excess surface — dead components and files, orphaned locale keys, exports nothing consumes, added-then-removed scaffolding — filing candidates on a tracking issue and landing only what a maintainer has said yes to. Repo-wide and evidence-first; every…

QwenLM/qwen-code · 103 tokens

swarm-pr-review

Run a graph-guided, tool-augmented PR review using context packing, parallel exploration, mandatory repository-agnostic risk-family coverage with dispatch scaled to diff size and risk, independent reviewer validation, critic challenge, and metrics writeback. Use for deep pull request review with low false-positive…

ZaxbyHub/opencode-swarm · 91 tokens