Qwen Loop runs AI coding agents in --yolo mode by default, which means:
- Agents can read, modify, create, and delete files in your working directory without confirmation
- There is no human review before changes are applied
- A poorly configured loop or vague task description could result in unintended code changes
- Use a dedicated working directory - Never set the working directory to your entire project root or system directories
- Use version control - Always commit before running the loop so you can revert changes
- Start with
--max-concurrent-tasks: 1- Test with single tasks before scaling up - Review logs regularly - Check
logs/qwen-loop.logfor agent activity - Use
.gitignore- Protect sensitive files from being tracked or modified - Set appropriate timeouts - Prevent agents from running indefinitely
- Never include API keys, passwords, or secrets in your working directory
- Qwen agents may read files in the working directory
- Use
.envfiles (already in.gitignore) for secrets
If you discover a security vulnerability, please:
- Do not open a public issue
- Email: [your-email@example.com] (update this)
- Include steps to reproduce and potential impact
We will respond within 48 hours and aim to release a fix within 7 days.