---
name: dermi-znuq.onrender.com
description: dermi-znuq.onrender.com hosts a single skincare ingredient analysis endpoint that evaluates ingredient lists for comedogenicity (pore-clogging potential). It accepts up to 20 ingredient names and returns ratings, confidence levels, and source citations for any flagged ingredients.
host: dermi-znuq.onrender.com
---

# dermi-znuq.onrender.com

DermiScan is a focused skincare analysis tool serving agents and users who need to screen product ingredient lists for comedogenic risk before recommending or purchasing skincare products. It does one thing: flag pore-clogging ingredients with rated severity and cited sources. It does not perform toxicology analysis, allergen screening, or broader dermatological safety assessments.

## When to use this host

Use this host when an agent needs to screen a skincare product's ingredient list specifically for pore-clogging (comedogenic) potential, with sourced severity ratings per ingredient. This is appropriate for product recommendation flows, pre-purchase checks, or acne-prone skin filtering. Do not use it for full safety or toxicology reports, allergen identification, or patch-test guidance — those require a dermatological safety or cosmetic toxicology API. This host is not suitable for general ingredient safety scoring (e.g., EWG-style hazard ratings) or for ingredient lists exceeding 20 items in a single call.

## Capabilities

### Comedogenicity Screening

Evaluates a list of skincare ingredient names and returns comedogenicity ratings, confidence levels, and source citations for any flagged ingredients, along with a summary count of total checked vs. flagged.

- **`check-skincare-ingredients`** — Accepts a list of up to 20 skincare ingredient names and returns comedogenicity ratings, confidence levels, and source citations for any flagged ingredients.

## Skill reference

### `check-skincare-ingredients`

**DermiScan Skincare Ingredient Checker** — Accepts a list of up to 20 skincare ingredient names and returns comedogenicity ratings, confidence levels, and source citations for any flagged ingredients.

*Use when:* Use when an agent or user needs to evaluate a skincare product's ingredient list for pore-clogging potential, identifying which ingredients are flagged and at what severity before recommending or purchasing a product.

*Not for:* Do not use for full safety toxicology reports or allergen patch-test guidance; this endpoint focuses on comedogenicity ratings, not comprehensive dermatological safety analysis.

**Inputs:**

- `ingredients` (array, required) — List of ingredient names to check for comedogenicity and related flags. Maximum 20 items; additional items are silently truncated.

**Returns:** Returns total_checked integer and a flagged array where each entry includes the input name, matched canonical name, numeric comedogenicity rating (1–5 scale), rating_confidence, fuzzy-match flag, and source citations; non-flagged ingredients are not listed.

**Example:** `{"ingredients": ["coconut oil", "niacinamide", "isopropyl myristate", "glycerin", "shea butter"]}`

---
