Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.28 KB

File metadata and controls

26 lines (17 loc) · 1.28 KB

Security Policy

Awesome Loop Engineering ships documentation, data, examples, and scripts rather than a production service or hosted runtime. Security concerns can still appear in executable starters, schemas, links, or contributed 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.