BF investment-framework
[何时使用]当用户需要进行投资价值分析时;当用户询问"这家公司值得投资吗"时;当用户需要资产配置建议时;当用户想做投资决策但需要检查逻辑时;当用户想识别长期趋势和机会时;当用户需要评估市场经济专利时;当需要行业专用指标分析时
As a process F 29/100 · Will not run — References files that are not bundled: references/graham-principles.md, references/buffett-moat.md, references/munger-models.md
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 skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 2
✓ No critical or high findings
Medium and low: 2
-
medium Broad scope
meta-broad-allowed-toolsSKILL.md:1Broad tool permissions pre-approved: Bashallowed-tools: Bash Read Write Exec WebSearch
-
low Dangerous commands
cmd-cron-mentionCLAWHUB_CRON_SETUP.md:70Mentions editing / listing crontabcrontab -l | grep clawhub
Files scanned: 23. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
missing-refreference to a missing file: references/graham-principles.md - warning
missing-refreference to a missing file: references/buffett-moat.md - warning
missing-refreference to a missing file: references/munger-models.md - warning
missing-refreference to a missing file: references/malkiel-allocation.md - warning
missing-refreference to a missing file: references/kk-prediction.md - warning
missing-refreference to a missing file: examples/tech-company-analysis.md - warning
missing-refreference to a missing file: examples/consumer-company-analysis.md - warning
missing-refreference to a missing file: examples/trend-analysis.md - warning
missing-refreference to a missing file: examples/allocation-cases.md - warning
missing-refreference to a missing file: templates/investment-report-template.md - warning
missing-refreference to a missing file: templates/decision-checklist-template.md - warning
missing-refreference to a missing file: templates/allocation-plan-template.md - note
frontmatter-keyunknown frontmatter key "created" - note
frontmatter-keyunknown frontmatter key "updated" - note
frontmatter-keyunknown frontmatter key "skill_type" - note
frontmatter-keyunknown frontmatter key "related_skills"
Process rating: all ten parameters 29/100
- 0Tools and files. 12 referenced file(s) missing: references/graham-principles.md, references/buffett-moat.md, references/munger-models.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
- 40Consistency. Frontmatter name (investment-framework) differs from the folder (investment-framework-skill)
- 70Execution cost. Instruction body is 4720 tokens
- 100Steps. 113 steps
- 100Running it twice. No mutating operations
- low 13 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)
- +3Description length 112: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -248 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +4Structure: 53 headings
- +3Step-by-step instructions: 113 items
- +4Has examples (37 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 52.