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.
Why this conclusion was reached
1/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
1 lower-risk artifacts were extracted and still need context.
The report includes 4 attack-chain steps and 1 severe findings.
Dependency information is incomplete, so supply-chain confidence stays limited.
Attack Chain
Entry · SKILL.md:1
delivery · package.json:3
delivery · SKILL.md:20
Impact · N/A
What drove the risk score up
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
Most important evidence
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 Declared capability vs actual capability
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 Suspicious artifacts and egress
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md package.json