Put a free security check in your product

If you run a launch directory, a no-code or AI-builder community, or a template marketplace, you can offer your users a free read-only security scan as part of submitting or shipping an app. One iframe, no API key, no cost to you or to them. Every finding and its fix stay free, the same as on xlogs.com.

The embed

<iframe
  src="https://xlogs.com/embed"
  width="100%" height="620" style="border:0;border-radius:14px"
  title="Free security scan by xlogs"
  loading="lazy"></iframe>

That renders a compact scanner: a URL box, real findings, and a copy-paste fix for each. It is read-only and needs no account.

Prefilling the app URL

If you already know the app being submitted, pass it so the scan is one click for your user:

https://xlogs.com/embed?url=https://the-submitted-app.com

Why offer it

  • It catches real problems before a launch. An open database or a leaked key found at submission time is a disaster avoided, and a reason people trust your directory.
  • It costs you nothing. No key to manage, no bill. The scan runs on xlogs.
  • It stays honest. Read-only, deterministic, no account, no data kept. Your users are not signing up for anything.

Want to talk first?

If you would like a co-branded version, a deeper integration, or just to check it fits your flow, email hello@xlogs.com. There is also a REST API if you would rather run the scan yourself and render your own UI.