security-review-owasp-pinning

Review pinning-related trust and integrity weaknesses in security-sensitive systems.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/sjinks/ai-owasp-skillset --skill security-review-owasp-pinning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review-owasp-pinning
Source: https://github.com/sjinks/ai-owasp-skillset/tree/main/.github/skills/security-review-owasp-pinning
Command: npx skills add https://github.com/sjinks/ai-owasp-skillset --skill security-review-owasp-pinning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps reviewers find weaknesses in pinning-related trust establishment, transport security, and integrity protections before they become spoofing, tampering, or interception issues.

Core Features & Use Cases

  • Trust Validation Review: Checks certificate, hostname, header, signature, and endpoint trust decisions for strict enforcement instead of implicit trust.
  • Transport and Integrity Analysis: Evaluates encryption, replay resistance, downgrade resistance, proxy behavior, and termination assumptions that can weaken protection.
  • Operational Security Review: Looks for rotation, revocation, renewal, monitoring, and deployment drift issues that undermine trust over time.
  • Use Case: Review a service-to-service integration, webhook receiver, or TLS-terminated application to confirm whether the intended trust boundary is actually enforced.

Quick Start

Ask Copilot to review the selected files or flow with the security-review-owasp-pinning skill and report confirmed trust, transport, integrity, and lifecycle issues.

Frequently Asked Questions about security-review-owasp-pinning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review TLS pinning and trust validation weaknesses in my service?

Reviewing TLS pinning and trust validation requires evidence-based assessment of certificate, hostname, header, and signature validation to confirm strict enforcement instead of implicit trust. This process identifies spoofing and interception vulnerabilities in client-server flows.

What is certificate pinning security review for service-to-service integrations?

Certificate pinning security review evaluates encryption, replay resistance, downgrade resistance, and proxy behavior to ensure the intended trust boundary is actually enforced. It checks whether transport and integrity protections are strictly validated across service-to-service flows.

How do I check for transport security and integrity issues in TLS-terminated applications?

Checking transport security and integrity issues in TLS-terminated applications involves evaluating termination assumptions, proxy behavior, and endpoint trust decisions. This review confirms whether confidentiality, integrity, and replay controls are properly enforced.

Can I use this security review for webhook receivers and proxy termination points?

Yes, this security review applies to webhook receivers, proxy, and termination-point flows. It assesses trust establishment and integrity protections by reviewing header, signature, and endpoint validation to prevent tampering and spoofing issues.

What operational security issues affect pinning lifecycle and revocation controls?

Operational security issues affecting pinning lifecycle include rotation, revocation, renewal, monitoring, and deployment drift. Reviewing these controls identifies lifecycle weaknesses that undermine trust over time and compromise long-term transport security.

When should I not rely on implicit trust for endpoint and header validation?

You should not rely on implicit trust for endpoint and header validation when reviewing security-sensitive systems. Strict enforcement of certificate, hostname, header, signature, and endpoint trust decisions is required to prevent spoofing, tampering, or interception.