aisecwatch.com
DashboardVulnerabilitiesNewsResearchArchiveStatsDataset
aisecwatch.com

Real-time AI security monitoring. Tracking AI-related vulnerabilities, safety and security incidents, privacy risks, research developments, and policy changes.

Navigation

VulnerabilitiesNewsResearchDigest ArchiveNewsletter ArchiveSubscribeData SourcesStatisticsDatasetAPIIntegrationsWidgetRSS Feed

Maintained by

Truong (Jack) Luu

Information Systems Researcher

Embeddable Widget

Add real-time AI security alerts to any website with a single script tag. The widget fetches the latest issues from the AI Sec Watch API and renders inside a shadow DOM to avoid CSS conflicts with your site.

Configure

Embed Code

HTML
<script src="https://aisecwatch.com/widget.js" data-severity="critical" data-limit="5" data-theme="light"></script>

Minimal version (uses defaults): <script src="https://aisecwatch.com/widget.js"></script>

Preview

AI Sec Watch — Critical Alerts
Real-time AI security intelligence
Loading alerts...
Powered by AI Sec Watch

How It Works

1

Add the script tag

Drop the embed code into any HTML page. The script loads asynchronously and won't block your page rendering.

2

Shadow DOM isolation

The widget creates a shadow DOM container, ensuring its styles never conflict with your existing CSS.

3

Live API data

Issues are fetched directly from the AI Sec Watch public API with CORS support. Data updates every 4 hours.

4

Customize with data attributes

Use data-severity, data-limit, and data-theme to control what the widget displays and how it looks.

Configuration Reference

AttributeDefaultOptions
data-severitycriticalcritical, high, medium, low, info
data-limit51 to 10
data-themelightlight, dark

Need more control? Use the REST API directly for full programmatic access to all fields and filters.