Loading...
pip install cogneecognee-cli addAdds text or documents to Cognee's knowledge base.
Adds data to the knowledge graph, potentially leading to data corruption if the input is malicious.
cognee-cli cognifyGenerates a knowledge graph from the data stored in Cognee.
Modifies the knowledge graph structure, potentially leading to data inconsistencies or performance issues.
cognee-cli searchQueries the knowledge graph based on combined relationships.
Read-only operation that does not modify any data.
cognee-cli delete --allDeletes all data and the entire knowledge graph within Cognee.
Irreversibly deletes all data, leading to complete data loss.
Cognee presents a moderate risk due to its ability to modify and delete data, coupled with the reliance on environment variables for sensitive information. It is relatively safe when used for read-only operations and with careful management of API keys. However, the risk increases significantly when destructive commands are used or when custom tasks are introduced without proper sandboxing.