graphrag-toolkit

mcp
Security Audit
Pass
Health Pass
  • License — License: Apache-2.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 377 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This Python toolkit provides a collection of frameworks for building graph-enhanced generative AI applications, specifically focusing on automating lexical graph construction and performing question-answering over custom knowledge graphs.

Security Assessment
The automated audit scan of 12 files found no dangerous code patterns, hardcoded secrets, or dangerous permission requests. As a GenAI and graph database integration framework, the tool inherently makes network requests to communicate with external databases (like Amazon Neptune) and LLM providers. It does not appear to execute unauthorized shell commands. Because it processes unstructured data to build graphs and relies on external APIs, it will handle and transmit your input data to those services. Overall risk is rated as Low, assuming you trust your configured endpoints.

Quality Assessment
The project is developed under the official `awslabs` organization and is highly active, with its most recent code push occurring today. It has earned a solid community trust baseline with 377 GitHub stars. Furthermore, the repository is properly maintained, completely transparent, and operates under the permissive Apache-2.0 license, making it safe for commercial and personal use.

Verdict
Safe to use.
SUMMARY

Python toolkit for building graph-enhanced GenAI applications

README.md

GraphRAG Toolkit

The graphrag-toolkit is a collection of Python tools for building graph-enhanced Generative AI applications.

Installation instructions and requirements are detailed separately with each tool.

Lexical Graph

The lexical-graph provides a framework for automating the construction of a hierarchical lexical graph from unstructured data, and composing question-answering strategies that query this graph when answering user questions.

Lexical graph

Additional Resources

BYOKG-RAG

BYOKG-RAG is a novel approach to Knowledge Graph Question Answering (KGQA) that combines the power of Large Language Models (LLMs) with structured knowledge graphs. The system allows users to bring their own knowledge graph and perform complex question answering over it.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Reviews (0)

No results found