Crawler Summary

flaw0 answer-first brief

Security and vulnerability scanner for OpenClaw code, plugins, skills, and Node.js dependencies. Powered by OpenClaw AI models. --- name: flaw0 description: Security and vulnerability scanner for OpenClaw code, plugins, skills, and Node.js dependencies. Powered by OpenClaw AI models. version: 1.0.0 author: Tom homepage: https://github.com/yourusername/flaw0 license: MIT metadata: openclaw: emoji: "๐Ÿ”" category: "security" tags: - security - vulnerability-scanner - code-analysis - dependency-checker - openclaw --- flaw0 - Zero Flaws Security S Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Freshness

Last checked 4/14/2026

Best For

flaw0 is best for your, src, all workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 56/100

flaw0

Security and vulnerability scanner for OpenClaw code, plugins, skills, and Node.js dependencies. Powered by OpenClaw AI models. --- name: flaw0 description: Security and vulnerability scanner for OpenClaw code, plugins, skills, and Node.js dependencies. Powered by OpenClaw AI models. version: 1.0.0 author: Tom homepage: https://github.com/yourusername/flaw0 license: MIT metadata: openclaw: emoji: "๐Ÿ”" category: "security" tags: - security - vulnerability-scanner - code-analysis - dependency-checker - openclaw --- flaw0 - Zero Flaws Security S

OpenClawself-declared

Public facts

4

Change events

1

Artifacts

0

Freshness

Apr 14, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Trust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 14, 2026

Vendor

Yourusername

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Setup snapshot

git clone https://github.com/flaw0-security/openclaw-flaw-scanner.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Yourusername

profilemedium
Observed Apr 14, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 14, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

npx clawhub@latest install flaw0

bash

npm install -g flaw0

bash

# Check a skill before installing
flaw0 scan ~/.openclaw/skills/new-skill

bash

# Scan your code as you develop
flaw0 scan src/

# Check dependencies
flaw0 deps

bash

# Full security audit
flaw0 audit

bash

# Scan all OpenClaw components
flaw0 scan --target all

# Check specific components
flaw0 scan --target skills
flaw0 scan --target plugins
flaw0 scan --target core

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Security and vulnerability scanner for OpenClaw code, plugins, skills, and Node.js dependencies. Powered by OpenClaw AI models. --- name: flaw0 description: Security and vulnerability scanner for OpenClaw code, plugins, skills, and Node.js dependencies. Powered by OpenClaw AI models. version: 1.0.0 author: Tom homepage: https://github.com/yourusername/flaw0 license: MIT metadata: openclaw: emoji: "๐Ÿ”" category: "security" tags: - security - vulnerability-scanner - code-analysis - dependency-checker - openclaw --- flaw0 - Zero Flaws Security S

Full README

name: flaw0 description: Security and vulnerability scanner for OpenClaw code, plugins, skills, and Node.js dependencies. Powered by OpenClaw AI models. version: 1.0.0 author: Tom homepage: https://github.com/yourusername/flaw0 license: MIT metadata: openclaw: emoji: "๐Ÿ”" category: "security" tags:

  • security
  • vulnerability-scanner
  • code-analysis
  • dependency-checker
  • openclaw

flaw0 - Zero Flaws Security Scanner

Security and vulnerability scanner for OpenClaw ecosystems. Analyzes source code, plugins, skills, and Node.js dependencies to detect potential security flaws.

Goal: Achieve flaw 0 (zero flaws detected) ๐ŸŽฏ

Installation

Install this skill via ClawHub:

npx clawhub@latest install flaw0

Or install globally via npm:

npm install -g flaw0

When to Use This Skill

Use flaw0 to ensure your OpenClaw code and dependencies are secure:

Before Installing Skills

# Check a skill before installing
flaw0 scan ~/.openclaw/skills/new-skill

During Development

# Scan your code as you develop
flaw0 scan src/

# Check dependencies
flaw0 deps

Before Committing

# Full security audit
flaw0 audit

Auditing OpenClaw Installation

# Scan all OpenClaw components
flaw0 scan --target all

# Check specific components
flaw0 scan --target skills
flaw0 scan --target plugins
flaw0 scan --target core

Usage

Basic Commands

