Fork Radar for Openclaw

A security monitoring tool that audits GitHub and ClawdHub forks for vulnerabilities and collaboration opportunities.

kunoiiv
v1.0.0
Feb 2, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install fork-radar-v2

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install fork-radar-v2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Fork Radar?

Fork Radar is a specialized utility designed to track and analyze forks of Openclaw Skills on platforms like GitHub and ClawdHub. It serves as a defensive layer by scanning for potential backdoors or security risks using the molt-security-auditor, while also identifying high-quality forks for potential collaboration.

By implementing Proof of Work (PoW) verification and automated threat scoring, it ensures that your skill ecosystem remains secure and authentic. This tool is essential for developers who want to maintain the integrity of their projects within the Openclaw Skills community.

Fork Radar Use Cases

  • Detecting malicious backdoors in community-contributed forks.
  • Identifying high-quality forks with significant engagement for collaboration.
  • Automated hourly security auditing of forked repositories.
  • Verifying the authenticity of forks using Proof of Work (PoW) chains.

How Fork Radar Works

  1. The system connects to the GitHub API to fetch a complete list of forks for a specified repository slug.
  2. It retrieves the SKILL.md file from each fork and passes it to the molt-security-auditor for threat analysis.
  3. A Proof of Work (PoW) chain verification process is executed to ensure the fork's historical integrity.
  4. The skill calculates a score based on engagement metrics (stars > 5) and security status (threats detected).
  5. Real-time alerts are triggered: collaboration alerts for high-quality forks and threat alerts for repositories containing vulnerabilities.

Fork Radar Setup

To get started with Fork Radar, ensure you have the necessary environment variables for GitHub API access. Run the following command to initiate a scan:

node radar.js <repo_slug>
# Example: node radar.js "danie/molt-security-auditor"

To automate monitoring, configure a cron job within your environment using the following natural language trigger:

# Instruction to the agent
"Set up fork radar for molt-security-auditor every 1h"

Fork Radar Data Schema & Taxonomy

Fork Radar organizes data based on repository snapshots and audit reports to provide clarity on the Openclaw Skills ecosystem.

Field Description
repo_slug The identifier for the repository being monitored.
fork_list Array of URLs and metadata for discovered forks.
threat_score Numeric value representing the risk level identified.
pow_status Boolean indicating if the PoW chain is valid.
audit_logs Detailed output from the molt-security-auditor scan.

Fork Radar Advanced Features

  • Automated hourly cron job integration for persistent monitoring.
  • Deep integration with molt-security-auditor for static analysis of fork content.
  • Proof of Work chain verification to prevent spoofing or unauthorized code changes.
  • Multi-platform support for both GitHub and ClawdHub repository monitoring.
  • Dynamic scoring system that triggers alerts based on star count and threat thresholds.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*