in packages/synthetics-sdk-broken-links/src/broken_links.ts [158:171]
await checkOriginLink(
originPage,
options,
startTime,
adjusted_synthetic_timeout_millis,
storageParams
)
);
// if orgin link is not present or if it did not pass: exit and return the
// singular link result
if (!followed_links[0].link_passed || !followed_links[0].link_passed) {
return true;
}