SKILLEMALL.ai

BC sap-bah-openapi-backend

Reliable SAP Business Accelerator Hub API spec downloader for OpenClaw. Uses SAP_HUB_USERNAME and SAP_HUB_PASSWORD to log in through Playwright Chromium, downloads OpenAPI JSON/YAML and OData EDMX to /usr/download, validates payload signatures, and supports importing specs into APIConnectionToSAP categories.

ClawHub Agent Skills author: SHENRUIYANG v1.0.2 MIT-0 8 files body ≈ 743 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 60/100 · Has gaps — weak spots: when it triggers, consistency, progress reporting

IntegrationPlaywrightSoftware developmentInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
86/100
safety, quality, tests
Safety 60%
88
Quality 40%
82
Run on models
none yet
Process rating
C
60/100
Has gaps
Progress reporting w 2
0
When it triggers w 12
20
Consistency w 8
40
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 4

✓ No critical or high findings

Medium and low: 4
  • medium Dangerous commands cmd-privilege references/quickstart.md:9
    Privilege escalation / world-writable permissions
    sudo chown "$USER":staff /usr/download
  • medium Dangerous commands cmd-privilege SKILL.md:41
    Privilege escalation / world-writable permissions
    sudo chown "$USER":staff /usr/download
  • low Dangerous commands cmd-privilege scripts/reliable_sap_hub_download.py:333
    Privilege escalation / world-writable permissions (string literal in code, not executed; security demo / example)
    "Create it first (for example: sudo mkdir -p /usr/download && sudo chown \"$USER\":staff /usr/download) "
    code literaldemo
  • low Secrets in code secret-high-entropy-token SKILL.md:87
    High-entropy token-like string (may be an id, hash or a credential)
    sap-…-v1

Files scanned: 8. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 60/100

  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 40Consistency. Frontmatter name (sap-bah-openapi-backend) differs from the folder (sap-bah-openapi-backend-openclaw)
  • 50Failures and branches. 0 branches, has a failure section
  • 60Tools and files. Uses tools (python) that frontmatter does not declare
  • 60Result and completion. Output format stated, no completion criterion
  • 70Inputs and preconditions. Inputs and preconditions are listed
  • 85Steps. 25 steps, 1 vague phrases
  • 100Execution cost. Instruction body is 743 tokens
  • 100Running it twice. No mutating operations

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +1No license
  • +2Single-language instructions
  • +3Description length 309: enough signal without eating the budget
  • +4Structure: 12 headings
  • +3Step-by-step instructions: 25 items
  • +3Output format is stated explicitly
  • +4Has examples (9 code blocks)
  • +4Reference files are cited in the instructions (1 of 1)
  • +3All 3 scripts are documented

Quality base 70; lint remarks subtract, signals add up to 100. Result: 82.

External checks

ClawHub: suspicious
This looks like a legitimate SAP API downloader, but it needs review because it also includes under-documented backend code generation and higher-risk credential and filesystem guidance.
LLM: suspicious (high) · VirusTotal: · 29 May 2026