SKILLEMALL.ai

CF CNB-OpenAPI

与 CNB (Cloud Native Build) Open API 交互,用于代码管理和开发协作。当用户需要查询项目、代码仓库、问题、合并请求或其他开发相关数据时使用。需要 CNB_TOKEN 环境变量进行身份认证。API 请求地址从环境变量 CNB_API_ENDPOINT 获取,默认为 https://api.cnb.cool。

ClawHub Agent Skills author: sixther-dc v1.18.9 MIT-0 80 files body ≈ 9 611 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 31/100 · Will not run — References files that are not bundled: references/activities/getuseractivitiesbydate.md, references/activities/getuserrepoactivitydetails.md, references/activities/topcontributors.md

IntegrationSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
C
70/100
safety, quality, tests
Safety 60%
90
Quality 40%
41
Run on models
none yet
Process rating
F
31/100
Will not run
References files that are not bundled: references/activities/getuseractivitiesbydate.md, references/activities/getuserrepoactivitydetails.md, references/activities/topcontributors.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.

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.
  2. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
  3. 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 · 2

✓ No critical or high findings

Medium and low: 2
  • medium Dangerous commands cmd-shell-rc docs/codebuddy.md:17
    Writes to a shell startup file
    echo 'export CNB_TOKEN="your_cnb_token_here"' >> ~/.zshrc
  • medium Dangerous commands cmd-shell-rc docs/codebuddy.md:19
    Writes to a shell startup file
    echo 'export CNB_API_ENDPOINT="https://api.cnb.cool"' >> ~/.zshrc

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

