From 2f4d10d70d6638b93ece89985e029b9ea7b4735d Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Wed, 6 May 2026 00:07:04 -0700 Subject: [PATCH] Establish AI/LLM contribution policy (#799) Added a policy regarding the use of AI or LLM tools for contributions. --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 902fddc..2b01144 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,10 @@ Security is obviously paramount for a project like Secretive. As such, any contr Secretive is designed to be easily auditable by people who are considering using it. In keeping with this, Secretive has no third party dependencies, and any contributions which bring in new dependencies will be rejected. +### AI/LLM Policy + +For security and auditing reasons similar to the policy Secretive has on dependencies, any code generated with AI or LLM tools will not be accepted. + ## Code of Conduct All contributors must abide by the [Code of Conduct](CODE_OF_CONDUCT.md)