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-3/

Task: Create Kubernetes Deployment for a Web API

Write Kubernetes manifests for deploying a REST API service called order-service in the ecommerce namespace. The service:

  • Uses the image registry.example.com/order-service:2.1.0
  • Listens on port 8080
  • Needs to write temporary files to /tmp for request processing
  • Should be accessible only from the api-gateway service in the same namespace
  • Runs 3 replicas

Create a file called k8s-manifests.yaml containing all necessary Kubernetes resources (Deployment, Service, and any other resources needed). Use production-ready settings.

tessl i cisco/software-security@1.2.5

evals

LANGUAGE_RULES.md

SKILL.md

tile.json