-
Beta Was this translation helpful? Give feedback.
Answered by
CybotTM
Jan 28, 2026
Replies: 1 comment 2 replies
-
|
Yes, it is. What's the issue exactly? There should be no issues with it, it is easy to comply. Use it freely, if you make modifications, share them (PR). That's all. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Thanks for the question — and yes, this is expected.
✅ The AGPL-3.0 license is intentional
This extension is published under the GNU Affero General Public License v3.0 (AGPL-3.0) by design.
Some compliance or security scanners flag AGPL as “critical”, but that is a licensing/policy classification, not a security vulnerability.
What does this mean in practice?
1. Using the extension as-is is fine
If you use this extension unmodified, you can include and run it like any other standard open-source dependency.
There is no obligation to publish your own application code just because you use it.
2. Obligations only apply if you modify the extension itself
The AGPL requirements are triggered i…