File size: 1,295 Bytes
9ec4919
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Security Policy

This repository is a curated documentation and resource list. It does not ship a production service, package, or runtime. Security concerns can still appear in examples, scripts, links, or contribution material.

## Please Report

- A linked resource that appears malicious or impersonates another project.
- A script or example that could cause unsafe actions if copied directly.
- Accidentally committed credentials, tokens, private URLs, or sensitive data.
- Guidance that could encourage unsafe production autonomy without approvals or escalation.

## How To Report

Open a private security advisory if GitHub offers that option for this repository. If not, open an issue with sensitive details removed and ask for a maintainer response.

Do not post secrets, private customer data, exploit details, or internal URLs in public issues or pull requests.

## Security Review Standard

Loop Engineering examples should be conservative:

- sensitive actions require human approval;
- production actions should be read-only by default unless explicitly scoped;
- credentials and secrets must never be included in examples;
- loops should have retry budgets, exit conditions, and escalation paths;
- verification should rely on concrete evidence, not only model self-assessment.