Good
0 critical
2 warnings
8 suggestions
99 passed
Domain scores
Anti-Slop
100
Accessibility
100
Enterprise
100
Issues
Warnings (2)
16.1-no-stop-conditionline 10
Complex skill lacks explicit stop conditions
Fix: Add stop/termination criteria (e.g., 'Stop after N iterations', 'Abort if error rate exceeds threshold')
19.3-generator-no-output-specline 10
Generator pattern detected but no output format specified
Fix: Document the output format (template, schema, or example output)
Suggestions (8)
16.3-no-rollbackline 10
State-modifying skill lacks rollback or recovery guidance
Fix: Add rollback instructions: how to undo changes if something goes wrong (e.g., git revert, backup/restore steps)
16.4-no-idempotencyline 10
Skill does not document whether it is safe to re-run
Fix: Add idempotency guidance: state whether running the skill twice produces the same result or causes side effects
3.3-name-single-wordline 2
Single-word names are less discoverable
Fix: Consider a two-word name like 'task-tracker' or 'code-reviewer'
18.1-no-confidence-signalline 1
No confidence signal found for orchestrator decision-making
Fix: Add confidence indicators (e.g., confidence: high/medium/low) so orchestrators can route or retry
18.2-no-progress-signalline 1
Complex skill lacks progress reporting checkpoints
Fix: Add progress signals (e.g., 'Step 2 of 5: validating input') for long-running workflows
4.3-output-formatline 1
Skill mentions output but doesn't specify format
Fix: Add an '## Output' section with format examples
7.4-no-version-pinline 50
Package installation without version pinning
Fix: Pin versions for reproducible builds (e.g., package@1.2.3)
9.5-desc-tokensline 3
Description is 127 tokens; aim for under 100
Fix: Make description more concise
OWASP Agentic (Cat 26)
Agent surface detected — performs consequential actions
2 warning
-
26.04-ASI04-unpinned-dep
warning
unpinned pip install "nf-core" (no version pin)
line 41
Fix: pin the version, e.g. pip install nf-core==X.Y.Z
-
26.05-ASI05-pipe-to-shell
warning
pipe-to-shell install (curl|sh / wget|bash) executes unverified remote code
line 31
Fix: remove dynamic code execution, or sandbox and verify the input before running it
ASI-01: skippedASI-02: skippedASI-03: skippedASI-04: failASI-05: failASI-06: skippedASI-07: skippedASI-08: skippedASI-09: skippedASI-10: skippedASI-11: skipped
Badges
skillcheck
passed
skillcheck
antislop 100
skillcheck
WCAG AA
skillcheck
WCAG AAA
skillcheck
enterprise