Scan Code

# Scan current directory
flaw0 scan

# Scan specific directory
flaw0 scan /path/to/code

# Use specific AI model
flaw0 scan --model claude-opus-4-6

Check Dependencies

# Quick dependency scan
flaw0 deps

# Deep scan (entire dependency tree)
flaw0 deps --deep

Full Security Audit

# Comprehensive scan (code + dependencies)
flaw0 audit

# Save report to file
flaw0 audit --output report.json

# JSON output for CI/CD
flaw0 audit --json

Scan OpenClaw Components

# Scan OpenClaw core
flaw0 scan --target core

# Scan all plugins
flaw0 scan --target plugins

# Scan all skills
flaw0 scan --target skills

# Scan everything
flaw0 scan --target all

What flaw0 Detects

Code Vulnerabilities (12+ Types)

  1. Command Injection

    • exec() with unsanitized input
    • Shell command construction with user input
  2. Code Injection

    • eval() usage
    • Function() constructor with strings
  3. SQL Injection

    • String concatenation in SQL queries
    • Unparameterized queries
  4. Cross-Site Scripting (XSS)

    • innerHTML assignments
    • dangerouslySetInnerHTML usage
  5. Path Traversal

    • Unvalidated file path operations
    • readFile() with user input
  6. Hardcoded Secrets

    • API keys in source code
    • Passwords and tokens
    • AWS credentials
  7. Weak Cryptography

    • MD5 and SHA1 usage
    • Weak hashing algorithms
  8. Insecure Randomness

    • Math.random() for security operations
    • Predictable token generation
  9. Unsafe Deserialization

    • JSON.parse() without validation
    • Unvalidated input parsing
  10. Missing Authentication

    • API endpoints without auth middleware
    • Unprotected routes

Dependency Issues

  1. Known CVEs - Vulnerabilities from CVE database
  2. Outdated Packages - Packages with security updates available
  3. Malicious Packages - Known malware or suspicious packages
  4. Duplicate Dependencies - Bloated dependency trees

Understanding Results

Flaw Score

Results are reported with a flaw score - lower is better:

  • flaw 0 ๐ŸŽฏ - Perfect! No issues detected
  • flaw 1-3 ๐ŸŸก - Minor issues
  • flaw 4-10 ๐ŸŸ  - Needs attention
  • flaw 10+ ๐Ÿ”ด - Critical issues

Score Calculation

Each issue is weighted by severity:

  • Critical: 3 points
  • High: 2 points
  • Medium: 1 point
  • Low: 0.5 points

Total flaw score = sum of all weighted issues (rounded)

Example Output

Clean Code (flaw 0)

๐Ÿ” flaw0 Security Scan Results
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”

๐Ÿ“Š Result: flaw 0
โœ… Status: SECURE

โœ“ No security issues detected!
โœ“ All checks passed

Great job! ๐ŸŽ‰

Issues Found (flaw 12)

๐Ÿ” flaw0 Security Scan Results
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”

๐Ÿ“Š Result: flaw 12
โš ๏ธ  Status: ISSUES FOUND

Code Flaws: 5
โ”œโ”€ ๐Ÿ”ด Critical: 2
โ”œโ”€ ๐ŸŸ  High: 1
โ”œโ”€ ๐ŸŸก Medium: 2
โ””โ”€ โšช Low: 0

Dependency Flaws: 7
โ”œโ”€ ๐Ÿ”ด Critical CVEs: 3
โ”œโ”€ ๐ŸŸ  High CVEs: 2
โ”œโ”€ ๐ŸŸก Medium: 2
โ””โ”€ โšช Low: 0

Detailed Report:
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

1. [CRITICAL] Command Injection
   Location: src/executor.js:78
   Code: `exec(\`ls ${userInput}\`)`
   Description: Unsanitized exec() call
   โ†’ Fix: Use execFile() or validate input
   ๐Ÿค– AI Confidence: high
   ๐Ÿ’ก AI Suggestion: Replace exec() with execFile()
      and validate input against whitelist

2. [HIGH] Hardcoded API Key
   Location: config/api.js:5
   Code: `const API_KEY = "sk-1234..."`
   Description: API key exposed in source code
   โ†’ Fix: Use process.env.API_KEY

