Skip to content

Commit 3365cf1

Browse files
committed
docs: adding security and privacy section
1 parent 88464d7 commit 3365cf1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ We use the OpenRouter API as default and you can use `--api-key` flag to pass yo
6363

6464
Any provider compatible with OpenAI API is accepted and you can use local models too.
6565

66+
## Security and Privacy
67+
68+
This code base never passes your code base or any metadata to the Rokovo servers. which is verifiable by looking at the code. Only the LLM provider would access the code base which we explain about it:
69+
70+
If you are using a local LLM, then your code won't be accessed by any cloud AI provider which is obvious. If you are using a LLM provider like OpenAI, then they have access to files that your agent reads and to find out what exactly happens to your data in this case, you can to read the provider privacy policy and check their configs to find out since each provider can have different rules and policies.
71+
72+
If you are worried about secret files or specific directories, you can use `.rokovoignore` to ignore and exclude this files which will remove the file/directory from agents access and it can't read it by any chance.
73+
6674
## License
6775

6876
MIT License - see [LICENSE](./LICENSE).

0 commit comments

Comments
 (0)