📄 skillActivePromisingmedium
Tencent/WeKnora
by Tencent
Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.
Supported Platforms
🤖 Claude Code
Quality Breakdown
114/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
medium
Requires extended permissions (shell access, subagents). Review before use.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Repository contains multiple Docker configurations and container build scripts that could execute arbitrary code during deployment
- Includes server/desktop application entry points with network listening capabilities (cmd/server/listen.go suggests network service exposure)
- Contains Python components (docreader) that execute document processing with potential file I/O and external service calls
- Includes bootstrap/deployment automation (docker-compose files, Makefile, service files) that could modify system state
- Configuration files reference external services and API integrations (WeChat, OpenAI-compatible models) with potential for credential exposure
- Go client library with multi-component architecture suggests potential for autonomous agent-like behavior through agent management (client/agent_manage.go)