GoldenWing-360

38 mods across 1 repository, 16 stars between them.

log-strategy

25

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Design logging that supports investigations without becoming a privacy liability. Covers what to log and what never to log (PII, secrets), structured logging, retention tiers, centralization choices, alert routing, and the operational-versus-access-versus-audit log split. Invoke when starting a new service, when…

16 29d ago A 78 tokens original MIT

mcp-security

26

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Audit Model Context Protocol server configurations and apply least-privilege scoping. Covers MCP inventory, capability risk-tiering, secret detection in configuration, malicious or compromised package indicators, and the lifecycle from install through rotation to revocation. Invoke before granting an MCP write access…

16 29d ago A 71 tokens original MIT

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Secure NATS, RabbitMQ, Kafka, and similar message buses against misconfiguration and cross-tenant leakage. Covers account or vhost isolation, deny-default subject and topic permissions, producer and consumer authentication, replay protection, consumer-side idempotency, and encryption in transit and at rest. Invoke…

16 29d ago A 86 tokens original MIT

nextjs-security

28

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Find Next.js-specific security issues across App Router, Pages Router, and Server Actions. Covers the middleware-bypass class, NEXTPUBLIC environment leakage, RSC over-fetch, CSP for App Router, open redirects, and next/image SSRF via permissive remotePatterns. Invoke when reviewing a Next.js app before launch, after…

16 29d ago A 79 tokens original MIT

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Secure object storage buckets on S3, Cloudflare R2, GCS, and MinIO against public exposure and credential abuse. Covers public access audit, bucket policy vs ACL vs IAM, presigned URLs with scoped credentials, CORS for direct browser upload, encryption choices, versioning and object lock, and access logging. Invoke…

16 29d ago A 93 tokens original MIT

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Harden Payload CMS deployments against access-control and upload-related issues. Covers collection and field-level access functions, hook safety, file upload validation, GraphQL and REST surface, admin UI exposure, and multi-tenant isolation strategies. Invoke before shipping a Payload app to production, opening admin…

16 29d ago A 74 tokens original MIT

postgres-hardening

31

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Harden a PostgreSQL deployment whether managed or self-hosted. Covers pghba network and authentication rules, role separation (read-only, read-write, migration), row-level security for multi-tenant data, TLS configuration, backup encryption, and pgaudit logging. Invoke when provisioning a new Postgres, before opening…

16 29d ago A 86 tokens original MIT

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Contain direct and indirect prompt injection in LLM-integrated applications. Covers source-of-trust tagging, tool-use confirmation after untrusted input, output validation, markdown-image exfiltration prevention, and context-window hygiene. Invoke when building any app where untrusted text reaches an LLM, when the LLM…

16 29d ago B 81 tokens original MIT

rag-security

33

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Secure the trust boundaries RAG adds beyond a plain LLM app. Covers retrieval-time document authorization, tenant isolation in vector databases, indirect injection via retrieved content, ingestion poisoning, citation and embedding leakage, stale-permission drift, and grounding integrity. Invoke when building or…

16 29d ago A 84 tokens original MIT

secret-hygiene

34

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Find, rotate, and prevent leaked credentials across repositories and disk. Covers leak detection with gitleaks and trufflehog, rotation order (the leaked secret first, then outward), git history purge with git-filter-repo, and prevention via pre-commit scanning. Invoke when a secret was committed to git, when a…

16 29d ago D 79 tokens original MIT

site-server-audit

35

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Audit a public-facing site or server for common misconfigurations without sending exploit traffic. Covers DNS hygiene, TLS and HSTS, security headers, exposed paths (.git, .env, backups), cookie flags, and software fingerprinting. Invoke when onboarding a new client site, before launch, after infrastructure changes…

16 29d ago B 74 tokens original MIT

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Verify and process Stripe webhooks safely against the real-world failure modes. Covers signature verification against the raw body, idempotency keys, replay protection, event-type allowlists, the partial-refund and dual-currency traps, and re-fetching authoritative state from Stripe for real-money actions. Invoke when…

16 29d ago A 86 tokens original MIT

vps-hardening

37

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Baseline-harden a Debian or Ubuntu VPS in roughly thirty minutes. Covers SSH key-only authentication, UFW firewall, fail2ban with web-app jails, unattended security upgrades, kernel sysctls, journalctl retention, and sudo policy. Invoke when provisioning a new VPS, inheriting one without documented hardening, or…

16 29d ago A 79 tokens original MIT

wordpress-hardening

38

GoldenWing-360/claude-security-skills

Skill Claude CodeCodex

Detect and contain WordPress compromises, then harden the install against re-entry. Covers webshell detection across the Sid Gifari, WSO, FilesMan, b374k and c99 families, backdoored mu-plugins, malicious admin accounts, and shared-hosting lateral-movement defense. Invoke when a WordPress site shows unexpected files…

16 29d ago A 93 tokens original MIT