security-audit

Scan dependencies, code, CI/CD, and LLM integrations for security issues.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/tcytan/tecton --skill security-audit-tcytan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/tcytan/tecton/tree/main/.claude/skills/security-audit
Command: npx skills add https://github.com/tcytan/tecton --skill security-audit-tcytan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you proactively find security weaknesses by combining supply-chain checks, OWASP Top 10 code review, and STRIDE threat modeling into scored, structured audit outputs.

Core Features & Use Cases

  • Supply chain risk scanning: dependency vulnerability auditing plus secrets detection, CI/CD workflow review, and LLM/prompt-injection risk checks with structured JSON output.
  • OWASP Top 10 review: systematic category coverage using CCW CLI analysis augmented by targeted pattern scans.
  • STRIDE threat modeling: maps threats to architecture components, identifies trust boundaries, and produces a consolidated threat model artifact.
  • Trend-tracked reporting: aggregates findings into dated reports in .workflow/.security/ for regression monitoring and gate evaluation.

Quick Start

Run a comprehensive audit by asking the AI to execute the four phases sequentially and write the final scored report into .workflow/.security/.

Frequently Asked Questions about security-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OWASP Top 10 code review and STRIDE threat modeling for my project?

To automate OWASP Top 10 code review and STRIDE threat modeling, this Skill scans dependencies, code, and CI/CD configuration sequentially, applying targeted pattern scans to map threats to architecture components and generate structured JSON findings.

What is the best way to scan CI/CD configuration and dependencies for supply chain security risks?

Scanning CI/CD configuration and dependencies for supply chain security risks involves auditing dependency vulnerabilities and detecting secrets, then outputting structured JSON artifacts like supply-chain-report.json for regression monitoring and gate evaluation.

Can I generate structured JSON audit reports that track security findings over time?

Yes, you can generate structured JSON audit reports that track security findings over time by consolidating supply-chain, OWASP, and threat-model artifacts into dated audit-report-{date}.json files stored in the .workflow/.security/ directory.

Does this security auditing approach detect LLM and prompt injection risks?

Yes, this security auditing approach detects LLM and prompt injection risks by including LLM integration checks within its supply-chain risk scanning phase, evaluating potential prompt-injection vulnerabilities alongside CI/CD workflow and secrets detection.

What is STRIDE threat modeling and how does it map threats to architecture components?

STRIDE threat modeling is a structured technique that maps threats to architecture components by identifying trust boundaries, categorizing spoofing, tampering, repudiation, information disclosure, denial of service, and elevation of privilege risks, outputting a consolidated threat-model.json artifact.