3. [CRITICAL] CVE-2024-12345 in lodash@4.17.19
   Package: lodash@4.17.19
   Description: Prototype pollution vulnerability
   โ†’ Fix: npm install lodash@4.17.21

...

AI-Powered Analysis

flaw0 uses OpenClaw's AI models for intelligent code review:

Available Models

claude-sonnet-4-5 (default)

  • Balanced speed and accuracy
  • Best for most use cases
  • Good false positive reduction
flaw0 scan --model claude-sonnet-4-5

claude-opus-4-6

  • Most thorough analysis
  • Deepest context understanding
  • Slower but most accurate
flaw0 scan --model claude-opus-4-6

claude-haiku-4-5

  • Fastest scanning
  • Good for quick checks
  • Use in CI/CD for speed
flaw0 scan --model claude-haiku-4-5

AI Features

  • Context-aware analysis - Understands code flow and context
  • False positive reduction - Filters out non-issues
  • Confidence scoring - Rates detection confidence
  • Fix suggestions - Provides specific remediation steps

Configuration

Create Config File

flaw0 init

This creates .flaw0rc.json:

{
  "severity": {
    "failOn": "high",
    "ignore": ["low"]
  },
  "targets": {
    "code": true,
    "dependencies": true,
    "devDependencies": false
  },
  "exclude": [
    "node_modules/**",
    "test/**",
    "*.test.js"
  ],
  "model": "claude-sonnet-4-5",
  "maxFlawScore": 0
}

Configuration Options

  • severity.failOn - Exit with error on this severity level or higher
  • severity.ignore - Skip these severity levels
  • targets - What to scan (code, dependencies)
  • exclude - File patterns to ignore
  • model - AI model to use
  • maxFlawScore - Maximum acceptable flaw score

CI/CD Integration

GitHub Actions

name: Security Scan

on: [push, pull_request]

jobs:
  flaw0:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3

      - name: Install flaw0
        run: npm install -g flaw0

      - name: Run security scan
        env:
          ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
        run: flaw0 audit

      - name: Check flaw score
        run: |
          SCORE=$(flaw0 audit --json | jq '.flawScore')
          if [ "$SCORE" -gt 0 ]; then
            echo "โŒ Flaws detected: flaw $SCORE"
            exit 1
          fi
          echo "โœ… No flaws: flaw 0"

Pre-commit Hook

#!/bin/bash
echo "๐Ÿ” Running flaw0 scan..."
flaw0 scan

if [ $? -ne 0 ]; then
  echo "โŒ Flaws detected! Commit blocked."
  exit 1
fi

Examples

Scan Before Installing a Skill

# Download a skill to review
git clone https://github.com/user/some-skill.git /tmp/some-skill

# Scan it
flaw0 scan /tmp/some-skill

# If flaw 0, safe to install
# If flaw > 0, review issues first

Audit Your OpenClaw Skills

# Scan all installed skills
flaw0 scan --target skills

# Example output:
# โœ“ clawdex - flaw 0
# โœ“ database-helper - flaw 0
# โš  crypto-bot - flaw 3
# โœ“ git-assistant - flaw 0
# Overall: flaw 3

Check Dependencies After Install

# After installing new packages
npm install some-package

# Check for vulnerabilities
flaw0 deps

Full Project Audit

# Comprehensive security check
flaw0 audit --output security-report.json

# Review the report
cat security-report.json | jq '.flawScore'

API Usage

Use flaw0 programmatically in your own tools:

const Flaw0 = require('flaw0');

const scanner = new Flaw0({
  target: './src',
  model: 'claude-sonnet-4-5'
});

// Run full scan
const results = await scanner.scan();

console.log(`Flaw Score: ${results.flawScore}`);

if (results.flawScore === 0) {
  console.log('โœ… No flaws detected!');
} else {
  results.codeFlaws.forEach(flaw => {
    console.log(`[${flaw.severity}] ${flaw.name}`);
    console.log(`  Location: ${flaw.file}:${flaw.line}`);
    console.log(`  Fix: ${flaw.fix}`);
  });
}

