BF tung-shing-almanac
Plan real-life events with the Chinese Tung Shing (通勝) almanac — find the best dates for weddings, moving house, business launches & store openings, contract signings & major purchases (car / real estate), renovations & groundbreaking, C-sections, travel, and new-job starts. Also daily auspicious/avoid activities, 12 hour pillars, zodiac clash, 24 solar terms, and daily zodiac horoscopes — via the free 12Zodiacs.com API. JPL DE440s astronomical precision + 1739 imperial Xie Ji Bian Fang Shu canon. Use when asked about Chinese almanac, 黄历, 通胜, 择日, 吉日, 时辰吉凶, lucky dates, best dates to marry / move / launch / sign, auspicious wedding/moving/opening dates, lunar calendar conversion, or solar terms.
Plan real-life events with the Chinese Tung Shing (通勝) almanac — find the best dates for weddings, moving house, business launches & store openings, contract…
As a process F 28/100 · Will not run — References files that are not bundled: scripts/.cache/
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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".
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
- The text references files that are not there: add them or drop the references.
- 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 · 5
✓ No critical or high findings
Medium and low: 5
-
medium Exfiltration
net-credential-usescripts/almanac.sh:16Credential used in a network call (verify the destination is the intended service)curl -s "${API}/day?${DATE_Q}${KEY_Q}" | jq . -
medium Exfiltration
net-credential-usescripts/almanac.sh:20Credential used in a network call (verify the destination is the intended service)curl -s "${API}/hours?date=${ARG}${KEY_Q}" | jq . -
medium Exfiltration
net-credential-usescripts/almanac.sh:24Credential used in a network call (verify the destination is the intended service)curl -s "${API}/term?year=${ARG}${KEY_Q}" | jq . -
medium Exfiltration
net-credential-usescripts/almanac.sh:37Credential used in a network call (verify the destination is the intended service)curl -s "${API}/auspicious?activity=${ARG}&days=${DAYS}${WK_Q}${KEY_AQ}" | jq . -
medium Exfiltration
net-credential-usescripts/almanac.sh:49Credential used in a network call (verify the destination is the intended service)curl -s "${API}/personal-hours?zodiac=${ARG}${DATE_Q}${KEY_LQ}" | jq .
Files scanned: 7. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: scripts/.cache/
Process rating: all ten parameters 28/100
- 0Tools and files. 1 referenced file(s) missing: scripts/.cache/
- 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. 1 mutating operations with no state check
- 40Consistency. Frontmatter name (tung-shing-almanac) differs from the folder (tung-shing-almanac-skill)
- 100Steps. 11 steps
- 100Execution cost. Instruction body is 1267 tokens
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
- +2Single-language instructions
- +3Description length 703: enough signal without eating the budget
- +4Structure: 6 headings
- +3Step-by-step instructions: 11 items
- +4Has examples (2 code blocks)
- +4Reference files are cited in the instructions (1 of 1)
- +3All 2 scripts are documented
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 86.