#!/usr/bin/env node
process.stdout.write(JSON.stringify({"verdict":"PASS","findings":[]}) + "\n");