Against the Agent Skills spec

  • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)
  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning body-long SKILL.md body ≈ 9611 tokens (recommended < 5000); move details to references/
  • warning missing-ref reference to a missing file: references/activities/getuseractivitiesbydate.md
  • warning missing-ref reference to a missing file: references/activities/getuserrepoactivitydetails.md
  • warning missing-ref reference to a missing file: references/activities/topcontributors.md
  • warning missing-ref reference to a missing file: references/ai/aiautopr.md
  • warning missing-ref reference to a missing file: references/ai/aichatcompletions.md
  • warning missing-ref reference to a missing file: references/build/buildrunnerdownloadlog.md
  • warning missing-ref reference to a missing file: references/charge/getspecialamount.md
  • warning missing-ref reference to a missing file: references/followers/getfollowersbyuserid.md
  • warning missing-ref reference to a missing file: references/followers/getfollowingbyuserid.md
  • warning missing-ref reference to a missing file: references/gitsettings/deletebranchprotection.md
  • warning missing-ref reference to a missing file: references/gitsettings/getbranchprotection.md
  • warning missing-ref reference to a missing file: references/gitsettings/getpipelinesettings.md
  • warning missing-ref reference to a missing file: references/gitsettings/getpullrequestsettings.md
  • warning missing-ref reference to a missing file: references/gitsettings/getpushlimitsettings.md
  • warning missing-ref reference to a missing file: references/gitsettings/listbranchprotections.md
  • warning missing-ref reference to a missing file: references/gitsettings/patchbranchprotection.md
  • warning missing-ref reference to a missing file: references/gitsettings/postbranchprotection.md
  • warning missing-ref reference to a missing file: references/gitsettings/putpipelinesettings.md
  • warning missing-ref reference to a missing file: references/gitsettings/putpullrequestsettings.md
  • warning missing-ref reference to a missing file: references/gitsettings/putpushlimitsettings.md
  • warning missing-ref reference to a missing file: references/knowledgebase/deleteknowledgebase.md
  • warning missing-ref reference to a missing file: references/knowledgebase/getknowledgebaseinfo.md
  • warning missing-ref reference to a missing file: references/knowledgebase/getmodels.md
  • warning missing-ref reference to a missing file: references/knowledgebase/queryknowledgebase.md
  • warning missing-ref reference to a missing file: references/members/addmembersofgroup.md
  • warning missing-ref reference to a missing file: references/members/addmembersofmission.md
  • warning missing-ref reference to a missing file: references/members/addmembersofregistry.md
  • warning missing-ref reference to a missing file: references/members/addmembersofrepo.md
  • warning missing-ref reference to a missing file: references/members/deletemembersofgroup.md
  • warning missing-ref reference to a missing file: references/members/deletemembersofrepo.md
  • warning missing-ref reference to a missing file: references/members/deleteoutsidecollaborators.md
  • warning missing-ref reference to a missing file: references/members/getmemberaccesslevelofgroup.md
  • warning missing-ref reference to a missing file: references/members/getmemberaccesslevelofrepo.md
  • warning missing-ref reference to a missing file: references/members/listallmembers.md
  • warning missing-ref reference to a missing file: references/members/listinheritmembersofgroup.md
  • warning missing-ref reference to a missing file: references/members/listinheritmembersofrepo.md
  • warning missing-ref reference to a missing file: references/members/listmemberaccesslevelofgroup.md
  • warning missing-ref reference to a missing file: references/members/listmemberaccesslevelofrepo.md
  • warning missing-ref reference to a missing file: references/members/listmembersofgroup.md
  • warning missing-ref reference to a missing file: references/members/listmembersofrepo.md
  • warning missing-ref reference to a missing file: references/members/listoutsidecollaborators.md
  • warning missing-ref reference to a missing file: references/members/updatemembersofgroup.md
  • warning missing-ref reference to a missing file: references/members/updatemembersofrepo.md
  • warning missing-ref reference to a missing file: references/members/updateoutsidecollaborators.md
  • warning missing-ref reference to a missing file: references/missions/createmission.md
  • warning missing-ref reference to a missing file: references/missions/deletemission.md
  • warning missing-ref reference to a missing file: references/missions/getgroupsubmissions.md
  • warning missing-ref reference to a missing file: references/missions/getmissionviewconfig.md
  • warning missing-ref reference to a missing file: references/missions/getmissionviewlist.md
  • warning missing-ref reference to a missing file: references/missions/postmissionviewconfig.md
  • warning missing-ref reference to a missing file: references/missions/postmissionviewlist.md
  • warning missing-ref reference to a missing file: references/missions/putmissionviewlist.md
  • warning missing-ref reference to a missing file: references/missions/setmissionvisibility.md
  • warning missing-ref reference to a missing file: references/organizations/createorganization.md
  • warning missing-ref reference to a missing file: references/organizations/deleteorganization.md
  • warning missing-ref reference to a missing file: references/organizations/getgroup.md
  • warning missing-ref reference to a missing file: references/organizations/getgroupsetting.md
  • warning missing-ref reference to a missing file: references/organizations/getgroupsbyuserid.md
  • warning missing-ref reference to a missing file: references/organizations/listgroups.md
  • warning missing-ref reference to a missing file: references/organizations/listsubgroups.md
  • warning missing-ref reference to a missing file: references/organizations/listtopgroups.md
  • warning missing-ref reference to a missing file: references/organizations/transfergroup.md
  • warning missing-ref reference to a missing file: references/organizations/updategroupsetting.md
  • warning missing-ref reference to a missing file: references/organizations/updateorganization.md
  • warning missing-ref reference to a missing file: references/organizations/uploadlogos.md
  • warning missing-ref reference to a missing file: references/pulls/canuserbeassignedtopull.md
  • warning missing-ref reference to a missing file: references/pulls/deletepullassignees.md
  • warning missing-ref reference to a missing file: references/pulls/deletepulllabel.md
  • warning missing-ref reference to a missing file: references/pulls/deletepulllabels.md
  • warning missing-ref reference to a missing file: references/pulls/deleterepofiles.md
  • warning missing-ref reference to a missing file: references/pulls/deleterepoimgs.md
  • warning missing-ref reference to a missing file: references/pulls/getpull.md
  • warning missing-ref reference to a missing file: references/pulls/getpullcomment.md
  • warning missing-ref reference to a missing file: references/pulls/listpullassignees.md
  • warning missing-ref reference to a missing file: references/pulls/listpullcomments.md
  • warning missing-ref reference to a missing file: references/pulls/listpullcommitstatuses.md
  • warning missing-ref reference to a missing file: references/pulls/listpullcommits.md
  • warning missing-ref reference to a missing file: references/pulls/listpullfiles.md
  • warning missing-ref reference to a missing file: references/pulls/listpulllabels.md
  • warning missing-ref reference to a missing file: references/pulls/listpullreviewcomments.md
  • warning missing-ref reference to a missing file: references/pulls/listpullreviews.md
  • warning missing-ref reference to a missing file: references/pulls/listpulls.md
  • warning missing-ref reference to a missing file: references/pulls/listpullsbynumbers.md
  • warning missing-ref reference to a missing file: references/pulls/mergepull.md
  • warning missing-ref reference to a missing file: references/pulls/patchpull.md
  • warning missing-ref reference to a missing file: references/pulls/patchpullcomment.md
  • warning missing-ref reference to a missing file: references/pulls/postpull.md
  • warning missing-ref reference to a missing file: references/pulls/postpullassignees.md
  • warning missing-ref reference to a missing file: references/pulls/postpullcomment.md
  • warning missing-ref reference to a missing file: references/pulls/postpulllabels.md
  • warning missing-ref reference to a missing file: references/pulls/postpullrequestreviewreply.md
  • warning missing-ref reference to a missing file: references/pulls/postpullreview.md
  • warning missing-ref reference to a missing file: references/pulls/putpulllabels.md
  • warning missing-ref reference to a missing file: references/pulls/uploadfiles.md
  • warning missing-ref reference to a missing file: references/pulls/uploadimgs.md
  • warning missing-ref reference to a missing file: references/registries/deletepackage.md
  • warning missing-ref reference to a missing file: references/registries/deletepackagetag.md
  • warning missing-ref reference to a missing file: references/registries/deleteregistry.md
  • warning missing-ref reference to a missing file: references/registries/getgroupsubregistries.md
  • warning missing-ref reference to a missing file: references/registries/getpackage.md
  • warning missing-ref reference to a missing file: references/registries/getpackagetagdetail.md
  • warning missing-ref reference to a missing file: references/registries/listpackagetags.md
  • warning missing-ref reference to a missing file: references/registries/listpackages.md
  • warning missing-ref reference to a missing file: references/registries/setregistryvisibility.md
  • warning missing-ref reference to a missing file: references/releases/deleterelease.md
  • warning missing-ref reference to a missing file: references/releases/deletereleaseasset.md
  • warning missing-ref reference to a missing file: references/releases/getlatestrelease.md
  • warning missing-ref reference to a missing file: references/releases/getreleaseasset.md
  • warning missing-ref reference to a missing file: references/releases/getreleasebyid.md
  • warning missing-ref reference to a missing file: references/releases/getreleasebytag.md
  • warning missing-ref reference to a missing file: references/releases/getreleasesasset.md
  • warning missing-ref reference to a missing file: references/releases/listreleases.md
  • warning missing-ref reference to a missing file: references/releases/patchrelease.md
  • warning missing-ref reference to a missing file: references/releases/postrelease.md
  • warning missing-ref reference to a missing file: references/releases/postreleaseassetuploadconfirmation.md
  • warning missing-ref reference to a missing file: references/releases/postreleaseassetuploadurl.md
  • warning missing-ref reference to a missing file: references/repocontributor/getrepocontributortrend.md
  • warning missing-ref reference to a missing file: references/repositories/archiverepo.md
  • warning missing-ref reference to a missing file: references/repositories/createrepo.md
  • warning missing-ref reference to a missing file: references/repositories/deleterepo.md
  • warning missing-ref reference to a missing file: references/repositories/getbyid.md
  • warning missing-ref reference to a missing file: references/repositories/getgroupsubrepos.md
  • warning missing-ref reference to a missing file: references/repositories/getpinnedrepobygroup.md
  • warning missing-ref reference to a missing file: references/repositories/getpinnedrepobyid.md
  • warning missing-ref reference to a missing file: references/repositories/getrepos.md
  • warning missing-ref reference to a missing file: references/repositories/getreposbyusername.md
  • warning missing-ref reference to a missing file: references/repositories/listforksrepos.md
  • warning missing-ref reference to a missing file: references/repositories/setpinnedrepobygroup.md
  • warning missing-ref reference to a missing file: references/repositories/setrepovisibility.md
  • warning missing-ref reference to a missing file: references/repositories/transferrepo.md
  • warning missing-ref reference to a missing file: references/repositories/unarchiverepo.md
  • warning missing-ref reference to a missing file: references/repositories/updaterepo.md
  • warning missing-ref reference to a missing file: references/security/getreposecurityoverview.md
  • warning missing-ref reference to a missing file: references/starring/getuserallstaredrepos.md
  • warning missing-ref reference to a missing file: references/starring/getuserstaredrepos.md
  • warning missing-ref reference to a missing file: references/starring/liststarusers.md
  • warning missing-ref reference to a missing file: references/users/autocompletesource.md
  • warning missing-ref reference to a missing file: references/users/getuserinfo.md
  • warning missing-ref reference to a missing file: references/users/getuserinfobyname.md
  • warning missing-ref reference to a missing file: references/users/listemail.md
  • warning missing-ref reference to a missing file: references/users/listgpgkeys.md
  • warning missing-ref reference to a missing file: references/users/updateuserinfo.md
  • warning missing-ref reference to a missing file: references/workspace/deleteworkspace.md
  • warning missing-ref reference to a missing file: references/workspace/getworkspacedetail.md
  • warning missing-ref reference to a missing file: references/workspace/listworkspaces.md
  • warning missing-ref reference to a missing file: references/workspace/startworkspace.md
  • warning missing-ref reference to a missing file: references/workspace/workspacestop.md
  • note frontmatter-key unknown frontmatter key "requires"

Process rating: all ten parameters 31/100

Will not run. References files that are not bundled: references/activities/getuseractivitiesbydate.md, references/activities/getuserrepoactivitydetails.md, references/activities/topcontributors.md
  • 0Tools and files. 147 referenced file(s) missing: references/activities/getuseractivitiesbydate.md, references/activities/getuserrepoactivitydetails.md, references/activities/topcontributors.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
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 191 mutating operations with no state check
  • 40Execution cost. Instruction body is 9611 tokens: crowds the task out of the window
  • 100Steps. 17 steps
  • 100Consistency. Name and required fields are in place
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • high The skill tells the model to perform an irreversible action with no human approval

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
  • -45 reference files, but SKILL.md never points to them: the model will not open them
  • +2Single-language instructions
  • +3Description length 169: enough signal without eating the budget
  • +4Structure: 257 headings
  • +3Step-by-step instructions: 17 items
  • +4Has examples (3 code blocks)
  • +1License stated

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

External checks

ClawHub: suspicious
This skill is a broad authenticated CNB API controller, and its automatic execution guidance lacks clear safeguards for destructive or state-changing actions.
LLM: suspicious (high) · VirusTotal: · 29 May 2026