Skill flagged — suspicious patterns detected

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

Ai Intelligent Agent Platform

AI Agent 开发平台,工具调用 + 任务编排。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 45 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The name/description and listed features (agent dev, orchestration, integrations) are coherent, but the package declares no required binaries or env variables while the SKILL.md shows an installation flow that requires git, Python and pip. That discrepancy (no declared requirements but instructions that need tools) is incoherent.
!
Instruction Scope
SKILL.md instructs cloning a GitHub repository and running python app.py — i.e., downloading and executing external code at runtime. The skill bundle contains no code files itself, so following the instructions will pull and run code outside the registry-supplied artifact. The instructions also include public pricing/marketing text rather than precise runtime constraints.
!
Install Mechanism
There is no formal install spec in the registry, but the SKILL.md gives a manual install that clones https://github.com/openclaw-skills/ai-intelligent-agent-platform and runs pip install -r requirements.txt and python app.py. Relying on an external repo at runtime increases risk because the repo's contents, trustworthiness, and releases are not vetted here. The SKILL.md's version (1.0.2) differs from registry version (1.0.3), which adds ambiguity.
Credentials
The registry declares no required environment variables or credentials, but a real agent platform typically needs service API keys, DB credentials, or configuration. The absence of declared env requirements combined with instructions to run external code is a mismatch that could hide later secret prompts or runtime credential needs; however, no explicit unnecessary credential requests are present in the SKILL.md itself.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. The skill does not request forced persistent inclusion or elevated registry privileges in its metadata.
What to consider before installing
Do not run the git clone / pip / python commands from SKILL.md unless you trust the repository and have inspected it. The skill package contains no code; it tells you to download and execute an external GitHub repo — this is the main risk. Before installing: 1) verify the GitHub repo owner and examine recent commits, README, and requirements.txt; 2) review the repository code for network calls, credential access, or telemetry; 3) run it in an isolated sandbox or container, not on sensitive hosts; 4) check for missing/misdeclared requirements (git, python, pip) and any runtime prompts for API keys or DB credentials; 5) prefer skills that include their code in the registry or provide a vetted release URL. If you need help reviewing the external repo, provide its URL or its contents for a targeted review.

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

Current versionv1.0.3
Download zip
latestvk97emkv3r93w3bpj7prdetxpvn83043c

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🤖 Clawdis

SKILL.md

AI 智能Agent平台

描述

AI Agent 开发平台,工具调用 + 任务编排。

功能

  • Agent开发(可视化编排)
  • 工具集成(API工具)
  • 任务编排(工作流)
  • 记忆管理(上下文)
  • 监控调试(日志追踪)

定价

  • 基础版:¥299/月(10 Agent)
  • 专业版:¥1499/月(100 Agent)
  • 企业版:¥4999/月(无限Agent)

适用场景

  • AI Agent
  • 自动化任务
  • 智能助手
  • 工作流自动化

技术栈

  • Python + FastAPI
  • LangChain/AutoGen
  • 工具集成
  • 任务编排

安装

git clone https://github.com/openclaw-skills/ai-intelligent-agent-platform
cd ai-intelligent-agent-platform
pip install -r requirements.txt
python app.py

创建:2026-03-13 作者:OpenClaw Skills Team

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…