xalgorix

60 mods across 1 repository, 942 stars between them.

xalgorix/xalgorix

Skill Claude CodeCodex

Detects prompt injection attacks targeting LLM-based applications using a multi-layered defense combining regex pattern matching for known attack signatures, heuristic scoring for structural anomalies, and transformer-based classification with DeBERTa models. The detector analyzes user inputs before they reach the…

942 2d ago B 153 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Testing machine-learning model files and model-loading services for remote code execution caused by insecure deserialization (pickle/PyTorch), unsafe config instantiation (Hydra), archive path traversal, and dangerous layer types during authorized penetration tests of AI/ML pipelines.

942 2d ago C 59 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Implements input and output validation guardrails for LLM-powered applications to prevent prompt injection, data leakage, toxic content generation, and hallucinated outputs. Builds a security validation pipeline using NVIDIA NeMo Guardrails Colang definitions, custom Python validators for PII detection and content…

942 2d ago A 143 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Using LLMs to accelerate vulnerability research and pentest workflows — generating syntax-valid fuzzing seeds and evolving grammars, fine-tuned mutation dictionaries, parallel agent-based proof-of-vulnerability generation, and evidence-driven passive analysis of real HTTP traffic via the Burp MCP server. Covers…

942 2d ago A 91 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Testing LLM-backed applications, chatbots, and AI agents for direct and indirect prompt injection, jailbreaks, system-prompt leakage, and tool/agent abuse during authorized penetration tests, using structured payload families and reliable confirmation signals.

942 2d ago B 60 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Testing Model Context Protocol (MCP) servers and the clients that consume them for tool poisoning, prompt injection via tool descriptions/outputs, over-permissioned and local-credential-stealing tools, config/trust bypasses, and unauthenticated RCE during authorized penetration tests of AI agent infrastructure.

942 2d ago C 66 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Detect and prevent API enumeration attacks including BOLA and IDOR exploitation by monitoring sequential identifier access patterns and authorization failures.

942 2d ago A 32 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Discover and inventory shadow API endpoints that operate outside documented specifications using traffic analysis, code scanning, and API discovery platforms.

942 2d ago A 30 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Tests APIs for injection vulnerabilities including SQL injection, NoSQL injection, OS command injection, LDAP injection, and Server-Side Request Forgery (SSRF) through API parameters, headers, and request bodies. The tester crafts malicious payloads targeting different backend technologies and injection contexts to…

942 2d ago B 125 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Tests APIs for Broken Function Level Authorization (BFLA) vulnerabilities where regular users can invoke administrative functions or access privileged API endpoints by directly calling them. The tester identifies admin and privileged endpoints, then attempts to access them with regular user credentials by manipulating…

942 2d ago A 108 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Tests APIs for excessive data exposure where endpoints return more data than the client application needs, relying on the frontend to filter sensitive fields. The tester intercepts API responses and analyzes them for leaked PII, internal identifiers, debug information, or sensitive business data that the UI does not…

942 2d ago A 114 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Exploits JWT algorithm confusion vulnerabilities where the server's token verification library accepts the algorithm specified in the JWT header rather than enforcing a fixed algorithm. The tester manipulates the alg header to switch from RS256 to HS256 (using the RSA public key as the HMAC secret), sets alg to none…

942 2d ago A 116 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Implements security controls at the API gateway layer including authentication enforcement, rate limiting, request validation, IP allowlisting, TLS termination, and threat protection. The engineer configures API gateways (Kong, AWS API Gateway, Azure APIM, Apigee) to act as a centralized security enforcement point…

942 2d ago A 106 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Implements secure API key generation, storage, rotation, and revocation controls to protect API authentication credentials from leakage, brute force, and abuse. The engineer designs API key formats with sufficient entropy, implements secure hashing for storage, enforces per-key scoping and rate limiting, monitors for…

942 2d ago B 98 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Implements API rate limiting and throttling controls using token bucket, sliding window, and fixed window algorithms to protect against brute force attacks, credential stuffing, resource exhaustion, and API abuse. The engineer configures per-user, per-IP, and per-endpoint rate limits using Redis-backed counters, API…

942 2d ago A 114 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Implement API schema validation using OpenAPI specifications and JSON Schema to enforce input/output contracts and prevent injection, data exposure, and mass assignment attacks.

942 2d ago A 35 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Implement API Security Posture Management to continuously discover, classify, and score APIs based on risk while enforcing security policies across the API lifecycle.

942 2d ago A 35 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Implement API threat protection using Google Apigee policies including JSON/XML threat protection, OAuth 2.0, SpikeArrest, and Advanced API Security for OWASP Top 10 defense.

942 2d ago A 49 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Uses Microsoft RESTler to perform stateful REST API fuzzing by automatically generating and executing test sequences that exercise API endpoints, discover producer-consumer dependencies between requests, and find security and reliability bugs. The tester compiles an OpenAPI specification into a RESTler fuzzing…

942 2d ago A 123 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Performs API inventory and discovery to identify all API endpoints in an organization's environment including documented, undocumented, shadow, zombie, and deprecated APIs. The tester uses passive traffic analysis, active scanning, DNS enumeration, JavaScript analysis, and cloud resource inventory to build a…

942 2d ago A 100 tokens original Apache-2.0

xalgorix/xalgorix

Skill Claude CodeCodex

Tests API rate limiting implementations for bypass vulnerabilities by manipulating request headers, IP addresses, HTTP methods, API versions, and encoding schemes to circumvent request throttling controls. The tester identifies rate limit headers, determines enforcement mechanisms, and attempts bypasses including…

942 2d ago A 118 tokens original Apache-2.0