SKILLEMALL.ai

FF dxyz-cpanel

Manage cPanel hosting accounts via API for version 134.0.11 and compatible versions. Supports account management, DNS zones, email accounts, databases (MySQL/PostgreSQL), file operations, SSL certificates, backups, and bandwidth monitoring. Use when managing cPanel/WHM servers, creating accounts, configuring domains, managing email, or performing server administration tasks. Integrates with UAPI, WHM API, and cPanel API 2. Uses exec, read_file, write_file tools for API calls and configuration.

Not recommendedlow grade F
ClawHub Agent Skills author: picodozbotdoz v1.0.0 MIT-0 14 files · 6 scripts body ≈ 1 963 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 33/100 · Will not run — References files that are not bundled: references/whm-api.md, references/uapi.md

IntegrationPostgreSQLMySQLInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
F
33/100
safety, quality, tests
Safety 60%
0
Quality 40%
82
Run on models
none yet
Process rating
F
33/100
Will not run
References files that are not bundled: references/whm-api.md, references/uapi.md
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
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.

Exfiltration 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 instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. The text references files that are not there: add them or drop the references.
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 · 52

✓ No critical or high findings

Medium and low: 52
  • medium Exfiltration net-credential-use references/api-reference.md:71
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: whm $TOKEN" \
  • medium Exfiltration net-credential-use references/api-reference.md:89
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: whm $TOKEN" \
  • medium Exfiltration net-credential-use references/api-reference.md:121
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: whm $TOKEN" "$HOST/json-api/version"
  • medium Exfiltration net-credential-use references/api-reference.md:128
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: whm $TOKEN" "$HOST/json-api/loadavg"
  • medium Exfiltration net-credential-use references/api-reference.md:135
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: whm $TOKEN" "$HOST/json-api/servicestatus?service=httpd"
  • medium Exfiltration net-credential-use references/error-codes.md:134
    Credential used in a network call (verify the destination is the intended service)
    curl -v -H "Authorization: whm $TOKEN" "$HOST/json-api/version"
  • medium Exfiltration net-credential-use references/error-codes.md:146
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: whm $TOKEN" "$HOST/json-api/listaccts?api.version=1&search=username"
  • medium Exfiltration net-credential-use references/error-codes.md:194
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: whm $TOKEN" "$HOST/json-api/servicestatus?service=mysql"
  • medium Exfiltration net-credential-use references/version-134-changes.md:77
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: whm $TOKEN" "$HOST/json-api/listaccts"
  • medium Exfiltration net-credential-use references/version-134-changes.md:80
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: whm $TOKEN" "$HOST/json-api/listaccts?api.version=1"
  • medium Exfiltration net-credential-use references/version-134-changes.md:130
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: whm $TOKEN" "$HOST/json-api/version"
  • medium Exfiltration net-credential-use references/version-134-changes.md:153
    Credential used in a network call (verify the destination is the intended service)
    curl -H "Authorization: whm $TOKEN" \
  • medium Exfiltration net-credential-use scripts/backup_account.sh:17
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: whm $TOKEN" \
  • medium Exfiltration net-credential-use scripts/backup_account.sh:25
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: whm $TOKEN" \
  • medium Exfiltration net-credential-use scripts/backup_account.sh:34
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: whm $TOKEN" \
  • medium Exfiltration net-credential-use scripts/backup_account.sh:37
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: whm $TOKEN" \
  • medium Exfiltration net-credential-use scripts/backup_account.sh:46
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: whm $TOKEN" \
  • medium Exfiltration net-credential-use scripts/create_account.sh:21
    Credential used in a network call (verify the destination is the intended service)
    RESPONSE=$(curl -s -H "Authorization: whm $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_database.sh:19
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_database.sh:22
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_database.sh:32
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_database.sh:35
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_database.sh:46
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_dns.sh:18
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_dns.sh:28
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_dns.sh:35
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_email.sh:18
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_email.sh:30
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_email.sh:39
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_email.sh:49
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • medium Exfiltration net-credential-use scripts/manage_email.sh:59
    Credential used in a network call (verify the destination is the intended service)
    curl -s -H "Authorization: cpanel $TOKEN" \
  • low Exfiltration net-credential-use README.md:66
    Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)
    exec command="curl -s -H 'Authorization: whm $CPANEL_TOKEN' '$CPANEL_HOST/json-api/version' | jq ."
    quoted
  • low Exfiltration net-credential-use README.md:71
    Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)
    exec command="curl -s -H 'Authorization: whm $CPANEL_TOKEN' '$CPANEL_HOST/json-api/listaccts?api.version=1' | jq ."
    quoted
  • low Exfiltration net-credential-use README.md:76
    Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)
    exec command='curl -s -H "Authorization: whm $CPANEL_TOKEN" "$CPANEL_HOST/json-api/createacct?api.version=1&username=newuser&domain=newdomain.com&password=secure123&plan=default" | jq .'
    quoted
  • low Secrets in code secret-password-literal README.md:76
    Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)
    exec command='curl -s -H "Authorization: whm $CPANEL_TOKEN" "$CPANEL_HOST/json-api/createacct?api.version=1&username=newuser&domain=newdomain.com&password=secure123&plan=default" | jq .'
    quoted
  • low Exfiltration net-credential-use README.md:81
    Credential used in a network call (verify the destination is the intended service) (security demo / example; quoted — discussed, not commanded)
    exec command='curl -s -H "Authorization: cpanel $CPANEL_TOKEN" "$CPANEL_HOST/execute/Email/add_pop?email=newuser&password=secure123&domain=example.com&quota=250" | jq .'
    demoquoted
  • low Secrets in code secret-password-literal README.md:81
    Hard-coded password / key literal (may be an example) (placeholder value)
    exec command='curl -s -H "Authorization: cpanel $CPANEL_TOKEN" "$CPANEL_HOST/execute/Email/add_pop?email=newuser&password=secure123&domain=example.com&quota=250" | jq .'
    placeholder
  • low Exfiltration net-credential-use references/error-codes.md:161
    Credential used in a network call (verify the destination is the intended service) (security demo / example)
    curl -H "Authorization: cpanel $TOKEN" "$HOST/execute/DNS/zone_records?domain=example.com"
    demo
  • low Exfiltration net-credential-use references/error-codes.md:176
    Credential used in a network call (verify the destination is the intended service) (security demo / example)
    curl -H "Authorization: cpanel $TOKEN" "$HOST/execute/Email/list_pops?domain=example.com"
    demo
  • low Exfiltration net-credential-use references/quick-reference.md:14
    Credential used in a network call (verify the destination is the intended service) (documentation table row)
    | List accounts | `curl -H "Authorization: whm $TOKEN" "$HOST/json-api/listaccts?api.version=1"` |
    table
  • low Exfiltration net-credential-use references/quick-reference.md:15
    Credential used in a network call (verify the destination is the intended service) (documentation table row)
    | Create account | `curl -H "Authorization: whm $TOKEN" "$HOST/json-api/createacct?api.version=1&username=USER&domain=DOMAIN&password=PASS&plan=PLAN"` |
    table
  • low Exfiltration net-credential-use references/quick-reference.md:16
    Credential used in a network call (verify the destination is the intended service) (documentation table row)
    | Suspend account | `curl -H "Authorization: whm $TOKEN" "$HOST/json-api/suspendacct?api.version=1&user=USER"` |
    table
  • low Exfiltration net-credential-use references/quick-reference.md:17
    Credential used in a network call (verify the destination is the intended service) (documentation table row)
    | Unsuspend account | `curl -H "Authorization: whm $TOKEN" "$HOST/json-api/unsuspendacct?api.version=1&user=USER"` |
    table
  • low Exfiltration net-credential-use references/quick-reference.md:18
    Credential used in a network call (verify the destination is the intended service) (documentation table row)
    | Delete account | `curl -H "Authorization: whm $TOKEN" "$HOST/json-api/removeacct?api.version=1&user=USER"` |
    table
  • low Exfiltration net-credential-use SKILL.md:19
    Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)
    exec command="curl -s -H 'Authorization: whm $CPANEL_TOKEN' '$CPANEL_HOST/json-api/version' | jq ."
    quoted
  • low Exfiltration net-credential-use SKILL.md:26
    Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)
    exec command="curl -s -H 'Authorization: whm $CPANEL_TOKEN' '$CPANEL_HOST/json-api/listaccts?api.version=1' | jq ."
    quoted
  • low Exfiltration net-credential-use SKILL.md:31
    Credential used in a network call (verify the destination is the intended service) (security demo / example; quoted — discussed, not commanded)
    exec command="curl -s -H 'Authorization: cpanel $CPANEL_TOKEN' '$CPANEL_HOST/execute/Email/add_pop?email=user&password=secure123&domain=example.com' | jq ."
    demoquoted
  • low Secrets in code secret-password-literal SKILL.md:31
    Hard-coded password / key literal (may be an example) (placeholder value)
    exec command="curl -s -H 'Authorization: cpanel $CPANEL_TOKEN' '$CPANEL_HOST/execute/Email/add_pop?email=user&password=secure123&domain=example.com' | jq ."
    placeholder
  • low Exfiltration net-credential-use SKILL.md:59
    Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)
    exec command='curl -s -H "Authorization: whm $CPANEL_TOKEN" "$CPANEL_HOST/json-api/createacct?api.version=1&username=newuser&domain=newdomain.com&password=secure123&plan=default" | jq .'
    quoted
  • low Secrets in code secret-password-literal SKILL.md:59
    Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)
    exec command='curl -s -H "Authorization: whm $CPANEL_TOKEN" "$CPANEL_HOST/json-api/createacct?api.version=1&username=newuser&domain=newdomain.com&password=secure123&plan=default" | jq .'
    quoted
  • low Exfiltration net-credential-use SKILL.md:65
    Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)
    exec command='curl -s -H "Authorization: whm $CPANEL_TOKEN" "$CPANEL_HOST/json-api/suspendacct?api.version=1&user=username&reason=non-payment" | jq .'
    quoted
  • low Secrets in code secret-password-literal SKILL.md:97
    Hard-coded password / key literal (may be an example) (placeholder value)
    exec command='curl -s -H "Authorization: cpanel $CPANEL_TOKEN" "$CPANEL_HOST/execute/Email/add_pop?email=newuser&password=secure123&domain=example.com&quota=250" | jq .'
    placeholder

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

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: references/whm-api.md
  • warning missing-ref reference to a missing file: references/uapi.md

Process rating: all ten parameters 33/100

Will not run. References files that are not bundled: references/whm-api.md, references/uapi.md
  • 0Tools and files. 2 referenced file(s) missing: references/whm-api.md, references/uapi.md
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Failures and branches. Linear process with no failure handling
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 9 mutating operations with no state check
  • 100Steps. 31 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1963 tokens
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 11 top-level sections: this looks like several domains in one skill

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)
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +3Description length 498: enough signal without eating the budget
  • +4Structure: 26 headings
  • +3Step-by-step instructions: 31 items
  • +4Has examples (24 code blocks)
  • +4Reference files are cited in the instructions (3 of 4)
  • +3All 6 scripts are documented

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

External checks

ClawHub: suspicious
This is a real cPanel/WHM administration skill, but it gives broad live server-control power with weak safeguards around destructive actions and credentials.
LLM: suspicious (high) · VirusTotal: · 29 May 2026