Skip to content

Commit bc3479b

Browse files
rootroot
authored andcommitted
docs(security): add disclosure policy baseline
1 parent 7b1518e commit bc3479b

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Security Policy
2+
3+
## Reporting a vulnerability
4+
5+
Do not report vulnerabilities in public issues, pull requests, discussions, or
6+
logs.
7+
8+
Use GitHub private vulnerability reporting when available. Otherwise, email
9+
`OgeonX@gmail.com` with:
10+
11+
- affected repository, branch, version, or commit;
12+
- impact and realistic attack scenario;
13+
- minimal reproduction steps or proof of concept;
14+
- suggested mitigation, if known.
15+
16+
Do not include active credentials, personal data, or unrelated private
17+
material.
18+
19+
## Scope
20+
21+
Security issues are especially relevant for:
22+
23+
- browser-extension or local-bridge privilege boundaries;
24+
- unsafe logging, secret exposure, or token handling;
25+
- workflow permissions and dependency-chain weaknesses;
26+
- arbitrary code execution or unsafe local automation behavior.
27+
28+
## Safe harbor
29+
30+
Good-faith research that avoids privacy violations, persistence, destructive
31+
changes, and service degradation will be treated as authorized within this
32+
policy's scope.

0 commit comments

Comments
 (0)