Good
0 critical
2 warnings
8 suggestions
100 passed
Domain scores
Anti-Slop
80
Accessibility
100
Enterprise
100
Issues
Warnings (2)
5.1-no-style-sectionline 1
No writing style section found
Fix: Add a '## Writing Style' or '## Anti-Slop' section
16.1-no-stop-conditionline 12
Complex skill lacks explicit stop conditions
Fix: Add stop/termination criteria (e.g., 'Stop after N iterations', 'Abort if error rate exceeds threshold')
Suggestions (8)
5.2-no-do-dontline 1
Missing DO/DON'T lists for style guidance
Fix: Add explicit DO and DON'T lists for writing patterns
16.3-no-rollbackline 12
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 12
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
17.1-no-input-contractline 12
No input contract found; unclear what data the skill expects
Fix: Document what the skill expects as input (format, required fields, constraints)
17.2-no-output-contractline 12
No output contract found; unclear what the skill produces
Fix: Document what the skill produces (format, structure, side effects)
3.4-gerund-namingline 2
Skill name could use gerund form for clarity
Fix: Consider gerund-style names like 'processing-pdfs' or 'analyzing-logs' (per best practices)
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
18.3-no-structured-outputline 1
No structured output format defined for machine consumption
Fix: Define a structured output format (JSON, YAML, or table) so downstream tools can parse results
OWASP Agentic (Cat 26)
Agent surface detected — declares tool beyond Read/Glob/Grep: Read Write Edit Bash Glob Grep; performs consequential actions
2 warning
-
26.09-ASI09-destructive-no-gate
warning
destructive op "overwrite" has no confirmation/approval gate within +/-10 lines
line 146
Fix: add an explicit human-approval gate (STOP:, AskUserQuestion, confirm) before the destructive op
-
26.10-ASI10-safeguard-disable
warning
safeguard-disabling instruction "--force" with no explicit user-approval note
line 184
Fix: require explicit user approval before disabling a safeguard, or remove the bypass
ASI-01: skippedASI-02: skippedASI-03: skippedASI-04: skippedASI-05: skippedASI-06: skippedASI-07: skippedASI-08: skippedASI-09: failASI-10: failASI-11: skipped
Badges
skillcheck
passed
skillcheck
✕ antislop 100
skillcheck
WCAG AA
skillcheck
WCAG AAA
skillcheck
enterprise