Hello dinasset.
Actually, this command '-frame_fuzzy' is one of the oldest command written, at a time where G'MIC had no mathematical expression evaluator.
This image [0] was then used to perform some arithmetic operations on the input arguments.
This is not needed anymore. A more 'modern' (and shorter) version of this command would be instead :
frame_fuzzy : -skip ${2=$1},${3=5},${4=1},${5=255},${6=$5},${7=$6},${8=255}
-e[^-1] "Draw $1x$2 fuzzy frame on image$?, with fuzzyness $3, smoothness $4 and RGBA color ($5,$6,$7,$8)."
-v - -to_rgba -repeat @# -l[$>]
100%,100%,1,1,1 -rectangle[-1] $1,$2,{w-1-$1},{h-1-$2}
-spread[-1] $3 -b[-1] $4 100%,100%,1,4 -fc[-1] ${5-8}
-j[0] [2],0,0,0,0,1,[1] -k[0]
-endl -done -v +