ShieldNet-360

32 mods across 1 repository, 22 stars between them.

ShieldNet-360/secure-vibe

Instructions file CodexOpenCode

Instructions for ShieldNet-360/secure-vibe, covering instructions for securevibe (secure-vibe), guidelines for contributors using ai, guidelines for ai agents, permitted usage and forbidden usage.

22 18d ago A 1,449 tokens original MIT

api-security

02

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

OWASP API Top 10 for HTTP, GraphQL, and gRPC endpoints: input validation, route rate limiting, mass assignment, response caching, and gateway-versus-service control placement. Use when generating or reviewing HTTP handlers, GraphQL resolvers, gRPC service methods, or any API endpoint change.

22 18d ago A 62 tokens original MIT

auth-security

03

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Authentication and authorization: JWT, OAuth 2.0 / OIDC, session management, CSRF, password hashing, MFA, and object-level / function-level authorization (BOLA, IDOR) — confirming the caller may access the specific resource they asked for. Use when generating login, signup, or password-reset flows, issuing or…

22 18d ago A 97 tokens original MIT

cicd-security

04

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Harden GitHub Actions, GitLab CI, and similar pipelines against supply-chain attacks, secret exfiltration, and pwn-request abuse. Use when authoring or reviewing workflow files, adding a third-party action, image, or script, wiring cloud or registry credentials into CI, or triaging a suspected pipeline compromise.

22 18d ago B 65 tokens original MIT

container-security

05

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Hardening for Dockerfiles, OCI images, Kubernetes manifests, and Helm charts. Use when generating a Dockerfile or image build, writing Kubernetes, Helm, or Kustomize manifests, or reviewing container changes in a pull request.

22 18d ago C 46 tokens original MIT

cors-security

06

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Strict CORS: no wildcard with credentials, exact-match origin allowlists, sane preflight cache, minimal exposed headers. Use when generating CORS middleware or framework config, setting CORS headers in API Gateway, CloudFront, or Nginx, or reviewing a cross-origin browser-facing endpoint.

22 18d ago A 59 tokens original MIT

crypto-misuse

07

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Block weak ciphers, predictable RNG, undersized keys, fast-hash password storage, nonce reuse, and non-constant-time comparison. Use when generating code that hashes, encrypts, or signs, code that compares secrets, MACs, or tokens, or config for key sizes and randomness.

22 18d ago A 60 tokens original MIT

database-security

08

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Prevent SQL and NoSQL injection, unsafe ORM and raw-query use, over-privileged database identities, weak tenant isolation, and unauthenticated database transport. Use when generating SQL or raw query strings, NoSQL filters, ORM models or queries, database migration files, or connection strings.

22 18d ago A 58 tokens original MIT

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Block unsafe deserialization and unsafe XML parsing in Java, Python, .NET, PHP, and Ruby: gadget chains, unrestricted type resolution, external entity expansion, and safer formats. Use when parsing or deserializing data from an untrusted source, wiring cookies, sessions, queues, or RPC payloads, or reviewing pickle…

22 18d ago A 83 tokens original MIT

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Confirm or refute a vulnerability candidate against a live target with a deterministic probe, respecting authorization and scope. Use when a SAST or LLM review flags a possible injection or SSRF, when triaging a finding before filing a bug or shipping a fix, or when a verification result turns out wrong.

22 18d ago A 61 tokens original MIT

electron-security

11

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Harden Electron: renderer trust boundary (nodeIntegration, contextIsolation, sandbox), build-time fuses, contextBridge and IPC allowlists, shell.openExternal, navigation guards, deep-link auth, safeStorage. Use when generating main-process code, a preload script, or custom-protocol handlers, when packaging a release…

22 18d ago A 73 tokens original MIT

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Decide what an error tells the client and what stays server-side: no stack traces, SQL, or paths in responses, no silent suppression, and no distinction between outcomes that would reveal protected state. Use when generating HTTP, GraphQL, or RPC error handlers, exception, panic, or rescue blocks, or configuring…

