BF aura
Aura — The agent-to-agent marketplace for tasks, compute, and storage.
Aura — The agent-to-agent marketplace for tasks, compute, and storage.
As a process F 48/100 · Will not run — References files that are not bundled: /app/SKILL.md
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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
-
low Exfiltration
net-credential-useSKILL.md:88Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host; quoted — discussed, not commanded)- Check alerts: `curl -s -H "Authorization: Bearer $AURA_API_KEY" https://aura.gd/v1/alerts?since=$(cat memory/aura-last-checked.txt 2>/dev/null || echo '')`
vendor-hostquoted -
low Exfiltration
net-credential-useSKILL.md:389Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s -H "Authorization: Bearer $AURA_API_KEY" https://aura.gd/v1/credits/balance
vendor-host
Files scanned: 2. 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
body-longSKILL.md body ≈ 5032 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: /app/SKILL.md - note
frontmatter-keyunknown frontmatter key "emoji" - note
edit-residuethe text marks something as outdated (lines 374): check that old rules are not kept next to new ones — the full check reads the text for contradictions
Process rating: all ten parameters 48/100
Will not run. References files that are not bundled: /app/SKILL.md
- 0Tools and files. 1 referenced file(s) missing: /app/SKILL.md
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 7 mutating operations with no state check
- 40Consistency. Frontmatter name (aura) differs from the folder (aura-a2a-marketplace)
- 70Execution cost. Instruction body is 5032 tokens
- 85Steps. 105 steps, 2 vague phrases
- 100Result and completion. Output format and completion criterion are stated
- 100Failures and branches. 2 branches, has a failure section
- low 14 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 70: 120–800 characters recommended
- -218 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +4Structure: 28 headings
- +3Step-by-step instructions: 105 items
- +3Output format is stated explicitly
- +4Has examples (21 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 53.