Skip to content

Commit 3b10b60

Browse files
committed
docs: add security policy
1 parent d574479 commit 3b10b60

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Security Policy
2+
3+
BrowserTrace records browser-agent traces locally. Traces may contain screenshots,
4+
URLs, prompts, model outputs, selectors, and other debugging metadata. Treat
5+
trace exports as potentially sensitive.
6+
7+
## Supported Versions
8+
9+
| Version | Supported |
10+
|---|---|
11+
| `0.1.x` | Yes |
12+
13+
## Reporting a Vulnerability
14+
15+
If you find a security issue, please do not open a public issue with exploit
16+
details or sensitive traces.
17+
18+
Report privately by emailing the maintainer or by opening a GitHub security
19+
advisory if available for the repository.
20+
21+
Include:
22+
23+
- A short description of the issue.
24+
- Reproduction steps.
25+
- Impacted BrowserTrace version.
26+
- Whether the issue can expose local files, screenshots, prompts, model output,
27+
API keys, or trace exports.
28+
29+
## Data Handling Notes
30+
31+
- BrowserTrace stores data locally by default under `~/.browsertrace/` or
32+
`BROWSERTRACE_HOME`.
33+
- HTML exports inline screenshots and model output. Review exports before
34+
sharing them publicly.
35+
- Do not attach trace exports containing secrets, customer data, private URLs,
36+
cookies, tokens, or proprietary prompts to public issues.
37+

0 commit comments

Comments
 (0)