skills-collection
multi-agent-pipeline 存在文档-行为差异(声明无出站网络请求但实际调用外部API),其他技能(dellight-cfo-financial-ops)为纯文档或安全代码
Why this conclusion was reached
1/4 dimensions flagged1 undeclared or violating capabilities were inferred.
23 lower-risk artifacts were extracted and still need context.
There is no explicit malicious chain in the report.
Dependencies are present but no obvious high-risk issue stands out.
What drove the risk score up
_meta.json 声明 outbound: false,但 pipeline.py 代码使用 httpx 向 api.elevenlabs.io 发送请求
从 os.environ 读取 ELEVENLABS_API_KEY 和 MISTRAL_API_KEY,代码合法但需确保不外传
SKILL.md 已声明用于媒体API,代码行为与文档一致
未发现RCE、凭证外泄、C2通信等恶意行为
Most important evidence
网络出站声明与实际行为不符
_meta.json 声明 "network": {"outbound": false},但代码实际使用 httpx.AsyncClient 向 api.elevenlabs.io 和 api.mistral.ai 发送 HTTP 请求
skills/multi-agent-pipeline/_meta.json:9 数据库操作未声明
代码执行数据库写入操作(INSERT INTO stories),但 SKILL.md 和 metadata 均未声明 database 权限
skills/multi-agent-pipeline/scripts/pipeline.py:114 依赖外部模块未在脚本中定义
pipeline.py 导入 database 和 prompt_cache 模块,但这些文件不在 scripts/ 目录中,属于外部依赖
skills/multi-agent-pipeline/scripts/pipeline.py:14 Declared capability vs actual capability
skills/multi-agent-pipeline/_meta.json vs pipeline.py:42,209 pipeline.py:18-19 读取 API 密钥 SKILL.md 声明读取输入 pipeline.py:114-116 写入数据库但未声明 Suspicious artifacts and egress
https://clawhub.com/skills/ai-company-clo SKILL.md:5
https://afrexai-cto.github.io/context-packs/ skills/afrexai-cybersecurity/README.md:42
https://afrexai-cto.github.io/ai-revenue-calculator/ skills/afrexai-cybersecurity/README.md:43
https://afrexai-cto.github.io/agent-setup/ skills/afrexai-cybersecurity/README.md:44
https://clawhub.com/skills/afrexai-compliance-engine skills/afrexai-cybersecurity-engine/README.md:63
https://clawhub.com/skills/afrexai-risk-management skills/afrexai-cybersecurity-engine/README.md:64
https://clawhub.com/skills/afrexai-devops-engine skills/afrexai-cybersecurity-engine/README.md:65
https://clawhub.com/skills/afrexai-api-architect skills/afrexai-cybersecurity-engine/README.md:66
https://clawhub.com/skills/afrexai-code-reviewer skills/afrexai-cybersecurity-engine/README.md:67
https://clawhub.com/publishers/afrexai-cto skills/afrexai-cybersecurity-engine/README.md:69
https://api.yourdomain.com; skills/afrexai-cybersecurity-engine/SKILL.md:228
https://clawhub.com/skills/afrexai-technical-docs skills/afrexai-qa-testing-engine/README.md:63
Dependencies and supply chain
| Package | Version | Source | Known vuln | Notes |
|---|---|---|---|---|
| httpx | unspecified | import | No | 用于外部 API 调用 |
| fastapi | unspecified | import | No | Web 框架 |
| pydantic | unspecified | import | No | 数据验证 |
| mistralai | unspecified | import | No | Mistral API 客户端 |
| database | N/A | local import | No | 外部依赖,不在 scripts/ 目录中 |
| prompt_cache | N/A | local import | No | 外部依赖,不在 scripts/ 目录中 |
File composition
skills/afrexai-cybersecurity-engine/SKILL.md skills/multi-agent-pipeline/scripts/pipeline.py skills/self-improving/SKILL.md