Question regarding this notice in Clarity extension v0.7.1
(define-public (lock (new-beneficiary principal) (unlock-at uint) (amount uint))
Returns: 'source of untrusted input here'
(var-set beneficiary (some new-beneficiary))
Returns: 'use of potentially unchecked data'
Any suggestions how to resolve these notices? Thanks!