If $a$ and $b$ are non-perfect-square composite numbers, and $\gcd(a,b)=1$, then at least one element of {$ab-1,ab+1$} is a prime number.
For example, if we let $a=35$, and $b=18$; clearly the are free-square composite numbers, and gcd$(35,18)=1$
$ab-1=35\times18-1=629$ which is a composite number, and
$ab+1=35\times18+1=631$ which is a prime number.
Is the statement true?
If both $a$ and $b$ are odd, then $ab\pm 1$ are both even and therefore not prime.
Even if one of them are even, there are counterexamples. For instance, $a = 34, b = 21$ gives $$ ab + 1 = 715 = 5\cdot 11\cdot 13\\ ab - 1 = 713 = 23\cdot 31 $$