22 18d ago A 67 tokens original MIT

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Accept, store, process, and serve user uploads safely: type-appropriate content validation, decompression limits, generated storage keys, quarantine before publication, isolated media processing, and scoped direct-to-storage credentials. Use when generating a file-upload endpoint, wiring presigned or SAS uploads to…

22 18d ago A 81 tokens original MIT

frontend-security

14

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Browser-side hardening: XSS and safe text binding, per-sink URL policy, DOM clobbering, nonce-based CSP, Trusted Types, subresource integrity, iframe capability minimization, postMessage validation, and where client state may live. Use when generating HTML, JSX, Vue, or Svelte templates, setting response headers in a…

22 18d ago A 86 tokens original MIT

graphql-security

15

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Bound and control a GraphQL endpoint: operation cost budgets, cost-based rate limiting, pre-registered operations, alias and batch abuse on authentication paths, introspection, cache keying, and untyped scalar inputs. Use when generating schemas, resolvers, or server config, wiring limits or persisted operations, or…

22 18d ago A 69 tokens original MIT

iac-security

16

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Terraform, CloudFormation, and Pulumi hardening: state as a secret store, pinned providers and modules, encryption and network defaults, drift, and the privilege of the pipeline that applies the plan. Use when generating infrastructure code, reviewing IaC changes in a pull request, configuring a state backend, or…

22 18d ago A 70 tokens original MIT

iam-best-practices

17

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Least-privilege cloud IAM: policy scope, privilege-escalation paths, permissions boundaries, workload identity over static keys, MFA enforced by policy, cross-account trust, and separating deploy from runtime. Use when generating IAM policies, roles, or trust documents, wiring CI/CD service accounts or workload…

22 18d ago A 72 tokens original MIT

llm-app-security

18

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Securing a feature that calls an LLM: prompt injection as an unsolved input problem, bounding what model output is allowed to reach, tool authorization against the human rather than the model, approval gates on consequential actions, RAG context provenance, system-prompt leakage, and cost limits. Use when sending…

22 18d ago A 93 tokens original MIT

logging-security

19

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Keep secrets and personal data out of logs at the call site rather than relying on redaction, neutralize log and field injection, record audit events that survive, and treat log read access as data access. Use when generating logger calls or structured-logging schemas, wiring log shippers, sinks, retention, and access…

22 18d ago A 72 tokens original MIT

ml-security

20

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

The model and data artifacts: checkpoint formats that execute code on load, provenance for a model you did not train, training-data poisoning and the ingestion controls that bound it, PII that survives into weights, and notebooks that commit their own output. Use when loading a model from disk, a Hub, or object…

22 18d ago A 85 tokens original MIT

mobile-security

21

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Android and iOS hardening on a device you do not control: hardware-backed credential storage, exported components and IPC, verified deep links, transport defaults and pinning rotation, server-side attestation over client-side root detection, screen capture, and release-build hygiene — including React Native and…

22 18d ago A 94 tokens original MIT

protocol-security

22

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Transport security where the client establishes trust: TLS version floor, certificate chain and hostname verification, the trust store, connecting by IP, mTLS and workload identity as authentication, gRPC channel credentials, and SMTP STARTTLS. Use when generating HTTP, gRPC, or SMTP clients and servers, configuring…

22 18d ago A 80 tokens original MIT

saas-security

23

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Wiring your application to a third-party SaaS platform: verifying an inbound webhook against the vendor's own scheme rather than a generalized one, why a valid signature identifies the sender and not the user in the payload, replay windows, one credential per integration and per environment, least-privilege scopes…

22 18d ago A 100 tokens original MIT

secret-detection

24

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Keeping credentials out of source, and what to do once one is in: rotate before removing, because deleting the line does not un-leak it. Covers where a secret may live, safe .env templates, why a client-reachable config value is public, and running a scanner rather than eyeballing for patterns. Use when writing code…

22 18d ago A 91 tokens original MIT