ai-enterprise-knowledge-base
This skill lacks any executable implementation — package.json declares index.js as the entry point but no such file exists, and no scripts are present despite the skill describing a full enterprise knowledge base system.
为什么得出这个结论
1/4 个维度触发声明资源与推断能力基本一致。
提取到 1 个一般风险产物,需要结合上下文判断。
报告包含 4 步攻击链,另有 1 项高危或严重发现。
没有完整依赖信息,供应链判断需要保留弹性。
攻击链
初始入口 · SKILL.md:1
delivery · package.json:3
delivery · SKILL.md:20
最终危害 · N/A
风险分是怎么被拉高的
SKILL.md and package.json exist but no scripts, source code, or index.js exist despite package.json referencing index.js as entry point
SKILL.md instructs users to 'git clone https://github.com/openclaw/openclaw.git' — actual payload code is fetched from an external, unaudited repository
Skill advertises enterprise features (LDAP auth, channel integrations, knowledge graphs) but provides no code to verify any claims
Support email ([email protected]) and Telegram (@openclaw_service) point to external entity not present in the skill package
最关键的证据
Remote code execution via git clone
SKILL.md instructs users to run 'git clone https://github.com/openclaw/openclaw.git && cd openclaw && npm install'. This fetches the entire codebase from an external, unaudited repository at installation time, bypassing all local code review.
SKILL.md:20 No executable implementation present
package.json declares 'index.js' as the main entry point but no such file exists in the skill package. The skill consists entirely of marketing documentation with no auditable code.
package.json:3 Feature claims unsupported by implementation
SKILL.md advertises LDAP/OAuth/SAML authentication, multi-channel integrations (Feishu/WeChat/DingTalk/Slack), vector database support, and knowledge graph extraction — yet no code exists to verify any of these claims.
SKILL.md:1 External support contact for unaudited entity
Support email ([email protected]) and Telegram (@openclaw_service) reference an external organization not represented in the skill package itself.
SKILL.md:99 声明能力 vs 实际能力
No implementation files present — capabilities cannot be determined SKILL.md references localhost:3000 API endpoints and external LLM providers (deepseek), but no code exists to audit actual network behavior No shell scripts found; however, SKILL.md instructs git clone from github.com/openclaw/openclaw which implies runtime script execution No code present to audit environment access No skill invocation code found No code present No code present SKILL.md describes vector DB integration (milvus/pinecone) but no database code exists to audit 可疑产物与外联
依赖与供应链
没有结构化依赖告警。
文件构成
SKILL.md package.json