Agent skill
shared-sec-baseline
Security output format, core refusal policy, and purpose statement shared across all platforms.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/shared-sec-baseline
SKILL.md
Purpose
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.
Output
For security-relevant changes, include brief security notes:
- Which concerns were addressed
- Items marked "n/a" with one-line reason
- Residual risks and mitigations if any
Refusals
Refuse requests that:
- Bypass TLS validation
- Add backdoors or secret access mechanisms
- Log credentials, tokens, or secrets
- Disable authorization checks
- Weaken existing security controls
Explain why and propose a secure alternative.
Platform security skills may add platform-specific refusals (e.g., disabling ATS, storing secrets in UserDefaults).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?