CtrlK
BlogDocsLog inGet started
Tessl Logo

product-factory/security

Apply this skill when writing or reviewing any code that touches user input, authentication, database access, API routes, server actions, middleware, environment variables, or external data in a Next.js + TypeScript + Drizzle application. Triggers on requests like "add authentication", "handle user input", "create an API route", "store this in the database", "handle file uploads", "add permissions", "is this safe", or any feature that involves data flowing in from outside the application. Use proactively — security decisions must not be deferred.

80

Quality

80%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

Overview
Skills
Evals
Files

tile.json

{
  "name": "product-factory/security",
  "version": "0.2.0",
  "private": false,
  "summary": "Apply this skill when writing or reviewing any code that touches user input, authentication, database access, API routes, server actions, middleware, environment variables, or external data in a Next.js + TypeScript + Drizzle application. Triggers on requests like \"add authentication\", \"handle user input\", \"create an API route\", \"store this in the database\", \"handle file uploads\", \"add permissions\", \"is this safe\", or any feature that involves data flowing in from outside the application. Use proactively — security decisions must not be deferred.",
  "skills": {
    "security": {
      "path": "SKILL.md"
    }
  }
}

Install with Tessl CLI

npx tessl i product-factory/security@0.2.0

SKILL.md

tile.json