Well, since some shops use Transmission, I suppose it makes sense to create an EA.
Not that it'll help, if the user opened the General.rtf file. #GotBitCoin? ;)
#!/bin/sh
if [ -e "/Applications/Transmission.app/Contents/Resources/ General.rtf" ]
then
echo "<result>Found OSX.KeRanger.A in /Applications</result>"
elif [ -e "/Volumes/Transmission/Transmission.app/Contents/Resources/ General.rtf" ]
then
echo "<result>Found OSX.KeRanger.A in /Volumes/Transmission</result>"
else
echo "<result>NotFound</result>"
fi