NovaCode37

8 mods across 1 repository, 11 stars between them.

cors-auditor

01

NovaCode37/claude-security-skills

Skill Claude CodeCodex

Audit a site's Cross-Origin Resource Sharing (CORS) configuration for misconfigurations — wildcard origin with credentials, reflected arbitrary Origin, the 'null' origin, overly broad allowed methods, and risky credentialed CORS. Use when the user asks to "check my CORS config", "is my API's CORS safe", "test for CORS…

11 2mo ago A 89 tokens original MIT

dependency-check

02

NovaCode37/claude-security-skills

Skill Claude CodeCodex

Audit project dependencies for known-vulnerable versions and risky pinning. Parses requirements.txt and package.json, matches a bundled offline advisory DB, optionally queries OSV.dev live, and warns about unpinned versions. Use when the user asks to "check dependencies for vulnerabilities", "audit my requirements.txt…

11 2mo ago A 81 tokens original MIT

dockerfile-scan

03

NovaCode37/claude-security-skills

Skill Claude CodeCodex

Scan a Dockerfile for insecure build patterns — running as root, unpinned or :latest base images, ADD from remote URLs, piping curl/wget into a shell, hardcoded secrets in ENV/ARG, world-writable chmod 777, and sudo usage. Use when the user asks to "review my Dockerfile", "is this container image secure", "lint my…

11 2mo ago D 96 tokens original MIT

http-sec-audit

04

NovaCode37/claude-security-skills

Skill Claude CodeCodex

Audit a website's HTTP security headers and cookie flags — CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, COOP/COEP, version-leaking banners, and Secure/HttpOnly/SameSite cookies. Use when the user asks to "check my site's security headers", "audit HTTP headers", "is my…

11 2mo ago A 101 tokens original MIT

jwt-inspector

05

NovaCode37/claude-security-skills

Skill Claude CodeCodex

Decode and security-audit a JSON Web Token — flag alg=none, missing/excessive expiry, symmetric-alg confusion risk, missing claims — and attempt an offline HMAC secret crack against a wordlist to detect weak signing keys. Use when the user asks to "decode this JWT", "is this token secure?", "audit a JWT", or "check if…

11 2mo ago A 85 tokens original MIT

NovaCode37/claude-security-skills

Skill Claude CodeCodex

Red-team an LLM application against prompt injection and jailbreaks using a curated, categorized payload library and canary-based detection, then produce a resilience score. Use when the user asks to "test my chatbot for prompt injection", "check if my AI app is jailbreakable", "red-team my LLM", "evaluate…

11 2mo ago A 84 tokens original MIT

sast-lite

07

NovaCode37/claude-security-skills

Skill Claude CodeCodex

Static security analysis for Python source via AST walking — finds command injection, insecure deserialization, eval/exec, weak crypto, SQL injection, disabled TLS verification, hardcoded secrets and more, each tagged with a CWE. Use when the user asks to "audit this code for vulnerabilities", "run a SAST scan"…

11 2mo ago A 82 tokens original MIT

secret-scanner

08

NovaCode37/claude-security-skills

Skill Claude CodeCodex

Scan a codebase for hardcoded secrets — API keys, tokens, private keys and passwords — using a custom regex + Shannon-entropy engine. Use when the user asks to "find secrets", "check for leaked credentials", "scan for API keys", do a pre-commit secret check, or audit a repo before making it public.

11 2mo ago A 72 tokens original MIT