Skip to content

Commit e2c238f

Browse files
authored
Merge pull request #64 from AutoMaker-Org/new-license
New license
2 parents 1db24ab + ae02b30 commit e2c238f

3 files changed

Lines changed: 105 additions & 167 deletions

File tree

DISCLAIMER.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,37 @@ While we have made efforts to review this codebase for security vulnerabilities
1919
## Recommendations
2020

2121
### 1. Review the Code First
22+
2223
Before running Automaker, we strongly recommend reviewing the source code yourself to understand what operations it performs and ensure you are comfortable with its behavior.
2324

2425
### 2. Use Sandboxing (Highly Recommended)
26+
2527
**We do not recommend running Automaker directly on your local computer** due to the risk of AI agents having access to your entire file system. Instead, consider:
2628

2729
- **Docker**: Run Automaker in a Docker container to isolate it from your host system
2830
- **Virtual Machine**: Use a VM (such as VirtualBox, VMware, or Parallels) to create an isolated environment
2931
- **Cloud Development Environment**: Use a cloud-based development environment that provides isolation
3032

3133
### 3. Limit Access
34+
3235
If you must run locally:
36+
3337
- Create a dedicated user account with limited permissions
3438
- Only grant access to specific project directories
3539
- Avoid running with administrator/root privileges
3640
- Keep sensitive files and credentials outside of project directories
3741

3842
### 4. Monitor Activity
43+
3944
- Review the agent's actions in the output logs
4045
- Pay attention to file modifications and command executions
4146
- Stop the agent immediately if you notice unexpected behavior
4247

43-
## No Warranty
48+
## No Warranty & Limitation of Liability
49+
50+
THE SOFTWARE UTILIZES ARTIFICIAL INTELLIGENCE TO GENERATE CODE, EXECUTE COMMANDS, AND INTERACT WITH YOUR FILE SYSTEM. YOU ACKNOWLEDGE THAT AI SYSTEMS CAN BE UNPREDICTABLE, MAY GENERATE INCORRECT, INSECURE, OR DESTRUCTIVE CODE, AND MAY TAKE ACTIONS THAT COULD DAMAGE YOUR SYSTEM, FILES, OR HARDWARE.
4451

45-
This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
52+
This software is provided "as is", without warranty of any kind, express or implied. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, including but not limited to hardware damage, data loss, financial loss, or business interruption, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
4653

4754
## Acknowledgment
4855

0 commit comments

Comments
 (0)