# Send Secure Code Guardian to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "secure-code-guardian",
    "name": "Secure Code Guardian",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/secure-code-guardian",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/secure-code-guardian",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/secure-code-guardian",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=secure-code-guardian",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/authentication.md",
      "references/input-validation.md",
      "references/owasp-prevention.md",
      "references/security-headers.md",
      "references/xss-csrf.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "secure-code-guardian",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T14:00:15.806Z",
      "expiresAt": "2026-05-06T14:00:15.806Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=secure-code-guardian",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=secure-code-guardian",
        "contentDisposition": "attachment; filename=\"secure-code-guardian-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "secure-code-guardian"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/secure-code-guardian"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/secure-code-guardian",
    "downloadUrl": "https://openagent3.xyz/downloads/secure-code-guardian",
    "agentUrl": "https://openagent3.xyz/skills/secure-code-guardian/agent",
    "manifestUrl": "https://openagent3.xyz/skills/secure-code-guardian/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/secure-code-guardian/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Veeramanikandanr48
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T14:00:15.806Z
- Expires at: 2026-05-06T14:00:15.806Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/secure-code-guardian)
- [Send to Agent page](https://openagent3.xyz/skills/secure-code-guardian/agent)
- [JSON manifest](https://openagent3.xyz/skills/secure-code-guardian/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/secure-code-guardian/agent.md)
- [Download page](https://openagent3.xyz/downloads/secure-code-guardian)