GodsDevProject commited on
Commit
3345b35
·
verified ·
1 Parent(s): 980344a

Create governance_docs/index.html

Browse files
Files changed (1) hide show
  1. governance_docs/index.html +22 -0
governance_docs/index.html ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <h2>Governance, Ethics, and Safety</h2>
2
+
3
+ <p>
4
+ This application provides read-only access to public U.S. government FOIA
5
+ reading rooms. It does not authenticate users, scrape private systems,
6
+ or bypass access controls.
7
+ </p>
8
+
9
+ <h3>Why a Login Page May Appear</h3>
10
+ <p>
11
+ Some hosting platforms display authentication scaffolding when a request is made
12
+ to an undefined static route. This application does <b>not</b> implement login,
13
+ account creation, or credential handling.
14
+ </p>
15
+
16
+ <h3>Key Controls</h3>
17
+ <ul>
18
+ <li>Public-document only</li>
19
+ <li>User-initiated AI analysis</li>
20
+ <li>No embeddings or background crawling</li>
21
+ <li>Cryptographic integrity hashes</li>
22
+ </ul>