CtrlK
BlogDocsLog inGet started
Tessl Logo

juliusbrussee/caveman

Compressed caveman-style prose for AI coding agents — cuts ~65% output tokens while keeping full technical accuracy

96

1.00x
Quality

100%

Does it follow best practices?

Impact

96%

1.00x

Average score across 38 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

criteria.jsonevals/scenario-24/

{
  "context": "Tests whether the response identifies the SQL injection vulnerability and provides the correct fix.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Identifies SQL injection",
      "description": "Identifies that string interpolation of req.params.id into the SQL query creates a SQL injection vulnerability",
      "max_score": 20
    },
    {
      "name": "Recommends parameterized queries",
      "description": "Recommends using parameterized/prepared statements (e.g., $1 placeholder or ? with parameter array) as the fix",
      "max_score": 15
    },
    {
      "name": "Shows fixed code",
      "description": "Provides a corrected code example using parameterized queries",
      "max_score": 10
    },
    {
      "name": "Mentions missing error handling",
      "description": "Notes the missing .catch() or try/catch for the database query promise",
      "max_score": 8
    },
    {
      "name": "No incorrect information",
      "description": "Response does not contain factually wrong security advice",
      "max_score": 10
    }
  ]
}

evals

README.md

SKILL.md

tile.json