security-patterns
Review Code with Security Patterns
Security reviews can miss common web application risks when guidance is scattered. This skill gives Claude, Codex, and Claude Code a focused OWASP-based checklist with examples and local audit scripts.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "security-patterns" from https://skillstore.io/skills/0xdarkmatter-security-patterns.md and its manifest at https://skillstore.io/api/skills/0xdarkmatter-security-patterns/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "security-patterns". Review this API endpoint for security risks.
Expected outcome:
- Access control needs a server-side owner check before returning the record.
- The SQL query should use parameters instead of string formatting.
- Add a rate limit if this endpoint can trigger expensive work.
Using "security-patterns". Check our web security headers.
Expected outcome:
- Add a restrictive Content-Security-Policy with default-src self.
- Enable HSTS after confirming HTTPS works for all subdomains.
- Remove X-Powered-By and test the deployed headers with a scanner.
Using "security-patterns". Review our password storage approach.
Expected outcome:
- Use bcrypt, Argon2, or scrypt with a current work factor.
- Do not use MD5 or SHA1 for password hashing.
- Store reset tokens as hashes and expire them after a short time.
Security Audit
CriticalThe skill is primarily defensive security documentation with local scanning scripts. Most static findings are false positives caused by intentionally unsafe examples, scanner regexes, or standard audit commands, but several copyable unsafe examples remain confirmed risks for marketplace presentation.
Confirmed security concerns (3)
Capability review items (3)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Network access (14)
๐ Env variables (22)
โ๏ธ External commands (32)
โก Contains scripts (5)
๐ Filesystem access (10)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/0xdarkmatter-security-patterns/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/0xdarkmatter-security-patterns?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/0xdarkmatter-security-patterns?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/0xdarkmatter-security-patterns/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/0xdarkmatter-security-patterns.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
0xDarkMatter. (2026). security-patterns security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/0xdarkmatter-security-patterns/audits/9BibTeX citation
@techreport{0xdarkmatter-0xdarkmatter-security-patterns-2026,
author = {0xDarkMatter},
title = {security-patterns security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/0xdarkmatter-security-patterns/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "security-patterns security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "0xDarkMatter"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/0xdarkmatter-security-patterns/audits/9"
identifiers:
- type: other
value: "skillstore:0xdarkmatter-security-patterns:audit:9"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Review a web feature before merge
Use the OWASP checklist to inspect access control, injection, authentication, logging, and SSRF risks before approving code.
Harden application defaults
Apply secure header, session, and cookie guidance when preparing a service for production.
Teach secure implementation patterns
Compare unsafe and safer examples for authentication, cryptography, and input handling during code coaching.
Try These Prompts
Use the security-patterns skill to review this feature for OWASP Top 10 risks. Focus on input validation, authorization, and secrets.
Use the authentication patterns to review this login and session code. Check password hashing, cookies, rate limiting, JWT handling, and account lockout.
Use the crypto patterns to evaluate this encryption and signing code. Identify weak algorithms, key storage problems, nonce reuse, and unsafe custom crypto.
Use this skill as a pre-release checklist. Review OWASP risks, security headers, dependency exposure, secrets handling, and provide prioritized remediation steps.
Best Practices
- Start with the OWASP checklist, then inspect framework-specific details in the reference files.
- Treat every unsafe example as a pattern to remove, not a template to copy.
- Run dependency and grep scripts only on trusted local repositories and review results manually.
Avoid
- Do not assume the scanner output is complete or free of false positives.
- Do not paste wrong examples into production code without the surrounding warning context.
- Do not use the skill as a substitute for testing authorization, authentication, and cryptographic behavior.
Frequently Asked Questions
What does this skill help with?
Does it run a full security scanner?
Can it find every vulnerability?
Are the scripts safe to run?
Why are unsafe examples included?
Which assistants can use it?
Developer Details
Author
0xDarkMatterLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
1ffa7643651792ccb4bd3b15d924d2c97edff755
Maintenance freshness
7/18/2026
Usage
19 downloads ยท 230 views
File structure
๐ references/
๐ auth-patterns.md
๐ crypto-patterns.md
๐ owasp-detailed.md
๐ secure-headers.md
๐ scripts/
๐ dependency-audit.sh
๐ security-scan.sh
๐ SKILL.md