Skip to main content
Back to the directory
semgrep/skillsSoftware EngineeringFrontend and Design

code-security

Comprehensive security rules for writing secure code across 15+ languages. Covers OWASP Top 10, infrastructure security, and coding best practices with 28 rule categories.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
671

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/semgrep/skills --skill code-security
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, code-security has 671 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: semgrep/skills. Canonical URL: https://skills.sh/semgrep/skills/code-security.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive security rules for writing secure code across 15+ languages. Covers OWASP Top 10, infrastructure security, and coding best practices with 28 rule categories. Proactive mode — When writing or reviewing code, automatically check for relevant vulnerabilities based on the language and patterns present. You don't need to wait for the user to ask about security. Reactive mode — When the user asks about security, use the categories below to find the relevant rule file, then read it for detailed vulnerable/secure code examples. When writing code in these languages, check these rules first: See rules/_sections.md for the full index with CWE/OWASP references. - Identify the language and what the code does (handles input? queries a DB? reads files?) - Check the relevant rules below — focus on Critical and High impact first - Read the specific rule file from rules/ for detailed code examples in that language - Apply the secure patterns, or flag the vulnerable patterns if reviewing - SQL Injection ( rules/sql-injection.md ) - Use parameterized queries, never concatenate user input - Command Injection ( rules/command-injection.md ) - Avoid shell commands with user input, use safe APIs - XSS ( rules/xss.md ) - Escape output, use framework protections - XXE ( rules/xxe.md ) - Disable external entities in XML parsers - Path Traversal ( rules/path-traversal.md ) - Validate and...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does code-security do?

Comprehensive security rules for writing secure code across 15+ languages. Covers OWASP Top 10, infrastructure security, and coding best practices with 28 rule categories.

Is code-security good?

code-security does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support code-security?

code-security currently lists compatibility with Skills CLI.

Is code-security safe to install?

code-security has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to code-security?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install code-security?

Run the following command to install code-security: npx skills add https://github.com/semgrep/skills --skill code-security

Related skills

Alternatives in Software Engineering