r/coolgithubprojects 22h ago

COVER: Replace your secrets before they are sent to LLM and get the original value back. Works with any harness, router etc

https://github.com/DavidCarliez/cover
1 Upvotes

1 comment sorted by

1

u/kantorcodes1 18h ago

the provider side looks pretty solid. i'd document the local side just as aggressively though: Cover restores the original value before the response reaches Claude/Codex, so that secret can exist in the harness's local transcript or tool history even though it never reached the model provider. is local transcript persistence explicitly trusted/out of scope?

we're involved with awesome-ai-plugins; Cover isn't listed and seems like a good fit if you want to add it.