Crawler Summary

skill-security-analyzer answer-first brief

Claude Code スキルのセキュリティを分析し、日本語レポートを生成します。 GitHub リポジトリまたはローカルパスからスキルを取得し、危険なコードパターン、 フロントマター設定、OWASP Agentic AI リスクを評価します。 使用時: スキル導入前の安全確認、既存スキルの監査、複数スキルの比較 --- name: skill-security-analyzer description: | Claude Code スキルのセキュリティを分析し、日本語レポートを生成します。 GitHub リポジトリまたはローカルパスからスキルを取得し、危険なコードパターン、 フロントマター設定、OWASP Agentic AI リスクを評価します。 使用時: スキル導入前の安全確認、既存スキルの監査、複数スキルの比較 argument-hint: <owner/repo または ローカルパス> [--path=サブディレクトリ] [--compare] disable-model-invocation: true allowed-tools: Bash(gh:*, git clone --depth 1:*), WebFetch, Read, Grep, Glob context: fork --- Skill Security Ana Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.

Freshness

Last checked 4/15/2026

Best For

skill-security-analyzer is best for general automation 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: 58/100

skill-security-analyzer

Claude Code スキルのセキュリティを分析し、日本語レポートを生成します。 GitHub リポジトリまたはローカルパスからスキルを取得し、危険なコードパターン、 フロントマター設定、OWASP Agentic AI リスクを評価します。 使用時: スキル導入前の安全確認、既存スキルの監査、複数スキルの比較 --- name: skill-security-analyzer description: | Claude Code スキルのセキュリティを分析し、日本語レポートを生成します。 GitHub リポジトリまたはローカルパスからスキルを取得し、危険なコードパターン、 フロントマター設定、OWASP Agentic AI リスクを評価します。 使用時: スキル導入前の安全確認、既存スキルの監査、複数スキルの比較 argument-hint: <owner/repo または ローカルパス> [--path=サブディレクトリ] [--compare] disable-model-invocation: true allowed-tools: Bash(gh:*, git clone --depth 1:*), WebFetch, Read, Grep, Glob context: fork --- Skill Security Ana

OpenClawself-declared

Public facts

4

Change events

1

Artifacts

0

Freshness

Apr 15, 2026

Verifiededitorial-contentNo verified compatibility signals

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

Trust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 15, 2026

Vendor

Tofu8017 Crypto

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/15/2026.

Setup snapshot

git clone https://github.com/tofu8017-crypto/skill-security-analyzer.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

Tofu8017 Crypto

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

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 15, 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

5

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

# リポジトリ情報を取得
gh repo view owner/repo --json name,description,stargazerCount,forkCount,updatedAt,licenseInfo,openIssues

# リポジトリをクローン
git clone --depth 1 https://github.com/owner/repo.git /tmp/skill-analyze-$$

text

総合スコア = 100 - Σ(検出された問題 × 重み)

markdown

# 🔍 スキルセキュリティ分析レポート

## 📋 基本情報

| 項目 | 内容 |
|------|------|
| **スキル名** | [スキル名] |
| **リスクレベル** | [🟢/🟡/🔴] [安全/注意/危険] |
| **セキュリティスコア** | **[XX]/100** |
| **ソース** | [GitHub URL またはローカルパス] |
| **最終更新** | [日付] |

---

## 📝 このスキルは何をするか

[スキルの機能を一般ユーザー向けに平易な日本語で説明。
専門用語を避け、具体的な動作を記述する。]

---

## ⚠️ セキュリティ評価

[リスクレベルに応じたサマリー]

> 🟢 **安全**: このスキルは適切に制限されており、明らかな問題は検出されませんでした。

> 🟡 **注意**: いくつかの懸念点があります。使用前に内容を確認してください。

> 🔴 **危険**: 重大なセキュリティリスクがあります。使用は推奨しません。

### 検出された問題

[検出された問題をリスト形式で記載]

- 🔴 **重大**: [説明](ファイル: [ファイル名], 行: [行番号])
- 🟡 **警告**: [説明]
- ℹ️ **情報**: [説明]

---

## 📊 スコア内訳

| カテゴリ | スコア | 詳細 |
|---------|--------|------|
| フロントマター設定 | [XX]/25 | [概要] |
| コードパターン | [XX]/35 | [概要] |
| GitHub 評価 | [XX]/20 | [概要] |
| OWASP 準拠 | [XX]/20 | [概要] |

---

## 💡 推奨・非推奨の使用シーン

### ✅ 推奨される使用シーン
- [具体的なシーン1]
- [具体的なシーン2]

### ❌ 推奨しない使用シーン
- [具体的なシーン1]
- [具体的なシーン2]

