Scrawny Mustard Tadpole
Medium
(available - limit) number of tokens can be locked forever in the incentive since claims and clawbacks can only be done till the limit.
1.) When a budget is deployed assets can be allocated to that budget ->
Say users or owner allocated 100 ERC1155 tokens to this budget.
2.) Then assets are disbursed to the incentive when the boost is being created ->
and the incentive is initialized ->
It is possible and intended that the available
in the incentive is larger than the limit
set on the incentive , ->
3.) In the above scenario , (available - limit) number of tokens will be locked forever , this is because the tokens can be claimed till the limit defined and even in the clawback() function the assets that can be clawed back are up to the limit ->
The same is true for more incentives such as ERC20Incentive.
Some tokens would be locked forever in the Incentive contract.
Manual Review
Have a mechanism to transfer the extra assets.