DevOps & Security skills

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

cross-origin-isolation

Use when reviewing security-sensitive web apps, SharedArrayBuffer usage, worker-heavy apps, editors, or measurement features that require cross-origin isolation. Check both headers and real browser behavior.

73.22k repo starsObserved in 1 repos
DevOps & Security

cross-origin-security

Use when reviewing scripts, client components, bundles, or runtime behavior related to Handle cross-origin requests securely. Inspect both source code and the browser execution path so fixes target the real bottleneck or bug.

73.22k repo starsObserved in 1 repos
DevOps & Security

data-minimisation

Use when reviewing form components, API payloads, or client-side storage to identify fields that are collected but not consumed by a stated feature.

73.22k repo starsObserved in 1 repos
DevOps & Security

dependency-audit

Use when reviewing a project's security posture, setting up CI pipelines, or responding to a reported vulnerability in a dependency.

73.22k repo starsObserved in 1 repos
DevOps & Security

error-monitoring

Use when setting up a new project's production observability stack, reviewing incident response readiness, or investigating why errors are going undetected.

73.22k repo starsObserved in 1 repos
DevOps & Security

form-captcha

Use when reviewing public HTML forms (no authentication required to reach them) for bot and abuse protection mechanisms.

73.22k repo starsObserved in 1 repos
DevOps & Security

form-https

Use when reviewing HTML forms, fetch/XHR calls, and form action attributes to ensure data is submitted exclusively over HTTPS.

73.22k repo starsObserved in 1 repos
DevOps & Security

hsts

Use when reviewing HTTP response headers on any site that serves content over HTTPS.

73.22k repo starsObserved in 1 repos
DevOps & Security

https

Use when auditing whether a website or web application serves content exclusively over HTTPS with a valid certificate.

73.22k repo starsObserved in 1 repos
DevOps & Security

https-downgrade

Use when auditing a site's internal and external links for protocol consistency, migrating a site from HTTP to HTTPS, or reviewing hardcoded URLs in a codebase that may use `http://` instead of `https://`.

73.22k repo starsObserved in 1 repos
DevOps & Security