linebreak-gate 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ __pycache__/
2
+ .pytest_cache/
3
+ .ruff_cache/
4
+ dist/
5
+ *.egg-info/
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,166 @@
1
+ Metadata-Version: 2.4
2
+ Name: linebreak-gate
3
+ Version: 1.0.0
4
+ Summary: LineBreak security gate at the git/CI boundary: dependency CVE scan + AI SAST, human-approved overrides, git-native audit records
5
+ Project-URL: Homepage, https://linebreakapp.com
6
+ Project-URL: Source, https://github.com/Baktun-Studio/linebreak-gate
7
+ Project-URL: Documentation, https://github.com/Baktun-Studio/linebreak-gate#readme
8
+ Author: Baktun Studio
9
+ License-Expression: Apache-2.0
10
+ License-File: LICENSE
11
+ Keywords: ci,cve,osv-scanner,sast,security,supply-chain
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
17
+ Classifier: Topic :: Security
18
+ Requires-Python: >=3.11
19
+ Requires-Dist: anthropic>=0.40.0
20
+ Requires-Dist: pyyaml<7.0,>=6.0
21
+ Description-Content-Type: text/markdown
22
+
23
+ # linebreak-gate — the LineBreak security gate at the git/CI boundary
24
+
25
+ Blocks merges that carry known vulnerabilities. One tool, two detectors:
26
+
27
+ - **Dependency CVE scan** — [osv-scanner](https://google.github.io/osv-scanner/)
28
+ across every ecosystem (npm, PyPI, Go, Cargo, Maven, …), with an `npm audit`
29
+ fallback for npm projects (npm-only coverage and no installed-version data —
30
+ the GitHub Action fails closed if osv-scanner can't be installed instead of
31
+ degrading to it).
32
+ - **AI SAST** — an LLM security review of first-party source (injection,
33
+ broken auth, secret exposure, SSRF, unsafe deserialization, crypto misuse)
34
+ with adversarial verification, enabled by `ANTHROPIC_API_KEY`.
35
+
36
+ The gate **blocks and can propose; it never auto-clears on an agent's
37
+ say-so**. A human approves the fix or records an override — with a reason and
38
+ an approver — in a git-committed audit file.
39
+
40
+ This is the same scanner core that powers the LineBreak desktop app's in-app
41
+ security gate (the desktop backend imports this package), but it is fully
42
+ standalone: a team that has never opened the desktop app can add the gate to
43
+ their repo and get real enforcement.
44
+
45
+ > **Where this code lives.** Development happens in the LineBreak monorepo
46
+ > (`packages/gate`); every green change to it is automatically mirrored to
47
+ > [`Baktun-Studio/linebreak-gate`](https://github.com/Baktun-Studio/linebreak-gate)
48
+ > (the public repo the Action snippet uses) and published to PyPI as
49
+ > [`linebreak-gate`](https://pypi.org/project/linebreak-gate/). Never edit the
50
+ > mirror directly — the next sync overwrites it. Licensed Apache-2.0.
51
+
52
+ ## Quickstart — GitHub Actions
53
+
54
+ ```yaml
55
+ # .github/workflows/security-gate.yml
56
+ name: Security gate
57
+ on:
58
+ pull_request:
59
+
60
+ permissions:
61
+ contents: read
62
+ pull-requests: write # for the summary comment
63
+
64
+ jobs:
65
+ gate:
66
+ runs-on: ubuntu-latest
67
+ steps:
68
+ - uses: actions/checkout@v5
69
+ - uses: Baktun-Studio/linebreak-gate@v1
70
+ with:
71
+ # fail-on: high # default: critical
72
+ license-key: ${{ secrets.LINEBREAK_LICENSE_KEY }} # optional today
73
+ anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} # enables AI SAST
74
+ ```
75
+
76
+ The action runs `linebreak-gate scan`, always runs `report`, posts **one** PR
77
+ comment (updated in place on every push, never spammed), uploads the JSON
78
+ report + audit artifacts as a workflow artifact, and fails the check per the
79
+ scan's exit code.
80
+
81
+ ### Make it a real boundary: require the check
82
+
83
+ A CI job that can be ignored is a dashboard, not a gate. In your repo:
84
+
85
+ **Settings → Branches → Branch protection rules → your default branch →
86
+ "Require status checks to pass before merging"** → add the `gate` job (the
87
+ name of the job that runs this action). From then on a PR carrying a critical
88
+ CVE cannot be merged through the GitHub UI.
89
+
90
+ ## Quickstart — any other CI (GitLab example)
91
+
92
+ The CLI is a plain Python package with strict exit codes — `0` pass, `1`
93
+ blocking findings, `2` tool/config error (**fail closed**: a scanner crash
94
+ fails the pipeline, it is never a clean pass). Any CI that respects exit codes
95
+ gets the same enforcement:
96
+
97
+ ```yaml
98
+ # .gitlab-ci.yml
99
+ security-gate:
100
+ image: python:3.11
101
+ script:
102
+ - pip install linebreak-gate
103
+ - curl -fsSL -o /usr/local/bin/osv-scanner
104
+ "$(curl -fsSL https://api.github.com/repos/google/osv-scanner/releases/latest
105
+ | python -c "import json,sys;print(next(a['browser_download_url'] for a in json.load(sys.stdin)['assets'] if a['name'].endswith('linux_amd64')))")"
106
+ - chmod +x /usr/local/bin/osv-scanner
107
+ - linebreak-gate scan
108
+ - linebreak-gate report
109
+ ```
110
+
111
+ Mark the job as required (no `allow_failure`) and protect the branch.
112
+
113
+ ## CLI
114
+
115
+ ```text
116
+ linebreak-gate scan [--path .] [--fail-on critical|high|medium|low] [--format summary|json]
117
+ linebreak-gate report [--path .] [--format summary|json]
118
+ linebreak-gate override --finding <id> --reason "…" --approver <name/email> [--path .]
119
+ ```
120
+
121
+ - `scan` runs both detectors, writes git-native audit artifacts under
122
+ `.linebreak/audit/`, and exits 0/1/2.
123
+ - `report` renders the recorded scan: counts by severity and every finding
124
+ with CVE id, CVSS, advisory link, and override status. `--format json` for
125
+ machines.
126
+ - `override` records a human-approved acknowledgment of **one exact finding**
127
+ — the package + installed version + CVE tuple. A different CVE, a bumped
128
+ version, or a new finding still blocks. `--reason` and `--approver` are
129
+ required; the record lands in the artifact's approval trail. Commit the
130
+ updated `.linebreak/audit/*.json` so CI sees it.
131
+
132
+ ## Configuration — `.linebreak/gate.yml`
133
+
134
+ The gate's strictness is governance, so it lives in the repo — changing the
135
+ threshold is itself a PR: visible, reviewable, attributable in git history.
136
+
137
+ ```yaml
138
+ # .linebreak/gate.yml
139
+ fail_on: critical # critical (default) | high | medium | low
140
+ exclude_paths: # optional: root-relative globs excluded from scanning
141
+ - fixtures
142
+ - "sandbox/*"
143
+ code_scan: auto # auto (run when ANTHROPIC_API_KEY is set) | on (required) | off
144
+ ```
145
+
146
+ Precedence: explicit `--fail-on` flag / Action input → `.linebreak/gate.yml` →
147
+ built-in default (`critical`). An invalid config is a tool error (exit 2) —
148
+ a broken governance file never silently falls back to a default.
149
+
150
+ ## Audit records
151
+
152
+ Every scan and every override is recorded in `.linebreak/audit/security.json`
153
+ (dependencies) and `.linebreak/audit/code.json` (AI SAST) — the same versioned
154
+ document format the LineBreak desktop app writes, carrying findings (CVE id,
155
+ CVSS, advisory link), scanner engine, timestamp, actor, and the approval trail
156
+ with each override's reason + approver. Who relaxed the gate, and when, is
157
+ itself auditable.
158
+
159
+ ## Licensing
160
+
161
+ The gate reads `LINEBREAK_LICENSE_KEY` from the environment (the Action's
162
+ `license-key` input). Entitlements currently default open: without a key the
163
+ gate runs and prints a notice. The check is wired through LineBreak's
164
+ entitlements provider, so flipping `LINEBREAK_ENTITLEMENTS_PROVIDER=remote`
165
+ enforces licensing without a client change — set the key in CI secrets now so
166
+ the gate keeps working then.
@@ -0,0 +1,144 @@
1
+ # linebreak-gate — the LineBreak security gate at the git/CI boundary
2
+
3
+ Blocks merges that carry known vulnerabilities. One tool, two detectors:
4
+
5
+ - **Dependency CVE scan** — [osv-scanner](https://google.github.io/osv-scanner/)
6
+ across every ecosystem (npm, PyPI, Go, Cargo, Maven, …), with an `npm audit`
7
+ fallback for npm projects (npm-only coverage and no installed-version data —
8
+ the GitHub Action fails closed if osv-scanner can't be installed instead of
9
+ degrading to it).
10
+ - **AI SAST** — an LLM security review of first-party source (injection,
11
+ broken auth, secret exposure, SSRF, unsafe deserialization, crypto misuse)
12
+ with adversarial verification, enabled by `ANTHROPIC_API_KEY`.
13
+
14
+ The gate **blocks and can propose; it never auto-clears on an agent's
15
+ say-so**. A human approves the fix or records an override — with a reason and
16
+ an approver — in a git-committed audit file.
17
+
18
+ This is the same scanner core that powers the LineBreak desktop app's in-app
19
+ security gate (the desktop backend imports this package), but it is fully
20
+ standalone: a team that has never opened the desktop app can add the gate to
21
+ their repo and get real enforcement.
22
+
23
+ > **Where this code lives.** Development happens in the LineBreak monorepo
24
+ > (`packages/gate`); every green change to it is automatically mirrored to
25
+ > [`Baktun-Studio/linebreak-gate`](https://github.com/Baktun-Studio/linebreak-gate)
26
+ > (the public repo the Action snippet uses) and published to PyPI as
27
+ > [`linebreak-gate`](https://pypi.org/project/linebreak-gate/). Never edit the
28
+ > mirror directly — the next sync overwrites it. Licensed Apache-2.0.
29
+
30
+ ## Quickstart — GitHub Actions
31
+
32
+ ```yaml
33
+ # .github/workflows/security-gate.yml
34
+ name: Security gate
35
+ on:
36
+ pull_request:
37
+
38
+ permissions:
39
+ contents: read
40
+ pull-requests: write # for the summary comment
41
+
42
+ jobs:
43
+ gate:
44
+ runs-on: ubuntu-latest
45
+ steps:
46
+ - uses: actions/checkout@v5
47
+ - uses: Baktun-Studio/linebreak-gate@v1
48
+ with:
49
+ # fail-on: high # default: critical
50
+ license-key: ${{ secrets.LINEBREAK_LICENSE_KEY }} # optional today
51
+ anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} # enables AI SAST
52
+ ```
53
+
54
+ The action runs `linebreak-gate scan`, always runs `report`, posts **one** PR
55
+ comment (updated in place on every push, never spammed), uploads the JSON
56
+ report + audit artifacts as a workflow artifact, and fails the check per the
57
+ scan's exit code.
58
+
59
+ ### Make it a real boundary: require the check
60
+
61
+ A CI job that can be ignored is a dashboard, not a gate. In your repo:
62
+
63
+ **Settings → Branches → Branch protection rules → your default branch →
64
+ "Require status checks to pass before merging"** → add the `gate` job (the
65
+ name of the job that runs this action). From then on a PR carrying a critical
66
+ CVE cannot be merged through the GitHub UI.
67
+
68
+ ## Quickstart — any other CI (GitLab example)
69
+
70
+ The CLI is a plain Python package with strict exit codes — `0` pass, `1`
71
+ blocking findings, `2` tool/config error (**fail closed**: a scanner crash
72
+ fails the pipeline, it is never a clean pass). Any CI that respects exit codes
73
+ gets the same enforcement:
74
+
75
+ ```yaml
76
+ # .gitlab-ci.yml
77
+ security-gate:
78
+ image: python:3.11
79
+ script:
80
+ - pip install linebreak-gate
81
+ - curl -fsSL -o /usr/local/bin/osv-scanner
82
+ "$(curl -fsSL https://api.github.com/repos/google/osv-scanner/releases/latest
83
+ | python -c "import json,sys;print(next(a['browser_download_url'] for a in json.load(sys.stdin)['assets'] if a['name'].endswith('linux_amd64')))")"
84
+ - chmod +x /usr/local/bin/osv-scanner
85
+ - linebreak-gate scan
86
+ - linebreak-gate report
87
+ ```
88
+
89
+ Mark the job as required (no `allow_failure`) and protect the branch.
90
+
91
+ ## CLI
92
+
93
+ ```text
94
+ linebreak-gate scan [--path .] [--fail-on critical|high|medium|low] [--format summary|json]
95
+ linebreak-gate report [--path .] [--format summary|json]
96
+ linebreak-gate override --finding <id> --reason "…" --approver <name/email> [--path .]
97
+ ```
98
+
99
+ - `scan` runs both detectors, writes git-native audit artifacts under
100
+ `.linebreak/audit/`, and exits 0/1/2.
101
+ - `report` renders the recorded scan: counts by severity and every finding
102
+ with CVE id, CVSS, advisory link, and override status. `--format json` for
103
+ machines.
104
+ - `override` records a human-approved acknowledgment of **one exact finding**
105
+ — the package + installed version + CVE tuple. A different CVE, a bumped
106
+ version, or a new finding still blocks. `--reason` and `--approver` are
107
+ required; the record lands in the artifact's approval trail. Commit the
108
+ updated `.linebreak/audit/*.json` so CI sees it.
109
+
110
+ ## Configuration — `.linebreak/gate.yml`
111
+
112
+ The gate's strictness is governance, so it lives in the repo — changing the
113
+ threshold is itself a PR: visible, reviewable, attributable in git history.
114
+
115
+ ```yaml
116
+ # .linebreak/gate.yml
117
+ fail_on: critical # critical (default) | high | medium | low
118
+ exclude_paths: # optional: root-relative globs excluded from scanning
119
+ - fixtures
120
+ - "sandbox/*"
121
+ code_scan: auto # auto (run when ANTHROPIC_API_KEY is set) | on (required) | off
122
+ ```
123
+
124
+ Precedence: explicit `--fail-on` flag / Action input → `.linebreak/gate.yml` →
125
+ built-in default (`critical`). An invalid config is a tool error (exit 2) —
126
+ a broken governance file never silently falls back to a default.
127
+
128
+ ## Audit records
129
+
130
+ Every scan and every override is recorded in `.linebreak/audit/security.json`
131
+ (dependencies) and `.linebreak/audit/code.json` (AI SAST) — the same versioned
132
+ document format the LineBreak desktop app writes, carrying findings (CVE id,
133
+ CVSS, advisory link), scanner engine, timestamp, actor, and the approval trail
134
+ with each override's reason + approver. Who relaxed the gate, and when, is
135
+ itself auditable.
136
+
137
+ ## Licensing
138
+
139
+ The gate reads `LINEBREAK_LICENSE_KEY` from the environment (the Action's
140
+ `license-key` input). Entitlements currently default open: without a key the
141
+ gate runs and prints a notice. The check is wired through LineBreak's
142
+ entitlements provider, so flipping `LINEBREAK_ENTITLEMENTS_PROVIDER=remote`
143
+ enforces licensing without a client change — set the key in CI secrets now so
144
+ the gate keeps working then.