CtrlK
BlogDocsLog inGet started
Tessl Logo

sql-injection

Hunt SQL injection (CWE-89) via source-level taint tracking. Covers string concat, format-string, ORM raw queries, second-order injection, and NoSQL injection in MongoDB/DynamoDB.

69

Quality

85%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

96%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A dense, executable security playbook that respects the token budget and ships concrete commands plus a validation contract; its only weakness is that progressive disclosure relies on a single inlined file rather than split references.

Suggestions

Consider extracting the per-language sinks table or the CVSS matrix into a reference file and signaling it from SKILL.md to bring progressive_disclosure to a clean 5.

Keep the validation contract pattern (success/negative patterns) as a model for future audit skills — it is exactly the feedback loop the rubric rewards.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — every section delivers actionable signal (sinks table, grep patterns, PoC curl) with only minimal editorial framing like 'Classic, still the king'; no padding explaining what SQL injection is.

5 / 5

Actionability

Fully executable guidance: concrete `semgrep`/`grep -rE` commands with exact patterns, copy-paste curl PoCs, and a safe-vs-dangerous API table per language/framework — covers the common cases directly.

5 / 5

Workflow Clarity

Clear sequenced hunt flow (Sources → Sinks → Audit steps → PoC → validate) with an explicit validate_finding contract including success_patterns, negative_command, and negative_patterns forming a real validation feedback loop.

5 / 5

Progressive Disclosure

No bundle files exist, so structure is self-contained; sections are clearly headed and navigable with no nested references, but the ~110-line body is longer than the under-50-line simple-skill exception, so it is not a clean 5.

4 / 5

Total

19

/

20

Passed

Description

75%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A specific, distinctive description that names concrete hunt techniques and DB targets, but it omits an explicit 'Use when...' trigger clause, capping completeness at 3.

Suggestions

Add an explicit 'Use when the user asks to hunt SQL injection / SQLi (CWE-89), audit raw queries, or investigate taint flows into DB sinks.' clause to the description so the 'when' is in the description, not just metadata.

Work a natural synonym like 'SQLi' directly into the description body so trigger-term coverage does not depend on the metadata when_to_use field.

DimensionReasoningScore

Specificity

The description enumerates multiple concrete hunt actions and variants — 'source-level taint tracking', 'string concat, format-string, ORM raw queries, second-order injection, and NoSQL injection in MongoDB/DynamoDB' — giving comprehensive, concrete coverage.

5 / 5

Completeness

The 'what' is clearly stated but there is no explicit 'Use when...' trigger clause in the description; per the rubric a missing explicit when-guidance caps completeness at 3, even though metadata carries trigger terms.

3 / 5

Trigger Term Quality

Natural terms like 'SQL injection', 'CWE-89', and 'NoSQL injection' appear, and the metadata when_to_use supplies 'sqli', 'mongodb', 'dynamodb'; the description itself could include more natural synonyms ('SQLi') but has good keyword coverage.

4 / 5

Distinctiveness Conflict Risk

The CWE-89 SQL-injection niche with named variants and DBs is clearly distinct from sibling web skills and unlikely to trigger for the wrong skill.

5 / 5

Total

17

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
PurpleAILAB/Decepticon
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.