shared-sec-baseline

Enforce security-by-default policies and refusal frameworks across platform skills.

3|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/edfenton/claude-skills --skill shared-sec-baseline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shared-sec-baseline
Source: https://github.com/edfenton/claude-skills/tree/main/shared/shared-sec-baseline
Command: npx skills add https://github.com/edfenton/claude-skills --skill shared-sec-baseline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensure code is secure by default. Refuse insecure implementations and propose alternatives. Platform security skills reference this for output format and refusal policy, then add platform-specific concerns.

Core Features & Use Cases

  • Enforces secure-by-default behavior across platforms
  • Provides clear refusal policies and safe alternatives
  • Guides platform security skills to maintain consistent output formats

Quick Start

Enable the shared security baseline in your project and apply the default refusal policies immediately.

Frequently Asked Questions about shared-sec-baseline

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

FAQPage Schema
How do I enforce secure-by-default policies across code generation workflows?

A shared security baseline enforces secure-by-default behavior across platforms by checking policy during skill activation. It implements a structured refusal framework to reject insecure implementations and automatically proposes safe, secure alternatives instead.

What is a security baseline refusal framework and how does it work?

A security baseline refusal framework is a reusable mechanism that standardizes how platform skills refuse insecure implementations. It enforces platform-wide refusal handling across shared baselines, guiding platform skills to maintain consistent output formats and suggest safe alternatives.

How do I apply security policy checks during skill activation?

To apply security policy checks during skill activation, enable a shared security baseline in your project. This baseline integrates into the activation workflow to enforce platform-wide refusal handling and maintain a minimal, structured output format.

Can I use this security baseline to guide platform-specific security skills?

Yes, you can use this baseline to guide platform-specific security skills. Platform security skills reference the shared baseline for its output format and refusal policy, then add their own platform-specific concerns on top of the shared foundation.

When do I need a shared security baseline for platform security?

You need a shared security baseline when you want to ensure code is secure by default across multiple platforms and maintain consistent refusal policies. It is necessary when platform security skills require a standardized output format and reusable refusal framework.