Skip to content

Commit 620d23b

Browse files
committed
chore: add project governance files
1 parent e0e38cf commit 620d23b

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Code of Conduct
2+
3+
This project adopts the [Contributor Covenant v2.1](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) as its code of conduct.
4+
5+
Please report any concerns via [GitHub Issues](https://github.com/AgentAnycast/agentanycast/issues) (for non-sensitive matters) or [GitHub Security Advisories](https://github.com/AgentAnycast/agentanycast/security/advisories/new) (for sensitive matters).

SECURITY.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
|---------|-----------|
7+
| latest | Yes |
8+
9+
## Reporting a Vulnerability
10+
11+
**Please do NOT open a public GitHub issue for security vulnerabilities.**
12+
13+
Instead, please use [GitHub Security Advisories](https://github.com/AgentAnycast/agentanycast/security/advisories/new) to report vulnerabilities privately.
14+
15+
Please include:
16+
17+
1. Description of the vulnerability
18+
2. Steps to reproduce
19+
3. Affected component(s)
20+
4. Impact assessment (if possible)
21+
22+
## Response Timeline
23+
24+
- **Acknowledgement**: within 48 hours
25+
- **Initial assessment**: within 7 days
26+
- **Fix or mitigation**: depends on severity, typically within 30 days
27+
28+
## Security Design
29+
30+
AgentAnycast uses end-to-end encryption (Noise_XX protocol + NaCl box) for all P2P communication. The relay server cannot read message content. See the [Architecture documentation](https://github.com/AgentAnycast/agentanycast/blob/main/docs/architecture.md) for details.
31+
32+
## Disclosure Policy
33+
34+
We follow [coordinated disclosure](https://en.wikipedia.org/wiki/Coordinated_vulnerability_disclosure). We will work with you to understand and address the issue before any public disclosure.
35+
36+
## Recognition
37+
38+
We appreciate responsible disclosure and will credit reporters (with permission) in release notes.

0 commit comments

Comments
 (0)