
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
amliq-dashboard
Advanced tools
A production-ready, Apple HIG-compliant AML (Anti-Money Laundering) platform dashboard built with React, TypeScript, and Tailwind CSS.
A production-ready, Apple HIG-compliant AML (Anti-Money Laundering) platform dashboard built with React, TypeScript, and Tailwind CSS.
npm install
npm run dev
npm run build
npm run preview
src/
├── components/
│ ├── layout/ # AppShell, Sidebar, Toolbar
│ ├── ui/ # Primitives: Button, Card, Badge, etc.
│ ├── data/ # Data display: ConfidenceScore, StatusBadge
│ ├── alerts/ # Alert cards and filters
│ ├── screening/ # Screening forms (expandable)
│ ├── config/ # Configuration UI (expandable)
│ └── charts/ # Recharts components
├── pages/ # Full page components
├── hooks/ # useApi, useMockData, useMediaQuery, etc.
├── api/ # Fetch client and API methods
├── types/ # TypeScript interfaces
├── mocks/ # Mock data for development
├── styles/ # Global CSS and design tokens
└── App.tsx # Router configuration
All UI components follow Apple HIG guidelines:
| Page | Route | Purpose |
|---|---|---|
| Dashboard | / | Overview with KPIs and charts |
| Alert Queue | /alerts | Investigation workbench with filters |
| Alert Detail | /alerts/:id | Full alert investigation view |
| Screen Entity | /screen | Manual entity screening form |
| Configuration | /config | Threshold tuning UI |
| Analytics | /analytics | Advanced metrics and trends |
| Monitoring | /monitoring | System health and tasks |
| Audit Trail | /audit | Activity log viewer |
| Batch Jobs | /batch | Bulk screening operations |
| Sanctions Lists | /lists | List management and sync |
The dashboard uses mock data by default. To connect to a real API:
VITE_API_URL environment variablesrc/api/// Example: custom backend
VITE_API_URL=http://localhost:8080/api npm run dev
src/pages/YourPage.tsxsrc/App.tsxsrc/components/layout/Sidebar.tsxEdit tailwind.config.js color definitions
Use Recharts components in src/components/charts/
Proprietary - AMLIQ Platform
FAQs
A production-ready, Apple HIG-compliant AML (Anti-Money Laundering) platform dashboard built with React, TypeScript, and Tailwind CSS.
We found that amliq-dashboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.