Armory
Source
Browse
Skills

security-best-practices

Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install security-best-practices --cli claude

writes the skill into.claude/skills/security-best-practices/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/security-best-practices/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.

When to use it

Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/security/security-best-practices/SKILL.md -o .claude/skills/security-best-practices/SKILL.md

Notes

Extracted from davila7/claude-code-templates, security-best-practices category.