proagents 1.6.17 → 1.6.19

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.
Files changed (185) hide show
  1. package/.claude/settings.local.json +169 -0
  2. package/.proagents/AGENTS.md +2 -0
  3. package/.proagents/AI_INSTRUCTIONS.md +13 -0
  4. package/.proagents/ANTIGRAVITY.md +2 -0
  5. package/.proagents/BOLT.md +2 -0
  6. package/.proagents/CHATGPT.md +2 -0
  7. package/.proagents/CLAUDE.md +2 -0
  8. package/.proagents/GEMINI.md +2 -0
  9. package/.proagents/GROQ.md +2 -0
  10. package/.proagents/KIRO.md +2 -0
  11. package/.proagents/LOVABLE.md +2 -0
  12. package/.proagents/PROAGENTS.md +2 -0
  13. package/.proagents/REPLIT.md +2 -0
  14. package/.proagents/prompts/00-project-setup.md +878 -0
  15. package/.proagents/prompts/04-planning.md +38 -0
  16. package/.proagents/prompts/12-rnd.md +957 -0
  17. package/.proagents/workflow-modes/entry-modes.md +27 -0
  18. package/.proagents/worklog/_context.template.md +47 -0
  19. package/COMMANDS.md +654 -0
  20. package/README.md +16 -24
  21. package/package.json +2 -7
  22. package/.proagents/ai-models/README.md +0 -141
  23. package/.proagents/ai-models/cost-management.md +0 -362
  24. package/.proagents/ai-models/fallbacks.md +0 -342
  25. package/.proagents/ai-models/model-config.md +0 -318
  26. package/.proagents/ai-models/task-routing.md +0 -503
  27. package/.proagents/ai-training/README.md +0 -155
  28. package/.proagents/ai-training/continuous-learning.md +0 -413
  29. package/.proagents/ai-training/domain-knowledge.md +0 -378
  30. package/.proagents/ai-training/pattern-learning.md +0 -455
  31. package/.proagents/ai-training/training-data.md +0 -337
  32. package/.proagents/ai-training/user-preferences.md +0 -346
  33. package/.proagents/approval-workflows/README.md +0 -146
  34. package/.proagents/approval-workflows/approval-config.md +0 -332
  35. package/.proagents/approval-workflows/approval-stages.md +0 -503
  36. package/.proagents/approval-workflows/emergency-bypass.md +0 -351
  37. package/.proagents/approval-workflows/examples.md +0 -859
  38. package/.proagents/approval-workflows/notifications.md +0 -320
  39. package/.proagents/compliance/README.md +0 -206
  40. package/.proagents/compliance/access-control.md +0 -310
  41. package/.proagents/compliance/audit-logging.md +0 -444
  42. package/.proagents/compliance/compliance-frameworks.md +0 -429
  43. package/.proagents/compliance/reports.md +0 -491
  44. package/.proagents/compliance/retention-policies.md +0 -454
  45. package/.proagents/config-versioning/README.md +0 -120
  46. package/.proagents/config-versioning/changelog.md +0 -300
  47. package/.proagents/config-versioning/rollback.md +0 -283
  48. package/.proagents/config-versioning/versioning.md +0 -330
  49. package/.proagents/contract-testing/README.md +0 -223
  50. package/.proagents/contract-testing/contract-testing.md +0 -614
  51. package/.proagents/contract-testing/pact-integration.md +0 -507
  52. package/.proagents/contract-testing/schema-validation.md +0 -565
  53. package/.proagents/dependency-management/README.md +0 -140
  54. package/.proagents/dependency-management/automation.md +0 -363
  55. package/.proagents/dependency-management/compatibility.md +0 -319
  56. package/.proagents/dependency-management/security-scanning.md +0 -413
  57. package/.proagents/dependency-management/update-policies.md +0 -374
  58. package/.proagents/disaster-recovery/README.md +0 -247
  59. package/.proagents/disaster-recovery/automation.md +0 -366
  60. package/.proagents/disaster-recovery/backup-recovery.md +0 -571
  61. package/.proagents/disaster-recovery/incident-response.md +0 -565
  62. package/.proagents/disaster-recovery/rollback-procedures.md +0 -499
  63. package/.proagents/disaster-recovery/runbooks.md +0 -603
  64. package/.proagents/disaster-recovery/scenarios.md +0 -892
  65. package/.proagents/disaster-recovery/testing.md +0 -438
  66. package/.proagents/environments/README.md +0 -244
  67. package/.proagents/environments/configuration.md +0 -437
  68. package/.proagents/environments/promotion.md +0 -434
  69. package/.proagents/environments/setup.md +0 -420
  70. package/.proagents/examples/README.md +0 -55
  71. package/.proagents/examples/backend-nodejs/README.md +0 -188
  72. package/.proagents/examples/backend-nodejs/complete-conversation.md +0 -601
  73. package/.proagents/examples/backend-nodejs/proagents.config.yaml +0 -415
  74. package/.proagents/examples/backend-nodejs/workflow-example.md +0 -909
  75. package/.proagents/examples/fullstack-nextjs/README.md +0 -155
  76. package/.proagents/examples/fullstack-nextjs/complete-conversation.md +0 -604
  77. package/.proagents/examples/fullstack-nextjs/proagents.config.yaml +0 -287
  78. package/.proagents/examples/fullstack-nextjs/workflow-example.md +0 -553
  79. package/.proagents/examples/mobile-react-native/README.md +0 -171
  80. package/.proagents/examples/mobile-react-native/complete-conversation.md +0 -825
  81. package/.proagents/examples/mobile-react-native/proagents.config.yaml +0 -330
  82. package/.proagents/examples/mobile-react-native/workflow-example.md +0 -723
  83. package/.proagents/examples/web-frontend-react/README.md +0 -125
  84. package/.proagents/examples/web-frontend-react/complete-conversation.md +0 -556
  85. package/.proagents/examples/web-frontend-react/proagents.config.yaml +0 -183
  86. package/.proagents/examples/web-frontend-react/workflow-example.md +0 -603
  87. package/.proagents/existing-projects/README.md +0 -65
  88. package/.proagents/existing-projects/challenges.md +0 -861
  89. package/.proagents/existing-projects/coexistence-mode.md +0 -483
  90. package/.proagents/existing-projects/compatibility-assessment.md +0 -541
  91. package/.proagents/existing-projects/gradual-adoption.md +0 -515
  92. package/.proagents/existing-projects/migration-strategies.md +0 -788
  93. package/.proagents/existing-projects/pattern-reconciliation.md +0 -489
  94. package/.proagents/existing-projects/team-onboarding.md +0 -617
  95. package/.proagents/existing-projects/technical-debt-handling.md +0 -644
  96. package/.proagents/feature-flags/README.md +0 -263
  97. package/.proagents/feature-flags/ab-testing.md +0 -413
  98. package/.proagents/feature-flags/configuration.md +0 -420
  99. package/.proagents/feature-flags/kill-switches.md +0 -444
  100. package/.proagents/feature-flags/rollout-strategies.md +0 -392
  101. package/.proagents/history.log +0 -12
  102. package/.proagents/i18n/README.md +0 -133
  103. package/.proagents/i18n/extraction.md +0 -433
  104. package/.proagents/i18n/tms-integration.md +0 -332
  105. package/.proagents/i18n/translation-workflow.md +0 -413
  106. package/.proagents/i18n/validation.md +0 -355
  107. package/.proagents/logging/README.md +0 -276
  108. package/.proagents/logging/aggregation.md +0 -475
  109. package/.proagents/logging/log-levels.md +0 -376
  110. package/.proagents/logging/sensitive-data.md +0 -423
  111. package/.proagents/logging/structured-logging.md +0 -406
  112. package/.proagents/metrics/README.md +0 -69
  113. package/.proagents/metrics/code-quality-kpis.md +0 -461
  114. package/.proagents/metrics/deployment-metrics.md +0 -517
  115. package/.proagents/metrics/developer-productivity.md +0 -368
  116. package/.proagents/metrics/learning-effectiveness.md +0 -478
  117. package/.proagents/migrations/README.md +0 -77
  118. package/.proagents/migrations/from-claude-projects.md +0 -313
  119. package/.proagents/migrations/from-cursor-rules.md +0 -345
  120. package/.proagents/migrations/from-custom-workflows.md +0 -410
  121. package/.proagents/monitoring/README.md +0 -308
  122. package/.proagents/monitoring/alerting.md +0 -449
  123. package/.proagents/monitoring/dashboards.md +0 -454
  124. package/.proagents/monitoring/health-checks.md +0 -436
  125. package/.proagents/monitoring/metrics.md +0 -434
  126. package/.proagents/multi-project/README.md +0 -170
  127. package/.proagents/multi-project/coordinated-deploy.md +0 -510
  128. package/.proagents/multi-project/cross-project-deps.md +0 -395
  129. package/.proagents/multi-project/unified-changelog.md +0 -477
  130. package/.proagents/multi-project/walkthroughs/monorepo-setup.md +0 -787
  131. package/.proagents/multi-project/workspace-config.md +0 -408
  132. package/.proagents/notifications/README.md +0 -151
  133. package/.proagents/notifications/channels.md +0 -457
  134. package/.proagents/notifications/preferences.md +0 -415
  135. package/.proagents/notifications/routing.md +0 -449
  136. package/.proagents/notifications/scheduling.md +0 -425
  137. package/.proagents/notifications/templates.md +0 -446
  138. package/.proagents/offline-mode/README.md +0 -145
  139. package/.proagents/offline-mode/caching.md +0 -344
  140. package/.proagents/offline-mode/offline-operations.md +0 -312
  141. package/.proagents/offline-mode/queue-specifications.md +0 -679
  142. package/.proagents/offline-mode/sync.md +0 -475
  143. package/.proagents/parallel-features/README.md +0 -85
  144. package/.proagents/parallel-features/conflict-detection.md +0 -226
  145. package/.proagents/parallel-features/dependency-management.md +0 -392
  146. package/.proagents/parallel-features/merge-coordination.md +0 -506
  147. package/.proagents/parallel-features/tracking-system.md +0 -416
  148. package/.proagents/performance/README.md +0 -59
  149. package/.proagents/performance/bundle-analysis.md +0 -375
  150. package/.proagents/performance/load-testing.md +0 -563
  151. package/.proagents/performance/runtime-metrics.md +0 -489
  152. package/.proagents/performance/web-vitals.md +0 -425
  153. package/.proagents/plugins/README.md +0 -139
  154. package/.proagents/plugins/creating-plugins.md +0 -504
  155. package/.proagents/plugins/plugin-api.md +0 -467
  156. package/.proagents/plugins/plugin-registry.md +0 -276
  157. package/.proagents/reporting/README.md +0 -158
  158. package/.proagents/reporting/dashboards.md +0 -366
  159. package/.proagents/reporting/exports.md +0 -524
  160. package/.proagents/reporting/quality-metrics.md +0 -385
  161. package/.proagents/reporting/templates/README.md +0 -56
  162. package/.proagents/reporting/templates/dashboard-config.json +0 -187
  163. package/.proagents/reporting/templates/metrics-queries.md +0 -427
  164. package/.proagents/reporting/templates/react-dashboard.tsx +0 -544
  165. package/.proagents/reporting/templates/widgets.md +0 -451
  166. package/.proagents/reporting/velocity-metrics.md +0 -340
  167. package/.proagents/reverse-engineering/README.md +0 -151
  168. package/.proagents/reverse-engineering/architecture-extraction.md +0 -325
  169. package/.proagents/reverse-engineering/code-analysis.md +0 -377
  170. package/.proagents/reverse-engineering/dependency-mapping.md +0 -567
  171. package/.proagents/reverse-engineering/diagram-generation.md +0 -586
  172. package/.proagents/reverse-engineering/documentation-generation.md +0 -468
  173. package/.proagents/reverse-engineering/pattern-detection.md +0 -569
  174. package/.proagents/reverse-engineering/quality-assessment.md +0 -733
  175. package/.proagents/secrets/README.md +0 -278
  176. package/.proagents/secrets/access-control.md +0 -443
  177. package/.proagents/secrets/rotation.md +0 -403
  178. package/.proagents/secrets/scanning.md +0 -487
  179. package/.proagents/secrets/storage.md +0 -394
  180. package/.proagents/webhooks/README.md +0 -126
  181. package/.proagents/webhooks/endpoints.md +0 -298
  182. package/.proagents/webhooks/events.md +0 -316
  183. package/.proagents/webhooks/payloads.md +0 -325
  184. package/.proagents/webhooks/reliability.md +0 -363
  185. package/.proagents/webhooks/security.md +0 -380
