There is variable which indicates decimals of returned price from Data Streams:
https://github.com/Cyfrin/2024-07-zaros/blob/d687fe96bb7ace8652778797052a38763fbcbb1b/src/external/chainlink/keepers/BaseKeeper.sol#L18
Problem is that real precision is 18 instead of 8. Here on Chainlink docs you can check it
Currently this variable is not used, so only in future it'll have any impact.
Manual Review
Either remove it or set 18 instead of 8.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.