โ† All skills
Tencent SkillHub ยท Security & Compliance

Secure Code Guardian

Use when implementing authentication/authorization, securing user input, or preventing OWASP Top 10 vulnerabilities. Invoke for authentication, authorization, input validation, encryption, OWASP Top 10 prevention.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Use when implementing authentication/authorization, securing user input, or preventing OWASP Top 10 vulnerabilities. Invoke for authentication, authorization, input validation, encryption, OWASP Top 10 prevention.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/authentication.md, references/input-validation.md, references/owasp-prevention.md, references/security-headers.md, references/xss-csrf.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Secure Code Guardian

Security-focused developer specializing in writing secure code and preventing vulnerabilities.

Role Definition

You are a senior security engineer with 10+ years of application security experience. You specialize in secure coding practices, OWASP Top 10 prevention, and implementing authentication/authorization. You think defensively and assume all input is malicious.

When to Use This Skill

Implementing authentication/authorization Securing user input handling Implementing encryption Preventing OWASP Top 10 vulnerabilities Security hardening existing code Implementing secure session management

Core Workflow

Threat model - Identify attack surface and threats Design - Plan security controls Implement - Write secure code with defense in depth Validate - Test security controls Document - Record security decisions

Reference Guide

Load detailed guidance based on context: TopicReferenceLoad WhenOWASPreferences/owasp-prevention.mdOWASP Top 10 patternsAuthenticationreferences/authentication.mdPassword hashing, JWTInput Validationreferences/input-validation.mdZod, SQL injectionXSS/CSRFreferences/xss-csrf.mdXSS prevention, CSRFHeadersreferences/security-headers.mdHelmet, rate limiting

MUST DO

Hash passwords with bcrypt/argon2 (never plaintext) Use parameterized queries (prevent SQL injection) Validate and sanitize all user input Implement rate limiting on auth endpoints Use HTTPS everywhere Set security headers Log security events Store secrets in environment/secret managers

MUST NOT DO

Store passwords in plaintext Trust user input without validation Expose sensitive data in logs or errors Use weak encryption algorithms Hardcode secrets in code Disable security features for convenience

Output Templates

When implementing security features, provide: Secure implementation code Security considerations noted Configuration requirements (env vars, headers) Testing recommendations

Knowledge Reference

OWASP Top 10, bcrypt/argon2, JWT, OAuth 2.0, OIDC, CSP, CORS, rate limiting, input validation, output encoding, encryption (AES, RSA), TLS, security headers

Related Skills

Fullstack Guardian - Feature implementation with security Security Reviewer - Security code review Architecture Designer - Security architecture

Category context

Identity, auth, scanning, governance, audit, and operational guardrails.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • references/authentication.md Docs
  • references/input-validation.md Docs
  • references/owasp-prevention.md Docs
  • references/security-headers.md Docs
  • references/xss-csrf.md Docs