SKILLEMALL.ai

BB query-policy-deepseek

This skill should be used when the user asks to query or search for "科技特长生升学政策" (technology/specialty student admission policies), batch query education policies by region, or execute the query_policy_v2.py script. It provides the core DeepSeek API integration for fetching programming/technology specialty student policies for primary and secondary school admissions in China.

ClawHub Agent Skills author: 酒不换桃花 v1.0.0 MIT-0 4 files body ≈ 565 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process B 68/100 · Nearly there — weak spots: inputs and preconditions, failures and branches, progress reporting

IntegrationInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
89/100
safety, quality, tests
Safety 60%
94
Quality 40%
81
Run on models
none yet
Process rating
B
68/100
Nearly there
Inputs and preconditions w 11
0
Failures and branches w 10
0
Progress reporting w 2
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.

Secrets in code 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 files contain someone else's key or token. If it is live, your agent will call third-party services under a stranger's identity; if it was revoked, the skill's scripts simply fail. Such a key often arrives with the author's whole workspace, personal data included.

For the author

The key is visible to everyone who downloaded the skill and has likely been copied by catalog-scanning bots already. Revoke it now, check bills and access logs, then reissue.

How to improve

    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 Secrets in code secret-labelled-token scripts/query_policy_v2.py:9
      Labelled token / key literal (vendor format unknown — verify it is not a live credential)
      api_key = 'sk-1…f13'
    • low Secrets in code secret-password-literal scripts/query_policy_v2.py:9
      Hard-coded password / key literal (may be an example)
      api_key = 'sk-1…f13'

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

    Against the Agent Skills spec

    • note frontmatter-key unknown frontmatter key "agent_created"

    Process rating: all ten parameters 68/100

    • 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
    • 60Result and completion. Output format stated, no completion criterion
    • 70When it triggers. States when to use, but not when not to
    • 100Tools and files. No external tools needed
    • 100Steps. 32 steps
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 565 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)
    • -4Absolute local paths (C:\Users, /home/…): not portable
    • -41 reference files, but SKILL.md never points to them: the model will not open them
    • +1No license
    • +2Single-language instructions
    • +3Description length 377: enough signal without eating the budget
    • +4Structure: 11 headings
    • +3Step-by-step instructions: 32 items
    • +3Output format is stated explicitly
    • +4Has examples (2 code blocks)
    • +3All 1 scripts are documented

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

    External checks

    ClawHub: suspicious
    The skill’s main purpose is coherent, but it exposes a plaintext DeepSeek API key and uses hardcoded local paths that can overwrite files.
    LLM: suspicious (high) · VirusTotal: · 29 May 2026