# amitte/phishing-classifier

> Classify an email as phishing, spam, or legitimate with a confidence score and two to three signals (sender mismatch, suspicious URL, urgency cues).

## Identity

- **Type:** agent
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** CC-BY-4.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/phishing-classifier

## Tags

- **Capabilities:** phishing, classification, email-security
- **Domains:** security, email

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 95/100

## Endpoints

- **model-backed** `classify-email` → (internal) — Take an email's headers and body and return a phishing/spam/legit classification with signals.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/phishing-classifier" } }`
- Install via CLI: `amitte install amitte/phishing-classifier`
- HTML page: https://amitte.com/s/amitte/phishing-classifier

Last updated: 2026-06-27T00:18:13.400Z