Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Security Policy

## Reporting a Vulnerability

**Do not open a public GitHub issue for security vulnerabilities.**

Use [GitHub Private Vulnerability Reporting](https://github.com/agent-substrate/substrate/security/advisories/new)
to report privately. Alternatively, email the maintainers at

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh, this is an open join mailinglist ...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i can remove it and keep github private vuln reporting as the only path

[ate-dev@googlegroups.com](mailto:ate-dev@googlegroups.com) with the subject
line `[SECURITY]`.

Include the affected component, reproduction steps, and potential impact.

## Response Times

| Severity | Acknowledgment | Target Fix |
| -------- | --------------- | ----------- |
| Critical | 1 business day | 7 days |
| High | 2 business days | 30 days |
| Medium | 5 business days | 90 days |
| Low | 5 business days | Best effort |

These are targets, not guarantees. Agent Substrate does not have a dedicated
security team.

## Supported Versions

There are no stable releases yet. Security fixes are applied to `main` only.

## Scope

In scope: the Agent Substrate control plane (`ateapi`), node supervisor
(`atelet`, `ateom`), networking stack (`atenet`), and CLI (`kubectl-ate`).

Out of scope:
- The underlying Kubernetes cluster or cloud infrastructure.
- The sandbox runtimes (gVisor, Kata Containers); report those to their
respective projects.
- Known limitations listed in [docs/roadmap.md](docs/roadmap.md) and
[AGENTS.md](AGENTS.md).

## Disclosure

After a fix is merged, we publish a
[GitHub Security Advisory](https://github.com/agent-substrate/substrate/security/advisories)
describing the vulnerability and the fix. Timing is coordinated with the
reporter.