Engineering Intelligence

Git Analytics Dashboard ?

Repository health, contributor output, branch drift, and AI review quality in one operational view.
Projects ?
8
Current selected period
Developers ?
7
Current selected period
Project Health ?
74%
Current selected period
Security Score ?
55%
Current selected period
Delivery Risk ?
13%
Current selected period
AI Usage ?
100%
Current selected period
Health Score Trend ?
Selected-period quality, security, and bug-safety score.
25 50 75 100 Jul 01 Jul 02 Jul 03 Jul 04 Jul 05 Jul 06 Jul 07 Jul 08 Jul 09 Jul 10 Jul 11
Dashboard Scores ?
Executive health signals.
Project Health Score ? 74%
Developer Productivity ? 85%
Code Quality Score ? 72%
Security Score ? 55%
AI Usage % ? 100%
Delivery Risk ? 13%
Delivery Risk ?
Highest-risk projects first.
ProjectRisk
antfast-dashboard Low
army Low
army510 Low
avriti-backend Low
Safee-meet-app Low
avriti Low
Top Performers ?
Developer leaderboard with score bars.
AI Summary ?
Insights for leadership review.
  • Tech dept decreased by 3%
  • 0 projects at risk
  • 0 inactive developers
  • Business value score is 68%
Team Health ?
7 / 7
Active Developers7
Inactive0
Technical Depth ?
25%
Current Tech Dept25%
Last Month27%
AI Usage ?
100%
AI Generated100%
Human0%

Repositories ?

Synced repositories with branch and commit coverage.

Branch Ahead / Behind ?

Merge drift grouped by branch freshness.
RepositoryBranchAheadBehindStatus
antfast-dashboard main 0 0 Healthy
army main 0 0 Healthy
army510 main 0 0 Healthy
avriti main 0 0 Healthy
avriti-backend main 0 0 Healthy
newworldofrice master 0 0 Healthy
Safee-meet-app main 0 0 Healthy
safee-meet-backend main 0 0 Healthy

Developer Performance Report ?

Quality-adjusted output and professional score by contributor.
User Email Commits Changed Lines ? Hours ? Quality ? AI Composite ? Professional Score ?
Akash Kumar akashkr15082000@gmail.com 17 16,545
31.63
29.57h / 93.50h
76.18 74.00 70.45
Amit Kumar Mishra amitmishrag2020@gmail.com 18 7,250
27.24
25.47h / 93.50h
73.89 71.50 68.16
Jatin Arora jarora1994@gmail.com 10 28,776
21.86
20.44h / 93.50h
57.50 58.70 59.52
Jyoti jyotimohar@gmail.com 5 31,848
35.23
32.94h / 93.50h
78.00 73.40 66.66
Manish Sindhwani sindhwanimanish24@gmail.com 5 9,655
25.36
23.71h / 93.50h
81.00 76.80 65.79
root root@ip-172-31-32-70.ap-south-1.compute.internal 4 2,617
10.96
10.25h / 93.50h
67.50 59.00 52.37
Varinder Kaur vkaur27@gmail.com 3 935
5.25
4.91h / 93.50h
65.00 66.67 49.48

Recent Commits ?

