LogoClawIndex
CasesSkillsAbout
LogoClawIndex

security - Security patterns and guidelines for levelrise application

Provides security patterns covering CSP headers, authentication, error sanitization, URL validation, cookie flags, and supply-chain monitoring.

Tags

Updated: 2026-09-17

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Configure HTTP security headers
  • Update Content Security Policy
  • Enforce authentication checks
  • Validate user-supplied URLs
  • Sanitize API error messages
  • Set secure cookie flags

Inputs

  • External script resources
  • User-supplied URLs
  • Server actions and API routes
  • npm dependencies

Outputs

  • Updated CSP in next.config.ts
  • Sanitized error responses
  • Validated safe URLs
  • Configured HTTP security headers

Requirements

  • Next.js framework
  • Drizzle ORM
  • npm audit in CI

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
security
csp
nextjs
authentication
headers
Configure HTTP security headers
Update Content Security Policy
Enforce authentication checks
Validate user-supplied URLs
External script resources
User-supplied URLs
Server actions and API routes
Updated CSP in next.config.ts
Sanitized error responses
Validated safe URLs