Prepared by:
HALBORN
Last Updated 01/27/2026
Date of Engagement: January 13th, 2026 - January 19th, 2026
100% of all REPORTED Findings have been addressed
All findings
9
Critical
2
High
0
Medium
2
Low
2
Informational
3
Kite engaged Halborn to perform a security assessment of their smart contracts starting on January 13th 2025 and ending on January 19th, 2026. The assessment scope was limited to the smart contracts provided to Halborn. Commit hashes and additional details are available in the Scope section of this report.
The Kite protocol implements a sophisticated cross-chain Proof-of-Stake (PoS) validator management system designed for Avalanche's Interchain Messaging (ICM) framework. It orchestrates validator/delegator lifecycle management, reward distribution, and uptime verification through Warp Messaging between the P-Chain and C-Chain.
Halborn was allocated 4 day for this engagement and assigned 1 full-time security engineers to conduct a comprehensive review of the smart contracts within scope. The engineers are experts in blockchain and smart contract security, with advanced skills in penetration testing and smart contract exploitation, as well as extensive knowledge of multiple blockchain protocols.
The objectives of this assessment are to:
Identify potential security vulnerabilities within the smart contracts.
Verify that the smart contract functionality operates as intended.
In summary, Halborn identified several areas for improvement to reduce the likelihood and impact of security risks, which were mostly addressed by the Kite team. The main recommendations were:
Add the nonReentrant modifier to prevent reentrancy.
Contract should initialize lastClaimUptimeSeconds to the validator's current during initialization.
Implement a period-based uptime evaluation system that assesses each reward claim window independently.
Make uptime proof submission mandatory to accept new delegators.
Halborn conducted a combination of manual code review and automated security testing to balance efficiency, timeliness, practicality, and accuracy within the scope of this assessment. While manual testing is crucial for identifying flaws in logic, processes, and implementation, automated testing enhances coverage of smart contracts and quickly detects deviations from established security best practices.
The following phases and associated tools were employed throughout the term of the assessment:
Research into the platform's architecture, purpose and use.
Manual code review and walkthrough of smart contracts to identify any logical issues.
Comprehensive assessment of the safety and usage of critical Solidity variables and functions within scope that could lead to arithmetic-related vulnerabilities.
Local testing using custom scripts (Foundry).
Fork testing against main networks (Foundry).
Static security analysis of scoped contracts, and imported functions (Slither).
| Security analysis | Risk level | Remediation |
|---|---|---|
| Cross-Function Reentrancy Allowing Drainage of the Reward Vault | Critical | Solved - 01/22/2026 |
| Delegators Can Claim Excessive Rewards Due to Incorrect lastClaimUptime Initialization | Critical | Solved - 01/15/2026 |
| Cumulative Uptime Calculation Penalizes Delegators for Validator's Post-Claim Downtime | Medium | Solved - 01/22/2026 |
| Stale Uptime Data Benefits Delegators During Registration | Medium | Solved - 01/22/2026 |
| Missing Input Validation in Reward Calculator | Low | Solved - 01/22/2026 |
| Unused Error Definitions | Low | Solved - 01/22/2026 |
| Missing Ownership Transfer Security | Informational | Solved - 01/22/2026 |
| Outdated Compiler Pragma Version | Informational | Acknowledged - 01/23/2026 |
| Minimum Stake Duration Change Breaks Existing Delegators | Informational | Acknowledged - 01/23/2026 |
Halborn strongly recommends conducting a follow-up assessment of the project either within six months or immediately following any material changes to the codebase, whichever comes first. This approach is crucial for maintaining the project’s integrity and addressing potential vulnerabilities introduced by code modifications.
// Download the full report
Staking & Rewards Contracts
* Use Google Chrome for best results
** Check "Background Graphics" in the print settings if needed