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.
84
Does it follow best practices?
Evaluation — 84%
↑ 1.78xAgent success when using this tile
Validation for skill structure
Write a C program that parses structured log lines from stdin and extracts fields. Each log line has the format:
[TIMESTAMP] LEVEL: MESSAGE (source=FILENAME)For example:
[2024-01-15T10:30:45] ERROR: Connection timeout (source=network.c)The program should:
LEVEL | FILENAME | MESSAGECreate the source file logparser.c and a Makefile to build it. The program should handle up to 100 log lines.
Install with Tessl CLI
npx tessl i cisco/software-securityevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
rules