CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

cisco/software-security

A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.

83%

Average

Evaluation84%

1.79x

Agent success when using this tile

Overview
Review
Evals
Files

task.mdevals/scenario-1/

Task: Implement User Registration Endpoint

Build a Python (Flask or FastAPI) endpoint for user registration. The endpoint should:

  1. Accept a JSON payload with username, email, and password
  2. Hash the password before storing it
  3. Store the user record in a PostgreSQL database
  4. Return the created user (without the password hash)

Create the implementation in a file called app.py. Include the database connection setup and the registration endpoint handler.

tessl i cisco/software-security@1.2.5

evals

scenario-1

rubric.json

task.md

LANGUAGE_RULES.md

SKILL.md

tile.json