DmitrL-devDmitrL-devCommunityΒ·5 Agent Skills Included

AISecurity

Security audits, code review, and test-driven development checks

Audits AI agent codebases against the OWASP Agentic Top 10 checklist, covering prompt injection, unsafe tool execution, and missing guardrails. Runs automated reviewer-fixer loops and two-stage code reviews that separate spec compliance from code quality. Enforces test-driven development rules so no production code ships without a failing test first.
npx skills add DmitrL-dev/AISecurity --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install AISecurity?β–Ό

Run `npx skills add DmitrL-dev/AISecurity --all -g -y` in your terminal to install all skills in this suite globally.

How to audit an AI agent for security risks?β–Ό

The Agent Security Audit skill checks your codebase against the OWASP Agentic Top 10, flagging issues like prompt injection, uncontrolled tool execution, and missing rate limits with severity ratings and fixes.

What is the QA Fix Loop skill?β–Ό

It runs an autonomous cycle where a reviewer finds issues and a fixer corrects them, repeating until the code passes or escalating to a human after three iterations.

How does two-stage code review work?β–Ό

It splits review into two passes: first checking the code meets the specification, then checking code quality, so neither type of problem gets overlooked.

Does AISecurity enforce test-driven development?β–Ό

Yes. The TDD Enforcement skill applies the rule that no production code is written without a failing test first, following the red-green-refactor cycle.

Related Repositories in Software Engineering

View All in Software Engineering→