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,733 +0,0 @@
1
- # Quality Assessment
2
-
3
- Comprehensive code quality analysis including complexity metrics, maintainability scores, and technical debt identification.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- Quality assessment provides:
10
- - Objective code quality metrics
11
- - Technical debt identification
12
- - Maintainability analysis
13
- - Best practice compliance
14
- - Actionable improvement recommendations
15
-
16
- ---
17
-
18
- ## Assessment Categories
19
-
20
- ### 1. Code Complexity Analysis
21
-
22
- ```yaml
23
- complexity_analysis:
24
- overall_score: 72 # out of 100
25
-
26
- metrics:
27
- cyclomatic_complexity:
28
- average: 4.2
29
- max: 18
30
- threshold: 10
31
- files_exceeding: 5
32
-
33
- cognitive_complexity:
34
- average: 6.8
35
- max: 32
36
- threshold: 15
37
- files_exceeding: 8
38
-
39
- nesting_depth:
40
- average: 2.1
41
- max: 5
42
- threshold: 4
43
- files_exceeding: 3
44
-
45
- high_complexity_files:
46
- - file: "src/services/orderService.ts"
47
- cyclomatic: 18
48
- cognitive: 32
49
- issue: "Complex order processing logic"
50
- recommendation: "Break into smaller functions"
51
-
52
- - file: "src/components/Dashboard.tsx"
53
- cyclomatic: 15
54
- cognitive: 28
55
- issue: "Too many conditional renders"
56
- recommendation: "Extract into sub-components"
57
-
58
- - file: "src/utils/dataTransform.ts"
59
- cyclomatic: 14
60
- cognitive: 24
61
- issue: "Multiple nested loops"
62
- recommendation: "Use functional approaches"
63
-
64
- complexity_distribution:
65
- low_1_5: 85 # 85% of files
66
- medium_6_10: 10
67
- high_11_15: 3
68
- very_high_16_plus: 2
69
- ```
70
-
71
- **Complexity Visualization:**
72
- ```
73
- Complexity Distribution
74
- ═══════════════════════
75
-
76
- Low (1-5) ████████████████████ 85%
77
- Medium (6-10) ████ 10%
78
- High (11-15) █ 3%
79
- Very High (16+)▏ 2%
80
- ```
81
-
82
- ---
83
-
84
- ### 2. Maintainability Index
85
-
86
- ```yaml
87
- maintainability:
88
- overall_score: 68 # out of 100 (>65 is good)
89
-
90
- factors:
91
- lines_of_code:
92
- total: 24500
93
- average_per_file: 156
94
- max_per_file: 580
95
- recommendation: "Split files >300 lines"
96
-
97
- comment_ratio:
98
- overall: 12%
99
- recommended: "10-20%"
100
- status: "Good"
101
-
102
- documentation_coverage:
103
- public_functions: 65%
104
- public_classes: 78%
105
- public_types: 45%
106
- recommendation: "Improve type documentation"
107
-
108
- test_coverage:
109
- statements: 78%
110
- branches: 65%
111
- functions: 82%
112
- lines: 79%
113
- recommendation: "Improve branch coverage"
114
-
115
- maintainability_by_module:
116
- - module: "auth"
117
- score: 82
118
- status: "Good"
119
-
120
- - module: "dashboard"
121
- score: 58
122
- status: "Needs attention"
123
- issues: ["High complexity", "Low test coverage"]
124
-
125
- - module: "user"
126
- score: 75
127
- status: "Good"
128
-
129
- - module: "payments"
130
- score: 45
131
- status: "Critical"
132
- issues: ["Very high complexity", "No tests", "Outdated patterns"]
133
- ```
134
-
135
- ---
136
-
137
- ### 3. Technical Debt Analysis
138
-
139
- ```yaml
140
- technical_debt:
141
- total_estimated_hours: 120
142
- debt_ratio: 8.5% # Debt / Total Dev Time
143
-
144
- categories:
145
- code_smells:
146
- count: 45
147
- hours: 35
148
- priority: "medium"
149
- items:
150
- - type: "Long Method"
151
- count: 12
152
- locations:
153
- - "orderService.processOrder()"
154
- - "dashboardService.generateReport()"
155
- fix_time: "2-4 hours each"
156
-
157
- - type: "Large Class"
158
- count: 5
159
- locations:
160
- - "src/services/ApiClient.ts (450 lines)"
161
- - "src/components/DataTable.tsx (380 lines)"
162
- fix_time: "4-6 hours each"
163
-
164
- - type: "Feature Envy"
165
- count: 8
166
- description: "Methods using other class data more than own"
167
- fix_time: "1-2 hours each"
168
-
169
- outdated_dependencies:
170
- count: 12
171
- hours: 8
172
- priority: "low"
173
- items:
174
- - "react-query v4 → v5 (breaking changes)"
175
- - "date-fns v2 → v3 (API changes)"
176
-
177
- missing_tests:
178
- count: 34 # untested critical paths
179
- hours: 40
180
- priority: "high"
181
- items:
182
- - "Payment processing - 0% coverage"
183
- - "Auth refresh flow - 20% coverage"
184
- - "Error boundaries - untested"
185
-
186
- deprecated_code:
187
- count: 15
188
- hours: 12
189
- priority: "low"
190
- items:
191
- - "Old API client still in use"
192
- - "Legacy form components"
193
- - "Deprecated hook patterns"
194
-
195
- security_issues:
196
- count: 3
197
- hours: 10
198
- priority: "critical"
199
- items:
200
- - "SQL query concatenation in 2 places"
201
- - "XSS vulnerability in markdown render"
202
- - "Missing input validation"
203
-
204
- documentation:
205
- count: 25
206
- hours: 15
207
- priority: "medium"
208
- items:
209
- - "API endpoints undocumented"
210
- - "Complex algorithms unexplained"
211
- - "Outdated README"
212
-
213
- debt_trend:
214
- last_month: 95 hours
215
- current: 120 hours
216
- trend: "increasing"
217
- recommendation: "Allocate 20% of sprint to debt reduction"
218
- ```
219
-
220
- **Debt Distribution:**
221
- ```
222
- Technical Debt Breakdown
223
- ════════════════════════
224
-
225
- Missing Tests ████████████████ 40h (33%)
226
- Code Smells ██████████████ 35h (29%)
227
- Documentation ██████ 15h (13%)
228
- Deprecated Code █████ 12h (10%)
229
- Security Issues ████ 10h (8%)
230
- Dependencies ███ 8h (7%)
231
- ────────
232
- 120h total
233
- ```
234
-
235
- ---
236
-
237
- ### 4. Code Smells Detection
238
-
239
- ```yaml
240
- code_smells:
241
- total: 87
242
-
243
- by_severity:
244
- critical: 5
245
- major: 23
246
- minor: 59
247
-
248
- detected:
249
- - smell: "God Object"
250
- severity: "critical"
251
- location: "src/services/ApiClient.ts"
252
- description: "Class handling too many responsibilities"
253
- lines: 450
254
- methods: 35
255
- fix: "Split into domain-specific services"
256
-
257
- - smell: "Primitive Obsession"
258
- severity: "major"
259
- locations: 8
260
- description: "Using primitives instead of value objects"
261
- example: |
262
- // Bad
263
- function createUser(email: string, age: number, role: string)
264
-
265
- // Better
266
- function createUser(input: CreateUserInput)
267
- fix: "Create proper type/interface definitions"
268
-
269
- - smell: "Long Parameter List"
270
- severity: "major"
271
- count: 12
272
- threshold: 4
273
- example:
274
- file: "src/services/reportService.ts:45"
275
- params: 8
276
- fix: "Use parameter objects or builders"
277
-
278
- - smell: "Duplicate Code"
279
- severity: "major"
280
- duplicates: 15
281
- total_duplicated_lines: 340
282
- clusters:
283
- - files: ["UserForm.tsx", "ProfileForm.tsx", "SettingsForm.tsx"]
284
- similarity: 78%
285
- fix: "Extract shared form logic to hook"
286
-
287
- - files: ["userService.ts", "postService.ts", "commentService.ts"]
288
- similarity: 85%
289
- fix: "Create generic service factory"
290
-
291
- - smell: "Dead Code"
292
- severity: "minor"
293
- count: 23
294
- types:
295
- unreachable_code: 5
296
- unused_variables: 12
297
- unused_imports: 6
298
- fix: "Run ESLint auto-fix or remove manually"
299
-
300
- - smell: "Magic Numbers"
301
- severity: "minor"
302
- count: 34
303
- examples:
304
- - "if (retryCount > 3)"
305
- - "setTimeout(() => {}, 5000)"
306
- - "limit: 50"
307
- fix: "Extract to named constants"
308
-
309
- - smell: "Nested Callbacks"
310
- severity: "minor"
311
- count: 8
312
- max_depth: 5
313
- fix: "Use async/await or refactor to smaller functions"
314
- ```
315
-
316
- ---
317
-
318
- ### 5. Best Practices Compliance
319
-
320
- ```yaml
321
- best_practices:
322
- overall_score: 74 # out of 100
323
-
324
- categories:
325
- typescript:
326
- score: 82
327
- checks:
328
- - rule: "Strict mode enabled"
329
- status: "pass"
330
-
331
- - rule: "No 'any' types"
332
- status: "fail"
333
- count: 12
334
- locations:
335
- - "src/lib/api.ts:34"
336
- - "src/utils/transform.ts:56"
337
-
338
- - rule: "Explicit return types"
339
- status: "partial"
340
- coverage: 78%
341
-
342
- - rule: "No type assertions"
343
- status: "partial"
344
- violations: 8
345
-
346
- react:
347
- score: 78
348
- checks:
349
- - rule: "No inline functions in JSX"
350
- status: "partial"
351
- violations: 15
352
-
353
- - rule: "Keys on list items"
354
- status: "pass"
355
-
356
- - rule: "useCallback for handlers passed to children"
357
- status: "partial"
358
- coverage: 65%
359
-
360
- - rule: "Error boundaries for pages"
361
- status: "fail"
362
- missing: 5
363
-
364
- - rule: "Suspense for lazy loading"
365
- status: "pass"
366
-
367
- security:
368
- score: 65
369
- checks:
370
- - rule: "No dangerouslySetInnerHTML"
371
- status: "fail"
372
- violations: 3
373
-
374
- - rule: "Input validation"
375
- status: "partial"
376
- coverage: 70%
377
-
378
- - rule: "HTTPS for API calls"
379
- status: "pass"
380
-
381
- - rule: "No hardcoded secrets"
382
- status: "pass"
383
-
384
- - rule: "Auth token handling"
385
- status: "pass"
386
-
387
- accessibility:
388
- score: 58
389
- checks:
390
- - rule: "Alt text on images"
391
- status: "partial"
392
- coverage: 45%
393
-
394
- - rule: "ARIA labels on interactive elements"
395
- status: "partial"
396
- coverage: 60%
397
-
398
- - rule: "Keyboard navigation"
399
- status: "fail"
400
- issues: 12
401
-
402
- - rule: "Color contrast"
403
- status: "partial"
404
- violations: 8
405
- ```
406
-
407
- ---
408
-
409
- ### 6. Performance Issues
410
-
411
- ```yaml
412
- performance_issues:
413
- total: 18
414
-
415
- detected:
416
- - issue: "Unnecessary Re-renders"
417
- severity: "high"
418
- count: 8
419
- examples:
420
- - component: "DataTable"
421
- cause: "New object created in render"
422
- fix: "useMemo for computed values"
423
-
424
- - component: "UserList"
425
- cause: "Inline arrow functions"
426
- fix: "useCallback for handlers"
427
-
428
- - issue: "Large Bundle Imports"
429
- severity: "medium"
430
- count: 5
431
- examples:
432
- - import: "import _ from 'lodash'"
433
- size: "70KB"
434
- fix: "import { debounce } from 'lodash-es'"
435
-
436
- - import: "import * as Icons from 'lucide-react'"
437
- size: "150KB"
438
- fix: "Import individual icons"
439
-
440
- - issue: "Missing Lazy Loading"
441
- severity: "medium"
442
- count: 3
443
- routes:
444
- - "/admin/*"
445
- - "/reports/*"
446
- - "/settings/advanced"
447
- fix: "Use React.lazy() or Next.js dynamic imports"
448
-
449
- - issue: "N+1 Queries"
450
- severity: "high"
451
- locations:
452
- - "src/pages/api/posts/[id].ts"
453
- - "src/services/orderService.ts"
454
- fix: "Use eager loading or DataLoader pattern"
455
-
456
- - issue: "Unoptimized Images"
457
- severity: "low"
458
- count: 12
459
- fix: "Use next/image with proper sizing"
460
- ```
461
-
462
- ---
463
-
464
- ### 7. Security Assessment
465
-
466
- ```yaml
467
- security_assessment:
468
- overall_score: 72 # out of 100
469
- critical_issues: 0
470
- high_issues: 2
471
- medium_issues: 5
472
- low_issues: 12
473
-
474
- owasp_top_10:
475
- - category: "A01: Broken Access Control"
476
- status: "pass"
477
- notes: "Proper auth middleware in place"
478
-
479
- - category: "A02: Cryptographic Failures"
480
- status: "pass"
481
- notes: "Passwords hashed with bcrypt"
482
-
483
- - category: "A03: Injection"
484
- status: "warning"
485
- issues:
486
- - "2 places with string concatenation in SQL"
487
- - "1 eval() usage in legacy code"
488
-
489
- - category: "A04: Insecure Design"
490
- status: "pass"
491
-
492
- - category: "A05: Security Misconfiguration"
493
- status: "warning"
494
- issues:
495
- - "CORS allows all origins in development"
496
- - "Debug mode enabled in some areas"
497
-
498
- - category: "A06: Vulnerable Components"
499
- status: "pass"
500
- notes: "No critical vulnerabilities in dependencies"
501
-
502
- - category: "A07: Auth Failures"
503
- status: "pass"
504
- notes: "Proper session management"
505
-
506
- - category: "A08: Data Integrity Failures"
507
- status: "pass"
508
-
509
- - category: "A09: Logging Failures"
510
- status: "warning"
511
- issues:
512
- - "Some endpoints lack audit logging"
513
-
514
- - category: "A10: SSRF"
515
- status: "pass"
516
-
517
- secrets_scan:
518
- hardcoded_secrets: 0
519
- .env_in_repo: false
520
- credentials_exposed: 0
521
- ```
522
-
523
- ---
524
-
525
- ### 8. Test Quality Analysis
526
-
527
- ```yaml
528
- test_quality:
529
- coverage:
530
- statements: 78%
531
- branches: 65%
532
- functions: 82%
533
- lines: 79%
534
-
535
- test_health:
536
- total_tests: 342
537
- passing: 338
538
- failing: 2
539
- skipped: 2
540
-
541
- flaky_tests: 3
542
- slow_tests: 8 # > 5 seconds
543
-
544
- test_patterns:
545
- unit_tests: 245
546
- integration_tests: 67
547
- e2e_tests: 30
548
-
549
- uncovered_critical_paths:
550
- - path: "Payment processing"
551
- coverage: 0%
552
- risk: "critical"
553
-
554
- - path: "Auth token refresh"
555
- coverage: 20%
556
- risk: "high"
557
-
558
- - path: "Error recovery flows"
559
- coverage: 15%
560
- risk: "high"
561
-
562
- test_quality_issues:
563
- - issue: "Tests without assertions"
564
- count: 5
565
- severity: "major"
566
-
567
- - issue: "Tests with implementation details"
568
- count: 12
569
- severity: "minor"
570
- description: "Testing internal state instead of behavior"
571
-
572
- - issue: "Missing edge case tests"
573
- count: 34
574
- severity: "medium"
575
-
576
- - issue: "Snapshot test overuse"
577
- count: 25
578
- severity: "minor"
579
- recommendation: "Replace with specific assertions"
580
- ```
581
-
582
- ---
583
-
584
- ## Quality Report
585
-
586
- ```markdown
587
- # Code Quality Report
588
-
589
- ## Project: MyApp
590
- ## Analyzed: 2024-01-15
591
-
592
- ---
593
-
594
- ## Executive Summary
595
-
596
- | Metric | Score | Status |
597
- |--------|-------|--------|
598
- | Overall Quality | 72/100 | Good |
599
- | Maintainability | 68/100 | Acceptable |
600
- | Technical Debt | 120 hours | Attention Needed |
601
- | Test Coverage | 78% | Good |
602
- | Security | 72/100 | Good |
603
-
604
- ---
605
-
606
- ## Quality Scores by Module
607
-
608
- | Module | Quality | Maintainability | Tech Debt | Tests |
609
- |--------|---------|-----------------|-----------|-------|
610
- | auth | 82 | 85 | 8h | 92% |
611
- | user | 75 | 78 | 12h | 85% |
612
- | dashboard | 58 | 55 | 35h | 65% |
613
- | payments | 45 | 40 | 45h | 20% |
614
-
615
- ---
616
-
617
- ## Critical Issues (Fix Immediately)
618
-
619
- 1. **Security: SQL Injection Risk**
620
- - Location: `orderService.ts:156`
621
- - Fix: Use parameterized queries
622
-
623
- 2. **Security: XSS in Markdown**
624
- - Location: `MarkdownRenderer.tsx`
625
- - Fix: Sanitize HTML output
626
-
627
- 3. **Missing Payment Tests**
628
- - Coverage: 0%
629
- - Fix: Add unit and integration tests
630
-
631
- ---
632
-
633
- ## High Priority Issues
634
-
635
- 1. Reduce complexity in `orderService.ts` (CC: 18)
636
- 2. Add error boundaries to all pages (5 missing)
637
- 3. Fix auth token refresh coverage (20%)
638
- 4. Address 3 circular dependencies
639
-
640
- ---
641
-
642
- ## Recommendations
643
-
644
- ### Short-term (This Sprint)
645
- - Fix security issues
646
- - Add error boundaries
647
- - Address critical code smells
648
-
649
- ### Medium-term (This Month)
650
- - Increase payments module coverage to 80%
651
- - Refactor dashboard module
652
- - Update outdated dependencies
653
-
654
- ### Long-term (This Quarter)
655
- - Reduce tech debt to <80 hours
656
- - Achieve 85% overall coverage
657
- - Complete accessibility audit
658
-
659
- ---
660
-
661
- ## Trend Analysis
662
-
663
- ```
664
- Quality Score Over Time
665
- ═══════════════════════
666
-
667
- Oct: ████████████████████░░░░ 68
668
- Nov: ██████████████████████░░ 70
669
- Dec: ███████████████████████░ 72
670
- Jan: ████████████████████████ 74 (projected)
671
- ```
672
-
673
- Quality improving at ~2 points/month. Target: 80 by Q2.
674
- ```
675
-
676
- ---
677
-
678
- ## Configuration
679
-
680
- ```yaml
681
- # proagents.config.yaml
682
-
683
- reverse_engineering:
684
- quality_assessment:
685
- enabled: true
686
-
687
- analyze:
688
- - complexity
689
- - maintainability
690
- - technical_debt
691
- - code_smells
692
- - best_practices
693
- - performance
694
- - security
695
- - test_quality
696
-
697
- thresholds:
698
- cyclomatic_complexity: 10
699
- cognitive_complexity: 15
700
- max_file_lines: 300
701
- min_test_coverage: 80
702
- min_quality_score: 70
703
-
704
- report:
705
- format: "markdown"
706
- include_trends: true
707
- include_recommendations: true
708
- include_severity: true
709
-
710
- ignore:
711
- paths:
712
- - "**/*.test.ts"
713
- - "**/*.spec.ts"
714
- - "scripts/"
715
- rules:
716
- - "max-lines" # For certain files
717
- ```
718
-
719
- ---
720
-
721
- ## Commands
722
-
723
- | Command | Description |
724
- |---------|-------------|
725
- | `pa:re-quality` | Full quality assessment |
726
- | `pa:re-quality --complexity` | Complexity analysis only |
727
- | `pa:re-quality --debt` | Technical debt analysis |
728
- | `pa:re-quality --smells` | Code smell detection |
729
- | `pa:re-quality --security` | Security assessment |
730
- | `pa:re-quality --tests` | Test quality analysis |
731
- | `pa:re-quality --module [name]` | Analyze specific module |
732
- | `pa:re-quality --trends` | Show quality trends |
733
- | `pa:re-quality --report` | Generate full report |