Skip to content

Commit b8d31f0

Browse files
committed
docs: clarify generated artifact privacy
1 parent 017b92b commit b8d31f0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,17 @@ We aim to acknowledge reports within 48 hours and resolve confirmed vulnerabilit
2323
- **Notion API token**: same handling as above
2424
- **Subprocess git clone**: uses authenticated URLs that are cleaned from env after use
2525
- **Output files**: reports are written to the local `output/` directory only
26+
27+
## Generated Artifact Privacy Model
28+
29+
GitHub Repo Auditor writes local reports, workbooks, dashboards, history databases,
30+
and operator summaries from the repositories you ask it to inspect. Those artifacts
31+
may include repository names, local paths, scores, findings, summaries, and GitHub
32+
Advanced Security alert counts such as Dependabot, code-scanning, and
33+
secret-scanning totals.
34+
35+
The tool does not need to persist raw GitHub, Notion, or AI provider tokens, and it
36+
does not intentionally persist raw secret values from GitHub secret scanning. Treat
37+
generated artifacts as operator data, especially when auditing private repositories,
38+
and keep `output/` out of version control. The default `.gitignore` excludes the
39+
standard generated output files and cache/database folders.

0 commit comments

Comments
 (0)