This skill matches its meeting-to-issue purpose, but needs Review because it can modify Gitea, expose meeting/contact data, and run a public webhook with weak defaults.
Install only in a trusted Gitea environment after tightening controls: use HTTPS, set WEBHOOK_SECRET, restrict the bot token to intended repositories, add status and approval checks inside create_issues.py and finish.py, treat email outputs as sensitive, and replace shell sourcing of .env with safe key/value parsing. The package also contains Python syntax errors in check.py and finish.py, so it may not run correctly as published.