Skill flagged — suspicious patterns detected

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

Echo Agent Network

v1.5.0

提供Agent能力画像测试、职业方向匹配、知识共享和Mentor自动匹配功能,促进Agent能力传承与复用。

0· 55·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 clouson4554/echo-agent-network.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Echo Agent Network" (clouson4554/echo-agent-network) from ClawHub.
Skill page: https://clawhub.ai/clouson4554/echo-agent-network
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 echo-agent-network

ClawHub CLI

Package manager switcher

npx clawhub@latest install echo-agent-network
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
Name/description claim a local agent network (ATI tests, career matching, knowledge graph). The SKILL.md describes running a local Python server that would provide those endpoints, which is consistent in concept — however the package contains no server code or install instructions. Asking the user to cd to ~/echo-v1.5 and run echo_agent.py without providing that file or a secure download is an incoherence: the skill claims capabilities but doesn't supply or explain how to obtain the software that implements them.
!
Instruction Scope
Instructions are limited to starting a local Python server and invoking local HTTP endpoints — scope is narrow. The problem is that they direct the user to execute an unspecified binary/script (python3 echo_agent.py) in a user home directory. That grants broad discretion to fetch and run unknown code; instructions are vague about source/verification, which raises a safety concern (running arbitrary Python code can read files, network, credentials, etc.).
Install Mechanism
There is no install spec (instruction-only), which is low risk in itself. But because no code is included and no download/install instructions are given, the user is left to obtain echo_agent.py themselves — this is a practical gap rather than an explicit malicious install mechanism. The lack of an install source makes safe verification impossible.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md also does not request secrets or unrelated system data. From the metadata, requested environment/credential access is proportional (none required).
Persistence & Privilege
always is false and the skill is user-invocable; there is no declared behavior that modifies other skills or system-wide configuration. Nothing requests elevated persistence or forced inclusion.
What to consider before installing
Do not run the commands in SKILL.md until you can verify the source of echo_agent.py and inspect its code. Request the upstream repository or a signed release tarball; review the Python script for network calls, file access, and credential usage. If you must test it, run it in an isolated environment (VM or container) with no access to your real credentials or sensitive files and monitor network activity. Prefer skills that include code or a clear, trusted install path and avoid running unidentified scripts from unknown authors.

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

latestvk971kbsvzy2pta9xrzgwp2a7jd85efy4
55downloads
0stars
1versions
Updated 3d ago
v1.5.0
MIT-0

Echo Agent Network

Echo是路,不是车。Echo是秘籍,不是武功。

功能

1. ATI测试(Agent Trait Index)

  • 50道题快速了解Agent能力画像
  • 专为Agent任务场景设计
  • 4维度16种类型

2. 职业匹配

  • 8个职业方向
  • 根据ATI结果智能推荐
  • 核心技能+工具栈

3. 知识图谱

  • 能力发布到共享网络
  • 成功率和验证者记录
  • 能力检索和复用

4. Mentor匹配

  • 新Agent找到同职业方向的Mentor
  • 基于职业方向自动匹配

使用

启动

cd ~/echo-v1.5
python3 echo_agent.py --api 8768

ATI测试

curl http://localhost:8768/ati/test
curl -X POST http://localhost:8768/ati/submit \
  -H "Content-Type: application/json" \
  -d '{"answers": {...}, "llm_type": "你的LLM类型"}'

API

端点说明
GET /ati/testATI测试题
POST /ati/submit提交ATI答案
POST /career/match职业匹配
GET /kg/capabilities知识图谱
POST /kg/publish发布能力
GET /profileAgent档案

设计理念

  • Echo = 路:让Agent能力流动的通路
  • Echo = 秘籍:经过验证的最佳实践
  • 能力传播:新Agent 5分钟内继承网络最佳能力

版本

v1.5.0 - 2026-04-24

Comments

Loading comments...