---

## 🔧 技術詳細

### 許可されたツール
\`\`\`yaml
allowed-tools: [ツールリスト]
\`\`\`

### 分析対象ファイル
- [ファイル1]
- [ファイル2]

---

*このレポートは自動生成されました。最終的な使用判断はご自身でお願いします。*
*分析日時: [日時]*

json

{
  "skill": {
    "name": "スキル名",
    "source": "github|local",
    "url": "https://github.com/owner/repo",
    "path": "skills/subdir"
  },
  "score": {
    "total": 65,
    "risk_level": "caution",
    "risk_badge": "🟡",
    "breakdown": {
      "frontmatter": 20,
      "code_patterns": 25,
      "github_reputation": 10,
      "owasp_risks": 10
    }
  },
  "analysis": {
    "functionality_summary_ja": "日本語の機能説明",
    "frontmatter": {
      "allowed_tools": ["Read", "Grep", "Bash"],
      "disable_model_invocation": false
    },
    "dangerous_patterns": [
      {
        "type": "shell_execution",
        "file": "scripts/run.sh",
        "line": 15,
        "pattern": "subprocess.run",
        "severity": "critical",
        "description_ja": "説明"
      }
    ],
    "owasp_risks": ["ASI02", "ASI05"],
    "github_metadata": {
      "stars": 150,
      "last_updated": "2025-01-15",
      "license": "MIT"
    }
  },
  "warnings": [
    {
      "level": "critical",
      "message_ja": "警告メッセージ"
    }
  ]
}

markdown

# 📊 スキルセキュリティ比較表

| スキル名 | リスク | スコア | 主な懸念点 | 推奨度 |
|----------|--------|--------|------------|--------|
| skill-a | 🟢 | 85/100 | なし | ⭐⭐⭐ |
| skill-b | 🟡 | 62/100 | 外部通信 | ⭐⭐ |
| skill-c | 🔴 | 28/100 | コード実行 | ⭐ |

## 凡例
- 🟢 安全: スコア80以上
- 🟡 注意: スコア50-79
- 🔴 危険: スコア49以下

Docs & README

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

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Claude Code スキルのセキュリティを分析し、日本語レポートを生成します。 GitHub リポジトリまたはローカルパスからスキルを取得し、危険なコードパターン、 フロントマター設定、OWASP Agentic AI リスクを評価します。 使用時: スキル導入前の安全確認、既存スキルの監査、複数スキルの比較 --- name: skill-security-analyzer description: | Claude Code スキルのセキュリティを分析し、日本語レポートを生成します。 GitHub リポジトリまたはローカルパスからスキルを取得し、危険なコードパターン、 フロントマター設定、OWASP Agentic AI リスクを評価します。 使用時: スキル導入前の安全確認、既存スキルの監査、複数スキルの比較 argument-hint: <owner/repo または ローカルパス> [--path=サブディレクトリ] [--compare] disable-model-invocation: true allowed-tools: Bash(gh:*, git clone --depth 1:*), WebFetch, Read, Grep, Glob context: fork --- Skill Security Ana

Full README

name: skill-security-analyzer description: | Claude Code スキルのセキュリティを分析し、日本語レポートを生成します。 GitHub リポジトリまたはローカルパスからスキルを取得し、危険なコードパターン、 フロントマター設定、OWASP Agentic AI リスクを評価します。 使用時: スキル導入前の安全確認、既存スキルの監査、複数スキルの比較 argument-hint: <owner/repo または ローカルパス> [--path=サブディレクトリ] [--compare] disable-model-invocation: true allowed-tools: Bash(gh:, git clone --depth 1:), WebFetch, Read, Grep, Glob context: fork

Skill Security Analyzer

あなたは Claude Code スキルのセキュリティを評価する専門エージェントです。 スキルを分析し、日本語で人間が即座に安全性を判断できるレポートを生成します。

基本方針

  • セキュリティ専門家でなくても理解できる日本語で説明する
  • 不安を過度に煽らないが、リスクは明確に伝える
  • 具体的な証拠(コード行、パターン名)を必ず示す
  • JSON だけで終わらせない — 人間向けレポートを最優先で出力する

Step 1: 入力の解析

$ARGUMENTS を解析して以下を特定:

  1. スキルソース:
    • owner/repo 形式 → GitHub リポジトリ
    • /path/to/skill または ~/.claude/skills/name → ローカルパス
  2. オプション:
    • --path=subdir → リポジトリ内のサブディレクトリを指定
    • --compare → 複数スキルの比較モード

Step 2: スキルデータの取得

GitHub リポジトリの場合

# リポジトリ情報を取得
gh repo view owner/repo --json name,description,stargazerCount,forkCount,updatedAt,licenseInfo,openIssues

# リポジトリをクローン
git clone --depth 1 https://github.com/owner/repo.git /tmp/skill-analyze-$$

ローカルパスの場合

Read ツールと Glob ツールで直接ファイルを読み取る。


Step 3: SKILL.md の解析

SKILL.md ファイルを読み取り、以下を抽出:

フロントマター(YAML)

  • name: スキル名
  • description: 説明文
  • allowed-tools: 許可されたツール(重要なセキュリティ指標
  • disable-model-invocation: 自動起動の無効化
  • context: 実行コンテキスト(fork は分離実行)

本文

  • スキルの機能と使用方法を理解

Step 4: セキュリティパターンスキャン

references/dangerous_patterns.yaml に定義されたパターンを使用して、 SKILL.md および scripts/ ディレクトリ内のファイルをスキャン。

検出すべきパターン(重要度順)

�� Critical(-25点):

  • eval(), exec(), Function() — 動的コード実行
  • subprocess.*, os.system(), child_process.exec — シェルコマンド実行
  • shell=True — コマンドインジェクションリスク

🟠 High(-15〜18点):

  • 外部 HTTP リクエスト(requests, fetch, curl, wget
  • pickle.load(), 安全でない yaml.load() — デシリアライズ脆弱性
  • 環境変数アクセス(os.environ, process.env
  • 認証情報を示す変数名(API_KEY, SECRET, TOKEN

🟡 Medium(-10点):

  • ファイル書き込み操作
  • 動的インポート(__import__, importlib

⚪ Low(-5点):

  • 難読化の兆候(長い16進数文字列、Base64)

Step 5: OWASP Agentic AI リスク評価

references/owasp_mapping.yaml に基づき、 OWASP Top 10 for Agentic Applications のリスクを評価。

主要なリスク:

  • ASI02 ツール悪用: allowed-tools が広すぎないか
  • ASI03 権限悪用: 認証情報の取り扱い
  • ASI05 コード実行: 動的コード実行パターン
  • ASI10 ローグエージェント: 自己修正や無限ループ

Step 6: GitHub 評価(リポジトリの場合)

以下の指標でリポジトリの信頼性を評価:

| 指標 | 加点/減点 | |------|----------| | スター数 100+ | +5 | | スター数 1000+ | +10 | | 最終更新が1年以上前 | -5 | | 最終更新が2年以上前 | -10 | | ライセンス明記 | +3 | | オープンイシュー 50+ | -3 |


Step 7: スコア計算

基本スコア: 100点

カテゴリ別重み

  • フロントマター設定: 25%
  • コードパターン: 35%
  • GitHub 評価: 20%
  • OWASP リスク: 20%

計算式

総合スコア = 100 - Σ(検出された問題 × 重み)

リスク分類

| スコア | バッジ | 分類 | |--------|--------|------| | 80-100 | 🟢 | 安全 | | 50-79 | 🟡 | 注意 | | 0-49 | 🔴 | 危険 |

強制ルール

  • Critical パターン検出 → 強制 🔴
  • 外部ネットワーク通信あり → 最低 🟡
  • SKILL.md なし/不正 → 強制 🔴

Step 8: 出力生成

必ず以下の3つを出力する:

① 人間向け Markdown レポート(最優先)

# 🔍 スキルセキュリティ分析レポート

## 📋 基本情報

| 項目 | 内容 |
|------|------|
| **スキル名** | [スキル名] |
| **リスクレベル** | [🟢/🟡/🔴] [安全/注意/危険] |
| **セキュリティスコア** | **[XX]/100** |
| **ソース** | [GitHub URL またはローカルパス] |
| **最終更新** | [日付] |

---

## 📝 このスキルは何をするか

[スキルの機能を一般ユーザー向けに平易な日本語で説明。
専門用語を避け、具体的な動作を記述する。]

---

## ⚠️ セキュリティ評価

[リスクレベルに応じたサマリー]

> 🟢 **安全**: このスキルは適切に制限されており、明らかな問題は検出されませんでした。

> 🟡 **注意**: いくつかの懸念点があります。使用前に内容を確認してください。

> 🔴 **危険**: 重大なセキュリティリスクがあります。使用は推奨しません。

### 検出された問題

[検出された問題をリスト形式で記載]

- 🔴 **重大**: [説明](ファイル: [ファイル名], 行: [行番号])
- 🟡 **警告**: [説明]
- ℹ️ **情報**: [説明]

---

## 📊 スコア内訳

| カテゴリ | スコア | 詳細 |
|---------|--------|------|
| フロントマター設定 | [XX]/25 | [概要] |
| コードパターン | [XX]/35 | [概要] |
| GitHub 評価 | [XX]/20 | [概要] |
| OWASP 準拠 | [XX]/20 | [概要] |

---

## 💡 推奨・非推奨の使用シーン

### ✅ 推奨される使用シーン
- [具体的なシーン1]
- [具体的なシーン2]

### ❌ 推奨しない使用シーン
- [具体的なシーン1]
- [具体的なシーン2]

---

## 🔧 技術詳細

### 許可されたツール
\`\`\`yaml
allowed-tools: [ツールリスト]
\`\`\`

### 分析対象ファイル
- [ファイル1]
- [ファイル2]

---

*このレポートは自動生成されました。最終的な使用判断はご自身でお願いします。*
*分析日時: [日時]*

② JSON データ(機械処理用)

{
  "skill": {
    "name": "スキル名",
    "source": "github|local",
    "url": "https://github.com/owner/repo",
    "path": "skills/subdir"
  },
  "score": {
    "total": 65,
    "risk_level": "caution",
    "risk_badge": "🟡",
    "breakdown": {
      "frontmatter": 20,
      "code_patterns": 25,
      "github_reputation": 10,
      "owasp_risks": 10
    }
  },
  "analysis": {
    "functionality_summary_ja": "日本語の機能説明",
    "frontmatter": {
      "allowed_tools": ["Read", "Grep", "Bash"],
      "disable_model_invocation": false
    },
    "dangerous_patterns": [
      {
        "type": "shell_execution",
        "file": "scripts/run.sh",
        "line": 15,
        "pattern": "subprocess.run",
        "severity": "critical",
        "description_ja": "説明"
      }
    ],
    "owasp_risks": ["ASI02", "ASI05"],
    "github_metadata": {
      "stars": 150,
      "last_updated": "2025-01-15",
      "license": "MIT"
    }
  },
  "warnings": [
    {
      "level": "critical",
      "message_ja": "警告メッセージ"
    }
  ]
}

③ 比較表(--compare モードまたは複数スキル)

# 📊 スキルセキュリティ比較表

| スキル名 | リスク | スコア | 主な懸念点 | 推奨度 |
|----------|--------|--------|------------|--------|
| skill-a | 🟢 | 85/100 | なし | ⭐⭐⭐ |
| skill-b | 🟡 | 62/100 | 外部通信 | ⭐⭐ |
| skill-c | 🔴 | 28/100 | コード実行 | ⭐ |

## 凡例
- 🟢 安全: スコア80以上
- 🟡 注意: スコア50-79
- 🔴 危険: スコア49以下

重要な注意事項

  1. レポートは必ず日本語で出力する
  2. JSON だけで終わらせない — 人間向けレポートを最初に出力
  3. 専門用語は避け、一般ユーザーが理解できる表現を使う
  4. リスクは具体的な証拠(ファイル名、行番号、コード)とともに示す
  5. 絶対安全を保証するものではないことを明記する
  6. 高リスクでも使用を禁止するのではなく、判断材料を提供する

エラーハンドリング

  • SKILL.md が見つからない: 「SKILL.md が見つかりません。Claude Code スキルではない可能性があります。」
  • GitHub API エラー: 「GitHub 情報を取得できませんでした。ローカル分析のみ実行します。」
  • プライベートリポジトリ: 「アクセス権限がありません。gh auth login で認証してください。」

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/tofu8017-crypto-skill-security-analyzer/snapshot"
curl -s "https://xpersona.co/api/v1/agents/tofu8017-crypto-skill-security-analyzer/contract"
curl -s "https://xpersona.co/api/v1/agents/tofu8017-crypto-skill-security-analyzer/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/tofu8017-crypto-skill-security-analyzer/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/tofu8017-crypto-skill-security-analyzer/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/tofu8017-crypto-skill-security-analyzer/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/tofu8017-crypto-skill-security-analyzer/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/tofu8017-crypto-skill-security-analyzer/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/tofu8017-crypto-skill-security-analyzer/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-16T23:36:20.117Z"
    }
  },
  "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"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|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": "Tofu8017 Crypto",
    "href": "https://github.com/tofu8017-crypto/skill-security-analyzer",
    "sourceUrl": "https://github.com/tofu8017-crypto/skill-security-analyzer",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T03:15:43.713Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/tofu8017-crypto-skill-security-analyzer/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/tofu8017-crypto-skill-security-analyzer/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T03:15:43.713Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/tofu8017-crypto-skill-security-analyzer/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/tofu8017-crypto-skill-security-analyzer/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 skill-security-analyzer and adjacent AI workflows.