How It Works

  1. Pattern Matching - Fast regex-based detection of common vulnerabilities
  2. AI Analysis - Claude AI reviews each issue in context
  3. False Positive Filtering - AI identifies and removes non-issues
  4. Dependency Checking - Integrates with npm audit and CVE databases
  5. Scoring - Calculates weighted flaw score
  6. Reporting - Generates detailed, actionable reports

Tips for Achieving flaw 0

  1. Fix Critical issues first - Biggest security impact
  2. Update dependencies - Resolve known CVEs quickly
  3. Use parameterized queries - Prevent SQL injection
  4. Validate all inputs - Stop injection attacks
  5. Use environment variables - No hardcoded secrets
  6. Apply security headers - Use helmet.js
  7. Implement authentication - Protect all endpoints
  8. Use strong crypto - SHA-256 or better
  9. Sanitize output - Prevent XSS
  10. Review AI suggestions - Learn from recommendations

Comparison with Other Tools

| Feature | flaw0 | npm audit | Snyk | ESLint Security | |---------|-------|-----------|------|-----------------| | Dependency CVEs | โœ… | โœ… | โœ… | โŒ | | AI Code Analysis | โœ… | โŒ | โŒ | โŒ | | OpenClaw-specific | โœ… | โŒ | โŒ | โŒ | | Context-aware | โœ… | โŒ | โš ๏ธ | โš ๏ธ | | False positive reduction | โœ… | โŒ | โš ๏ธ | โŒ | | Fix suggestions | โœ… | โš ๏ธ | โœ… | โš ๏ธ |

Requirements

  • Node.js: 14+
  • API Key: Anthropic API key for AI analysis
  • npm: For dependency checking

Setup API Key

export ANTHROPIC_API_KEY='your-api-key-here'

Get your API key from: https://console.anthropic.com/

Troubleshooting

"No API key found"

export ANTHROPIC_API_KEY='sk-...'
# Or add to ~/.bashrc or ~/.zshrc

"npm audit failed"

Ensure you have a valid package.json:

npm init -y
npm install

Rate Limit Exceeded

If you hit API rate limits:

  1. Use haiku model: --model haiku
  2. Scan smaller portions
  3. Wait and retry

Support

  • Documentation: See USAGE.md for detailed guide
  • Examples: Check examples/ directory
  • Issues: Report at GitHub repository
  • Demo: Run ./demo.sh for interactive demo

About

flaw0 helps the OpenClaw community achieve secure, vulnerability-free code.

  • Built with OpenClaw/Claude AI
  • Uses industry-standard security patterns
  • Continuously updated with new vulnerabilities
  • Open source under MIT license

Contributing

Contributions welcome! Areas for contribution:

  • New vulnerability patterns
  • Additional AI models
  • Python/Go support
  • Web dashboard
  • Custom rule engine

License

MIT License - see LICENSE file


Goal: flaw 0 for everyone! ๐ŸŽฏ

Remember: Security is not a one-time check. Run flaw0 regularly to maintain flaw 0 status!

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/snapshot"
curl -s "https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/contract"
curl -s "https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation โ€ข (~400 MCP servers for AI agents) โ€ข AI Automation / AI Agent with MCPs โ€ข AI Workflows & AI Agents โ€ข MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 5d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | ๐ŸŒŸ Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T01:00:43.994Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    },
    {
      "key": "your",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "src",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "all",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "code",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "current",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "specific",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "flaw0",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "openclaw",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "everything",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "results",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "on",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "env",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "if",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "before",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "it",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "const",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "smaller",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:your|supported|profile capability:src|supported|profile capability:all|supported|profile capability:code|supported|profile capability:current|supported|profile capability:specific|supported|profile capability:flaw0|supported|profile capability:openclaw|supported|profile capability:everything|supported|profile capability:results|supported|profile capability:on|supported|profile capability:env|supported|profile capability:if|supported|profile capability:before|supported|profile capability:it|supported|profile capability:const|supported|profile capability:smaller|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Yourusername",
    "href": "https://github.com/yourusername/flaw0",
    "sourceUrl": "https://github.com/yourusername/flaw0",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-14T22:24:05.645Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-14T22:24:05.645Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/flaw0-security-openclaw-flaw-scanner/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub ยท GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to flaw0 and adjacent AI workflows.