BC task-manager
Task management based on Eisenhower Matrix + P0-P2 priority with Customer Project Management. Four quadrants for execution, separate Customer Project List for all customer work.
As a process C 56/100 · Has gaps — weak spots: when it triggers, inputs and preconditions, consistency
ProcedureInfrastructureOperations and projectstype and topics are labelled automatically from the skill text
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 6
✓ No critical or high findings
Medium and low: 6
-
low Secrets in code
secret-high-entropy-tokendashboard/package-lock.json:51High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…B4t+D+OBkj…bcE+mWTyvVV7D/zsdE…1Rw==",
detector -
low Secrets in code
secret-high-entropy-tokendashboard/package-lock.json:64High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…FFX/+gVeY…NlM++NqRc…bqg==",
detector -
low Secrets in code
secret-high-entropy-tokendashboard/package-lock.json:106High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…XgO/OSZV…lro+7Hf6…5Fj+EDe8gO/lxc1…xvA==",
detector -
low Secrets in code
secret-high-entropy-tokendashboard/package-lock.json:156High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…EPE+Ei8nl6/g4FB…DDo/DWp0…2Pw==",
detector -
low Secrets in code
secret-high-entropy-tokendashboard/package-lock.json:273High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…FrF+LTRo…W3g==",
detector -
low Dangerous commands
cmd-background-processdashboard/start.sh:105Starts a background / autostarted processnohup node server.js "${ARGS[@]}" > "$LOG_FILE" 2>&1 &
Files scanned: 21. 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") - note
frontmatter-keyunknown frontmatter key "repository"
Process rating: all ten parameters 56/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 20When it triggers. No condition that starts the skill
- 40Consistency. Frontmatter name (task-manager) differs from the folder (eisenhower-task-manager)
- 60Tools and files. Uses tools (bash) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 60Failures and branches. 2 branches
- 85Steps. 85 steps, 1 vague phrases
- 100Execution cost. Instruction body is 2666 tokens
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- 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)
- -2localhost URLs: will not work for another user
- -216 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +3Description length 177: enough signal without eating the budget
- +4Structure: 33 headings
- +3Step-by-step instructions: 85 items
- +3Output format is stated explicitly
- +4Has examples (9 code blocks)
- +4Reference files are cited in the instructions (7 of 7)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 74.
External checks
ClawHub: suspicious
The skill is a task manager, but its dashboard also exposes a browser-based shell with no visible authentication, which is powerful enough to run commands on the host.
LLM: suspicious (high) · VirusTotal: · 13 Jul 2026