Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Ddgr Search

v1.0.0

Perform web searches using ddgr with customizable result count from the command line.

0· 200·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for javedniazi/ddgr-search.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ddgr Search" (javedniazi/ddgr-search) from ClawHub.
Skill page: https://clawhub.ai/javedniazi/ddgr-search
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ddgr-search

ClawHub CLI

Package manager switcher

npx clawhub@latest install ddgr-search
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
!
Purpose & Capability
The skill's stated purpose is to run ddgr, and SKILL.md runs the ddgr executable, but the registry metadata declares no required binaries and provides no install instructions. A legitimate ddgr-wrapper should declare ddgr as a required binary or include an install spec.
Instruction Scope
The instructions are narrowly scoped: they only run ddgr with a search query and result count. They do not reference unrelated files, environment variables, or external endpoints beyond what ddgr itself uses.
Install Mechanism
No install spec is provided (instruction-only). This is lower risk from automatic installs, but leaves it to the host to have ddgr available; absence of installation instructions reduces usability and is the root of the coherence issue.
Credentials
The skill requests no environment variables, credentials, or config paths — which is appropriate for a simple CLI wrapper.
Persistence & Privilege
The skill is not always-on and uses default invocation settings. It does not request persistent privileges or modify other skills/configuration.
What to consider before installing
This skill simply wraps the ddgr command, but the package metadata fails to declare that ddgr must exist or provide an install method. Before installing or enabling it, verify that ddgr is installed from a trusted source on any machine that will run the agent. If you expect the agent to auto-run this skill, ensure the ddgr binary on PATH is the official tool (to avoid running an unexpected binary). Consider requesting the publisher add a required-binaries entry or an install spec pointing to an official ddgr release for clarity and safety.

Like a lobster shell, security has layers — review code before you run it.

latestvk973tggnbp7vsx73kxdrp8z3398368zd
200downloads
0stars
1versions
Updated 7m ago
v1.0.0
MIT-0

DDGR Search Skill

This skill provides a web search capability using ddgr.

Description

Use ddgr to perform web searches from the command line. This skill wraps the ddgr command for easy use.

Tools

tools:
  - id: ddgr_search
    description: Perform a web search using ddgr.
    type: exec
    command: ["ddgr", "-n", "{{args.count}}", "{{args.query}}"]
    args:
      query:
        type: string
        description: The search query.
      count:
        type: integer
        description: The number of results to return (default 5).
        default: 5

Usage Example

/ddgr_search "openclaw telegram bot exec tool"

Comments

Loading comments...