Latest reviewed changes with AI remarks and improvement notes.
MessageUserRepositoryBranch+ / -AI ?RemarkImproveDate
cofnclit solve Jatin Arora antfast-dashboard main +1,503 / -2,509 55.00 This commit updates dependencies by adding two PHP libraries and fixes a syntax error. However, the commit message is unclear and misspelled. The dependency additions potentially add new functionality, although without context it's uncertain how they're used. The large number of lines added in the lock files is typical for such dependency updates. commit message - unclear and misspelled - provide a clearer, correctly spelled, and more descriptive commit message explaining what 'cofnclit' refers to and what issue was solved 10 Jul 2026, 04:30 AM
code push from jyoti code Jatin Arora antfast-dashboard main +5,877 / -2,744 74.00 This commit adds multiple Laravel controllers and an export class for financial records, providing features like data filtering, export to PDF and Excel, and UI data provisioning. The code is mostly well-structured and adheres to typical Laravel practices. However, there is no explicit handling for invalid date inputs beyond validation, no authorization checks, and the commit message is uninformative. commit message - issue - provide a descriptive commit message explaining the changes and their purpose 10 Jul 2026, 04:21 AM
fontandsidebar Jyoti antfast-dashboard main +29 / -20 76.00 The commit adds hidden navigation items and a method to filter visible items, integrates these into certain UI components, and updates project listing table headers and a data row cell. The changes improve UI navigability and data presentation but have limited direct business logic or security impact. app/Support/Demo/DemoData.php:24-34 - inconsistently scattered new nav items - group additions clearly and consider documenting the reason for each hidden flag 09 Jul 2026, 11:21 AM
settings Jyoti antfast-dashboard main +714 / -82 62.00 The commit adds new controller methods and demo data to support project and driver settings, including UI views for creating projects and drivers. While it introduces useful functionality, there is minimal validation and no security checks evident, and some hardcoded data could reduce maintainability. The commit message is not descriptive which reduces tracking and clarity. commit message - issue - provide a more descriptive and meaningful commit message explaining what was changed and why 09 Jul 2026, 09:16 AM
create-changes Jyoti antfast-dashboard main +4,260 / -2,588 67.00 The commit introduces multiple new controller classes with index and create methods using demo data to render views for various entities. Code is generally clear and consistent but lacks validation, exception handling, and usage of dependency injection. The commit message is uninformative. There are no security improvements or risk mitigations. The risk of bugs is low due to straightforward data retrieval and view rendering. The business value is moderate as it adds UI endpoints but without backend logic validation or processing. Limited security considerations lower the security score. Low fake work risk given the volume and consistency of changes. commit message - insufficient detail - change to a descriptive message that explains purpose and impact of changes 08 Jul 2026, 09:52 PM
Order&Finance Jyoti antfast-dashboard main +2,349 / -28 82.00 The commit introduces finance records export functionality with multiple export formats (Excel and PDF) and filtering capabilities by date ranges. It includes a reusable export class and mounts this in a finance controller with well-structured filtering and validation logic. The order details view is supported with better data modeling for display, increasing user value. Overall code quality is good, leveraging framework features and third-party libraries. Some minor improvements around input validation, date handling, and error handling could be made to reduce risk. Business value is positive given new export and filtering features. Security is moderate given validation usage but could be improved especially around input sanitization and output escaping. app/Http/Controllers/FinanceController.php:43 - incomplete validation rules without business logic checks - add validation to ensure start_date <= end_date to prevent invalid filter ranges 03 Jul 2026, 12:07 PM
Initial Laravel project Jyoti antfast-dashboard main +21,778 / -0 80.00 This commit initializes a Laravel project with configuration files, environment examples, and GitHub workflows for CI. It provides a solid base for development and CI automation but lacks initial application code and secure environment keys. .env.example:3 - APP_KEY is empty - generate a strong key for better security and initial setup completeness 03 Jul 2026, 06:22 AM
finance module Jatin Arora army main +4,676 / -641 64.00 The commit introduces a new GrantMasterController with CRUD operations for managing grants and integrates grant selection in other financial controllers. It also adds sample download and import functionalities for complaint data. The validation for grants is present but the manual increment of GrantID risks race conditions. Database queries use raw SQL in some places which can introduce injection risks if parameters are not sanitized. The commit message is vague. commit message - vague - improve message with specific details on changes introduced 09 Jul 2026, 04:00 PM
dashbaord graph changes and lpo , crc and eo work Jatin Arora army main +5,288 / -1,003 83.00 The commit includes multiple improvements spanning dashboard graphs, LPO fund status data aggregation, leave type validation, vendor name resolution, and CRC part master import functionality. It adds robust validation and error handling in import operations and enhances reporting with richer data. The SQL queries use safe parameter binding, but some raw SQL strings and dynamic date formatting in queries might introduce subtle bugs or security gaps if inputs are uncontrolled. Overall, the work enhances business capabilities with moderate code complexity and low risk, but some security and quality best practices could be improved. app/Http/Controllers/Boo/CsBaseController.php:55 - direct DB raw queries with input casted as int but no further validation - implement more strict input validation or parameterized queries to reduce risk 01 Jul 2026, 04:21 PM
changes. Manish Sindhwani army510 main +327 / -6 78.00 This commit introduces a new feature for managing signing authorities including full CRUD operations, validation, a corresponding model, migration, and some front-end UI changes. The code is well structured and follows Laravel conventions. Validation is present to avoid duplicates but could be enhanced. The commit message is uninformative. No obvious security vulnerabilities but input validation and error handling could improve. The UI additions improve user experience and business value. commit message - poor description - use a descriptive commit message explaining the changes and their purpose to improve maintainability and review. 07 Jul 2026, 01:36 PM
All changes done till Inspection Note. Manish Sindhwani army510 main +165 / -24 71.00 This commit adds filtering functionality to the CstCertificateController index method, allowing users to filter certificates by case number, vendor, certificate type, and date range. It also updates the view to support these filters and improves data retrieval queries with scopes. However, the commit message is vague and does not clearly describe the scope or intent of the changes. There are some potential risks around date filter handling and robustness of input validation. Security concerns like proper request validation and escaping are not explicitly addressed in the shown diff. The significant additions in the controller and view add useful business value but have moderate quality and security scores due to partial input sanitation and lack of clear commit information. commit message - vague description - write a detailed commit message summarizing the changes and their purpose to improve traceability and reviewer understanding 04 Jul 2026, 12:36 PM
CST,CST Certificate, CFA, SUPPLY ORDER, SUPPLY RCPT, INSPECTION NOTE . Manish Sindhwani army510 main +2,020 / -207 74.00 The commit adds multiple new features and enhancements around CST certificates, CFA sanctions, supply orders, supply receipts, and inspection notes including bulk actions and rendering views. It improves business value with comprehensive features and data presentation. Code quality is good overall, using transactions and standard Laravel best practices. Security and bug risk are moderate due to reliance on implicit authorization and data validation not shown fully in the diff. Minor improvements on error handling, input validation, and explicit authorization checks would reduce bug and security risks. The commit message itself is very brief and vague, reducing clarity. app/Http/Controllers/CstCertificateController.php:326 - Lack of input validation for funds parameter - add explicit validation for 'funds' input to prevent invalid data. 03 Jul 2026, 01:54 PM
Urgency Certificate ,CST,Board of Officers, LPC done . Manish Sindhwani army510 main +665 / -55 80.00 The commit adds functionality to prefill board officers from CST data, create and mark LPC certificates, and updates urgency certificate filtering and views. It improves business value by automating certificate management and improving workflow. The code quality is good, with methods logically separated. However, there is some risk of bugs due to new database queries and updates without transaction or error handling. Security considerations could be improved by validating sensitive data and handling authorization more explicitly. The commit message is brief and could be clarified for better understanding. commit message - insufficient detail - improve by providing a clear description of changes and their purpose 02 Jul 2026, 02:05 PM
Advance , Final LPR ,Noating ,CST new changes done. Manish Sindhwani army510 main +6,029 / -157 81.00 The commit adds a new helper class to convert numbers to Indian currency words and a controller for handling CST certificate related operations including listing, vendor info, and generating certificates. The code is mostly clean and functional with proper data validation and usage of Laravel features. commit message - unclear and not descriptive - improve commit message to clearly describe changes made and their purpose 01 Jul 2026, 12:34 PM
services email send billing only not sipping address complete frontend Amit Kumar Mishra avriti main +78 / -39 73.00 The commit introduces functionality to fill and validate billing and shipping addresses separately, primarily focusing on services that only need billing address information. The code clearly separates billing and shipping data management with UI changes, ensures validation for billing fields, and handles conditionals for services appropriately. However, the commit message is unclear and contains multiple typos, reducing communication clarity. The code does not indicate any explicit security fixes or enhancements beyond email validation, and there is a moderate risk of bugs if address data handling or UI toggling is improperly tested. Overall the changes improve user experience and correctness for billing vs shipping address handling but could benefit from clearer documentation and some security hardening. commit message - unclear and contains typos - rewrite the commit message to clearly explain the change and intent to improve clarity and maintainability 09 Jul 2026, 12:52 PM
add servics css fix and thanku msg Amit Kumar Mishra avriti main +199 / -58 77.00 This commit adds a new order-confirmation popup to the checkout page with a redirect after 5 seconds, links to order list and shop, and improves the services page with service-tier selection and corresponding pricing. It also adds service CSS for rich content formatting and improves image rendering in order cards and order pages. The commit message is brief and has typos. The code improvements increase usability and user feedback after order submission. commit message - typo and clarity issue - fix spelling and improve detail to better reflect changes made 09 Jul 2026, 11:56 AM
add privacy and terms page Amit Kumar Mishra avriti main +326 / -2 88.00 The commit adds fully implemented Privacy Policy and Terms & Conditions pages with detailed sections relevant to the business. The text is clear, structured, and covers critical legal and privacy topics. The implementation includes metadata for SEO and uses a shared LegalPage component, demonstrating good reuse. Minor improvements could be made to enhance security and maintainability. app/privacy/page.tsx:74 - hardcoded 'updated' date as 'July 2026' looks like a typo or placeholder - correct the updated date to the current or intended accurate date 07 Jul 2026, 01:53 AM
complete frontend Amit Kumar Mishra avriti main +87 / -160 65.00 The commit adds multiple frontend improvements including UI elements, image rendering, CSS styling for products, and content rendering with innerHTML. There are some concerns about security with the widespread use of dangerouslySetInnerHTML which can introduce XSS risks. Quality is decent given CSS and UI updates, but better validation or sanitization of HTML content would improve safety. Business value is moderate reflecting user-facing feature completions. Bug risk is moderate due to potential unsafe HTML injection and some dependencies on environment variables without error handling. Fake work risk is low as changes are substantial and related to frontend functionality. components/ProductDetailSection.tsx:164 - security risk with dangerouslySetInnerHTML - sanitize HTML content before rendering 06 Jul 2026, 01:19 PM
product import working Amit Kumar Mishra avriti main +32 / -2 67.00 The commit adds a new product detail field 'caringForCrystal' to multiple components, including state management, UI display in product details, and product accordion content. The update improves user experience by providing more product information. However, the use of 'dangerouslySetInnerHTML' introduces potential XSS security risks, the commit message is vague, and there is no input sanitation visible. The code quality is good but could improve with more descriptive commits and security considerations. commit message - vague message - provide a more descriptive commit message explaining what 'product import working' refers to in terms of features or bug fixes 05 Jul 2026, 10:06 AM
add blog page Amit Kumar Mishra avriti main +525 / -12 73.00 This commit adds a comprehensive blog page including fetching blog data, rendering it with SEO metadata, and a sidebar with search, tags, and recent posts. The code is organized and includes error handling for missing posts. However, there is moderate bug risk due to usage of dangerouslySetInnerHTML without sanitization, which also reduces security score. The implementation provides relevant business value by enabling blog content display with SEO metadata. The styling adds good presentation but no direct impact on functionality or security. app/blog/[slug]/page.tsx:103 - use of dangerouslySetInnerHTML without sanitization - sanitize or validate HTML content before injecting to improve security and reduce bug risk 05 Jul 2026, 05:23 AM