agentsclimarketplace

Web security

Skill a5c-ai/babysitter/library/specializations/web-development/skills/web-security

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

Install
npx -y skills add a5c-ai/babysitter --skill web-security

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

OWASP Top 10, security headers, CSP, XSS prevention, and vulnerability prevention.

SKILL.md

1.2 KB, as published. Nobody here has run it

Web Security Skill

Expert assistance for web application security.

Capabilities

  • Implement security headers
  • Configure CSP
  • Prevent XSS/CSRF
  • Secure authentication
  • Handle sensitive data

Security Headers

// Next.js
const securityHeaders = [
  { key: 'X-DNS-Prefetch-Control', value: 'on' },
  { key: 'Strict-Transport-Security', value: 'max-age=63072000; includeSubDomains' },
  { key: 'X-XSS-Protection', value: '1; mode=block' },
  { key: 'X-Frame-Options', value: 'SAMEORIGIN' },
  { key: 'X-Content-Type-Options', value: 'nosniff' },
  { key: 'Referrer-Policy', value: 'origin-when-cross-origin' },
];

Target Processes

  • security-audit
  • security-implementation
  • owasp-compliance

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.