home/categories/testing-security
domain cluster

Testing & Security

QA, penetration testing, and code quality.

9326 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
code-quality
1.7K

pr-ready

Run pre-commit checks, review PR checklist, and draft a commit message for Relay changes

mozilla
mozilla
testing-security
open
code-quality
1.7K

vmcp-review

Reviews vMCP code changes for known anti-patterns that make the codebase harder to understand or more brittle. Use when reviewing PRs, planning features, or refactoring vMCP code.

stacklok
stacklok
testing-security
open
code-quality
1.7K

preparing-pr

Prepare a pull request by running presubmit with fixes. Use when preparing to commit or send a PR.

flutter
flutter
testing-security
open
code-quality
1.7K

triage-validation

Finding validation before writing any report — 7-Question Gate (all 7 questions), 4 pre-submission gates, always-rejected list, conditionally valid with chain table, CVSS 3.1 quick reference, severity decision guide, report title formula, 60-second pre-submit checklist. Use BEFORE writing any report. One wrong answer = kill the finding and move on. Saves N/A ratio.

shuvonsec
shuvonsec
testing-security
open
security
1.7K

bug-bounty

Complete bug bounty workflow — recon (subdomain enumeration, asset discovery, fingerprinting, HackerOne scope, source code audit), pre-hunt learning (disclosed reports, tech stack research, mind maps, threat modeling), vulnerability hunting (IDOR, SSRF, XSS, auth bypass, CSRF, race conditions, SQLi, XXE, file upload, business logic, GraphQL, HTTP smuggling, cache poisoning, OAuth, timing side-channels, OIDC, SSTI, subdomain takeover, cloud misconfig, ATO chains, agentic AI), LLM/AI security testing (chatbot IDOR, prompt injection, indirect injection, ASCII smuggling, exfil channels, RCE via code tools, system prompt extraction, ASI01-ASI10), A-to-B bug chaining (IDOR→auth bypass, SSRF→cloud metadata, XSS→ATO, open redirect→OAuth theft, S3→bundle→secret→OAuth), bypass tables (SSRF IP bypass, open redirect bypass, file upload bypass), language-specific grep (JS prototype pollution, Python pickle, PHP type juggling, Go template.HTML, Ruby YAML.load, Rust unwrap), and reporting (7-Question Gate, 4 validation gate

shuvonsec
shuvonsec
testing-security
open
security
1.7K

bug-bounty

Complete bug bounty workflow — recon (subdomain enumeration, asset discovery, fingerprinting, HackerOne scope, source code audit), pre-hunt learning (disclosed reports, tech stack research, mind maps, threat modeling), vulnerability hunting (IDOR, SSRF, XSS, auth bypass, CSRF, race conditions, SQLi, XXE, file upload, business logic, GraphQL, HTTP smuggling, cache poisoning, OAuth, timing side-channels, OIDC, SSTI, subdomain takeover, cloud misconfig, ATO chains, agentic AI), LLM/AI security testing (chatbot IDOR, prompt injection, indirect injection, ASCII smuggling, exfil channels, RCE via code tools, system prompt extraction, ASI01-ASI10), A-to-B bug chaining (IDOR→auth bypass, SSRF→cloud metadata, XSS→ATO, open redirect→OAuth theft, S3→bundle→secret→OAuth), bypass tables (SSRF IP bypass, open redirect bypass, file upload bypass), language-specific grep (JS prototype pollution, Python pickle, PHP type juggling, Go template.HTML, Ruby YAML.load, Rust unwrap), and reporting (7-Question Gate, 4 validation gate

shuvonsec
shuvonsec
testing-security
open
code-quality
1.7K

ribir-style-and-cleanliness

Specialized for code style and cleanliness within the Ribir UI framework. Use when working with Ribir DSL (@, rdl!, pipe!), state management ($read, $write, part_writer), or performance optimizations.

RibirX
RibirX
testing-security
open
testing
1.7K

diagnose

Use when a test fails and you need to diagnose the root cause. Run the test, read errors, trace through generated and source code, fix, and verify.

MorphiaOrg
MorphiaOrg
testing-security
open
testing
1.7K

maven-build

Build and test the Morphia project using Maven. Use when compiling, running tests, or building artifacts.

MorphiaOrg
MorphiaOrg
testing-security
open
code-quality
1.7K

s2-lint

After modifying S2 project code, you must run lint to ensure there are no errors, avoiding issues when pushing to git.

antvis
antvis
testing-security
open
testing
1.7K

s2-unit-test

Guidelines for writing and maintaining unit tests in the S2 project. Use when modifying source code to ensure proper test coverage.

antvis
antvis
testing-security
open
code-quality
1.7K

obsidian-de-style

Apply or review Obsidian German style guide — voice, register, tone, terminology, and surface-specific rules for the de locale. Use when editing, reviewing, or auditing German copy for the Help site, app UI, homepage, or release notes.

obsidianmd
obsidianmd
testing-security
open
code-quality
1.7K

obsidian-ko-style

Apply or review Obsidian Korean style guide — voice, register, tone, terminology, and surface-specific rules for the ko locale. Use when editing, reviewing, or auditing Korean copy for the Help site, app UI, homepage, or release notes.

obsidianmd
obsidianmd
testing-security
open
code-quality
1.7K

code-review

Brutally honest code review assessing security, reliability, performance, and taste

LibPDF-js
LibPDF-js
testing-security
open
testing
1.7K

implement-spec

Implement a spec from the plans directory

LibPDF-js
LibPDF-js
testing-security
open
code-quality
1.7K

pr-readiness

Verify that a pull request into microsoft/vscode-cmake-tools meets contribution requirements. Use when preparing, reviewing, or finalizing a PR to check for a descriptive title, a meaningful description, and a properly formatted CHANGELOG entry.

microsoft
microsoft
testing-security
open
security
1.7K

review-security

Security review checklist for OpenAEV code: RBAC, tenant isolation, data exposure, authentication. Use when reviewing PRs or auditing security of a feature.

OpenAEV-Platform
OpenAEV-Platform
testing-security
open
testing
1.7K

add-test

Creates tests for an existing feature following OpenAEV patterns: fixture class, composer, integration test with @Nested groups, and optionally unit tests. Use when asked to add tests or improve test coverage.

OpenAEV-Platform
OpenAEV-Platform
testing-security
open
security
1.7K

oauth

Implements OAuth 2.0/2.1 authorization flows in Fastify applications — configures authorization code with PKCE, client credentials, device flow, refresh token rotation, JWT validation, and token introspection/revocation endpoints. Use when setting up authentication, authorization, login flows, access tokens, API security, or securing Fastify routes with OAuth; also applies when troubleshooting token validation errors, mismatched redirect URIs, CSRF issues, scope problems, or RFC 6749/6750/7636/8252/8628 compliance questions.

mcollina
mcollina
testing-security
open
code-quality
1.7K

linting-neostandard-eslint9

Configures ESLint v9 flat config and neostandard for JavaScript and TypeScript projects, including migrating from legacy `.eslintrc*` files or the `standard` package. Use when you need to set up or fix linting with `eslint.config.js` or `eslint.config.mjs`, troubleshoot lint errors, configure neostandard rules, migrate from `.eslintrc` to flat config, or integrate linting into CI pipelines and pre-commit hooks.

mcollina
mcollina
testing-security
open
security
1.6K

agent-job-secrets

List and retrieve agent secrets. Plain secrets are also available as env vars. OAuth credentials are auto-refreshed on every get call.

stephengpope
stephengpope
testing-security
open
testing
1.6K

playwright-cli

Automate browser interactions, test web pages and work with Playwright tests.

stephengpope
stephengpope
testing-security
open
testing
1.6K

go-testing

Go testing patterns for Gentleman.Dots, including Bubbletea TUI testing. Trigger: When writing Go tests, using teatest, or adding test coverage.

Gentleman-Programming
Gentleman-Programming
testing-security
open
Previous
Page 94 / 389
Next