@@ -1,491 +0,0 @@
1
- # Compliance Reports
2
-
3
- Generate compliance reports and evidence packages.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- ProAgents generates compliance reports for auditors, internal reviews, and regulatory submissions.
10
-
11
- ```
12
- ┌─────────────────────────────────────────────────────────────┐
13
- │ Report Generation │
14
- ├─────────────────────────────────────────────────────────────┤
15
- │ │
16
- │ Audit Logs ────┐ │
17
- │ │ │
18
- │ Evidence ──────┼───► Report Generator ───► Reports │
19
- │ │ │ │
20
- │ Controls ──────┘ │ │
21
- │ ▼ │
22
- │ ┌─────────────────┐ │
23
- │ │ Output Formats │ │
24
- │ ├─────────────────┤ │
25
- │ │ • PDF │ │
26
- │ │ • HTML │ │
27
- │ │ • JSON │ │
28
- │ │ • CSV │ │
29
- │ └─────────────────┘ │
30
- │ │
31
- └─────────────────────────────────────────────────────────────┘
32
- ```
33
-
34
- ---
35
-
36
- ## Report Types
37
-
38
- ### Executive Summary
39
-
40
- High-level compliance status for management:
41
-
42
- ```bash
43
- proagents compliance report --type executive
44
- ```
45
-
46
- **Contents:**
47
- - Overall compliance status
48
- - Key metrics
49
- - Risk areas
50
- - Recommendations
51
-
52
- ### Detailed Audit Report
53
-
54
- Complete evidence for auditors:
55
-
56
- ```bash
57
- proagents compliance report --type audit --framework soc2
58
- ```
59
-
60
- **Contents:**
61
- - Control mapping
62
- - Evidence collection
63
- - Test results
64
- - Exception documentation
65
-
66
- ### Control Evidence Package
67
-
68
- Specific control evidence:
69
-
70
- ```bash
71
- proagents compliance report --type evidence --control access-control
72
- ```
73
-
74
- **Contents:**
75
- - Control description
76
- - Implementation details
77
- - Supporting evidence
78
- - Test results
79
-
80
- ### Compliance Gap Analysis
81
-
82
- Identify gaps in compliance:
83
-
84
- ```bash
85
- proagents compliance report --type gap-analysis
86
- ```
87
-
88
- **Contents:**
89
- - Current state assessment
90
- - Required controls
91
- - Gap identification
92
- - Remediation plan
93
-
94
- ---
95
-
96
- ## Generating Reports
97
-
98
- ### Basic Report Generation
99
-
100
- ```bash
101
- # Generate SOC 2 report
102
- proagents compliance report --framework soc2
103
-
104
- # Generate for specific period
105
- proagents compliance report --framework soc2 --period 2024-Q1
106
-
107
- # Generate all frameworks
108
- proagents compliance report --all
109
- ```
110
-
111
- ### Advanced Options
112
-
113
- ```bash
114
- proagents compliance report \
115
- --framework soc2 \
116
- --type audit \
117
- --period 2024-Q1 \
118
- --format pdf \
119
- --output ./reports/soc2-q1-2024.pdf \
120
- --include-evidence \
121
- --sign
122
- ```
123
-
124
- ### Report Options
125
-
126
- | Option | Description |
127
- |--------|-------------|
128
- | `--framework` | Target compliance framework |
129
- | `--type` | Report type (executive, audit, evidence, gap) |
130
- | `--period` | Reporting period (YYYY-MM, YYYY-QN, YYYY) |
131
- | `--format` | Output format (pdf, html, json, csv) |
132
- | `--output` | Output file path |
133
- | `--include-evidence` | Include full evidence attachments |
134
- | `--sign` | Digitally sign the report |
135
- | `--encrypt` | Encrypt the report |
136
-
137
- ---
138
-
139
- ## Report Templates
140
-
141
- ### SOC 2 Report Template
142
-
143
- ```markdown
144
- # SOC 2 Type II Compliance Report
145
-
146
- **Organization:** [Company Name]
147
- **Period:** [Start Date] to [End Date]
148
- **Generated:** [Date]
149
-
150
- ## Executive Summary
151
-
152
- [Overall compliance status and key findings]
153
-
154
- ## Trust Service Criteria Coverage
155
-
156
- ### CC1: Control Environment
157
- - Status: [Compliant/Non-Compliant]
158
- - Controls Tested: [Count]
159
- - Exceptions: [Count]
160
-
161
- [Details for each criterion...]
162
-
163
- ## Control Testing Results
164
-
165
- | Control ID | Description | Status | Evidence |
166
- |------------|-------------|--------|----------|
167
- | CC1.1 | ... | Pass | [Link] |
168
- | CC1.2 | ... | Pass | [Link] |
169
-
170
- ## Evidence Summary
171
-
172
- [List of evidence collected]
173
-
174
- ## Exceptions and Remediation
175
-
176
- [Any exceptions found and remediation plans]
177
-
178
- ## Appendices
179
-
180
- - Appendix A: Complete Evidence Package
181
- - Appendix B: Test Procedures
182
- - Appendix C: Exception Details
183
- ```
184
-
185
- ### GDPR Report Template
186
-
187
- ```markdown
188
- # GDPR Compliance Report
189
-
190
- **Organization:** [Company Name]
191
- **Data Protection Officer:** [DPO Name]
192
- **Report Date:** [Date]
193
-
194
- ## Data Protection Status
195
-
196
- ### Processing Activities (Art. 30)
197
- [Record of processing activities]
198
-
199
- ### Legal Basis (Art. 6)
200
- [Documentation of legal basis for processing]
201
-
202
- ### Data Subject Rights (Art. 15-22)
203
- [Summary of rights fulfillment]
204
-
205
- ### Security Measures (Art. 32)
206
- [Technical and organizational measures]
207
-
208
- ### Data Breaches (Art. 33-34)
209
- [Breach notification procedures and history]
210
-
211
- ## Risk Assessment
212
-
213
- [Current data protection risks]
214
-
215
- ## Recommendations
216
-
217
- [Improvement recommendations]
218
- ```
219
-
220
- ---
221
-
222
- ## Automated Report Scheduling
223
-
224
- ### Configuration
225
-
226
- ```yaml
227
- # proagents.config.yaml
228
-
229
- compliance:
230
- reports:
231
- auto_generate: true
232
-
233
- schedules:
234
- - name: "Monthly Executive Summary"
235
- type: "executive"
236
- frameworks: ["all"]
237
- frequency: "monthly"
238
- day: 1
239
- recipients:
240
- - "executives@company.com"
241
-
242
- - name: "Quarterly SOC 2 Report"
243
- type: "audit"
244
- frameworks: ["soc2"]
245
- frequency: "quarterly"
246
- recipients:
247
- - "compliance@company.com"
248
- - "audit@company.com"
249
-
250
- - name: "Weekly Security Summary"
251
- type: "security"
252
- frequency: "weekly"
253
- day: "monday"
254
- recipients:
255
- - "security@company.com"
256
-
257
- delivery:
258
- method: "email"
259
- encrypt: true
260
- sign: true
261
- ```
262
-
263
- ### Manual Scheduling
264
-
265
- ```bash
266
- # Schedule a report
267
- proagents compliance schedule \
268
- --framework soc2 \
269
- --frequency monthly \
270
- --recipients "audit@company.com"
271
-
272
- # List scheduled reports
273
- proagents compliance schedule list
274
-
275
- # Cancel scheduled report
276
- proagents compliance schedule cancel report_123
277
- ```
278
-
279
- ---
280
-
281
- ## Evidence Collection
282
-
283
- ### Automatic Evidence
284
-
285
- ProAgents automatically collects evidence for:
286
-
287
- | Evidence Type | Source | Format |
288
- |---------------|--------|--------|
289
- | Access Logs | Audit trail | JSON/CSV |
290
- | Change Records | Git history | Git log |
291
- | Review Records | PR history | JSON |
292
- | Test Results | CI/CD | JSON |
293
- | Deployment Logs | Deploy system | JSON |
294
- | Security Scans | Scanning tools | JSON/PDF |
295
-
296
- ### Manual Evidence Upload
297
-
298
- ```bash
299
- # Upload manual evidence
300
- proagents compliance evidence upload \
301
- --control access-control \
302
- --type screenshot \
303
- --file ./evidence/access-review.png \
304
- --description "Q1 Access Review Meeting"
305
- ```
306
-
307
- ### Evidence Package
308
-
309
- ```bash
310
- # Generate evidence package
311
- proagents compliance evidence package --framework soc2 --period 2024-Q1
312
-
313
- # Output structure:
314
- evidence-package-2024-Q1/
315
- ├── index.json # Evidence index
316
- ├── access-control/
317
- │ ├── logs/
318
- │ │ └── access-logs-2024-Q1.jsonl
319
- │ └── screenshots/
320
- │ └── access-review.png
321
- ├── change-management/
322
- │ ├── commit-history.json
323
- │ └── pr-records.json
324
- ├── testing/
325
- │ ├── test-results.json
326
- │ └── coverage-reports/
327
- └── security/
328
- ├── vulnerability-scans/
329
- └── penetration-tests/
330
- ```
331
-
332
- ---
333
-
334
- ## Report Distribution
335
-
336
- ### Email Distribution
337
-
338
- ```yaml
339
- reports:
340
- distribution:
341
- email:
342
- enabled: true
343
- smtp_server: "smtp.company.com"
344
- from: "compliance@company.com"
345
- encrypt: true
346
- templates:
347
- subject: "Compliance Report: {framework} - {period}"
348
- body: |
349
- Please find attached the {framework} compliance report
350
- for {period}.
351
-
352
- Summary:
353
- - Status: {status}
354
- - Controls Tested: {controls_tested}
355
- - Exceptions: {exceptions}
356
-
357
- Please contact compliance@company.com with questions.
358
- ```
359
-
360
- ### Secure Distribution
361
-
362
- ```bash
363
- # Generate encrypted report
364
- proagents compliance report \
365
- --framework soc2 \
366
- --encrypt \
367
- --recipient "auditor@audit-firm.com"
368
-
369
- # Generate signed report
370
- proagents compliance report \
371
- --framework soc2 \
372
- --sign \
373
- --key ./signing-key.pem
374
- ```
375
-
376
- ### Audit Portal Upload
377
-
378
- ```yaml
379
- reports:
380
- distribution:
381
- audit_portal:
382
- enabled: true
383
- type: "vanta" # or drata, secureframe
384
- api_key: "${AUDIT_PORTAL_API_KEY}"
385
- auto_upload: true
386
- ```
387
-
388
- ---
389
-
390
- ## Custom Reports
391
-
392
- ### Report Builder
393
-
394
- ```bash
395
- # Interactive report builder
396
- proagents compliance report build
397
-
398
- # Or via config
399
- proagents compliance report build --config ./custom-report.yaml
400
- ```
401
-
402
- ### Custom Report Configuration
403
-
404
- ```yaml
405
- # custom-report.yaml
406
-
407
- report:
408
- name: "Quarterly Security Review"
409
- type: "custom"
410
-
411
- sections:
412
- - title: "Executive Summary"
413
- type: "summary"
414
- metrics:
415
- - "total_events"
416
- - "security_incidents"
417
- - "vulnerability_count"
418
-
419
- - title: "Security Events"
420
- type: "audit_events"
421
- filter:
422
- category: "security"
423
- period: "last_quarter"
424
-
425
- - title: "Vulnerability Analysis"
426
- type: "vulnerability_report"
427
- include:
428
- - "critical"
429
- - "high"
430
-
431
- - title: "Access Review"
432
- type: "access_analysis"
433
- include:
434
- - "privileged_access"
435
- - "new_permissions"
436
-
437
- - title: "Recommendations"
438
- type: "recommendations"
439
- auto_generate: true
440
-
441
- output:
442
- formats: ["pdf", "html"]
443
- include_charts: true
444
- include_evidence: false
445
- ```
446
-
447
- ---
448
-
449
- ## Report Dashboard
450
-
451
- ```
452
- ┌─────────────────────────────────────────────────────────────┐
453
- │ Compliance Reports Dashboard │
454
- ├─────────────────────────────────────────────────────────────┤
455
- │ │
456
- │ Recent Reports: │
457
- │ │
458
- │ • SOC 2 Q1 2024 (Jan 15) │
459
- │ Status: ✅ Complete | 45 controls | 0 exceptions │
460
- │ [View] [Download] [Share] │
461
- │ │
462
- │ • GDPR Assessment (Jan 10) │
463
- │ Status: ✅ Complete | All articles compliant │
464
- │ [View] [Download] [Share] │
465
- │ │
466
- │ • PCI-DSS SAQ (Dec 20) │
467
- │ Status: ⚠️ 2 items pending │
468
- │ [View] [Download] [Edit] │
469
- │ │
470
- │ Scheduled Reports: │
471
- │ • Monthly Executive - Feb 1 │
472
- │ • Weekly Security - Every Monday │
473
- │ • Quarterly SOC 2 - Apr 1 │
474
- │ │
475
- │ [Generate New Report] [Schedule Report] [Settings] │
476
- │ │
477
- └─────────────────────────────────────────────────────────────┘
478
- ```
479
-
480
- ---
481
-
482
- ## Best Practices
483
-
484
- 1. **Regular Generation**: Generate reports on schedule
485
- 2. **Review Before Distribution**: Review reports before sharing
486
- 3. **Secure Storage**: Store reports securely with encryption
487
- 4. **Version Control**: Track report versions
488
- 5. **Evidence Links**: Include links to supporting evidence
489
- 6. **Clear Remediation**: Document clear remediation for findings
490
- 7. **Auditor Access**: Provide read-only access to auditors
491
- 8. **Automate**: Automate routine reports to reduce manual work