sap-transport-review
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill instructions are aligned with standard SAP development operations. The use of custom tools like
SAPTransportandSAPReadfor data retrieval is appropriate and correctly scoped to the user's modifiable transports or specific IDs. - [PROMPT_INJECTION]: The skill processes external ABAP source code, which introduces an indirect prompt injection surface.
- Ingestion points: Source code content is fetched via the
SAPReadtool, and object metadata is retrieved throughSAPTransport(Steps 1 and 3). - Boundary markers: The instructions do not explicitly require delimiters or system-level warnings to ignore instructions that might be embedded in the reviewed code.
- Capability inventory: The execution environment includes high-impact tools such as
SAPActivateandSAPTransport(action="release"), which are mentioned as follow-up options. - Sanitization: No filtering or sanitization of the fetched source code is specified. This is a common characteristic of code review tools and is considered a safe surface in this context given the skill's primary purpose.
Audit Metadata