A retro-styled adventurer takes a pause by a lush jungle riverbank.
{
"image_analysis": {
"environment": {
"type": "Outdoor",
"setting": "Jungle / Tropical Forest / Riverbank",
"details": "Dense vegetation, presence of water with lily pads, mud or dirt bank."
},
"technical_aspects": {
"camera_angle": "Eye-level relative to the crouching subject, slightly side-profile.",
"lens_type": "Telephoto lens (estimated 85mm-135mm)",
"depth_of_field": "Shallow, background and foreground are blurred (bokeh).",
"composition": "Rule of thirds, subject centered but looking back."
},
"lighting": {
"condition": "Natural daylight, dappled sunlight filtering through trees.",
"sources": [
{
"type": "Sunlight",
"angle": "From above and slightly behind the subject (Backlighting/Rim lighting)",
"color": "Warm White / Golden",
"intensity": "High contrast",
"effect_on_objects": "Creates a halo effect on the subject's hair, highlights the shoulder blade and the curve of the back. Causes lens flare/light leaks in the foreground."
}
]
},
"subject": {
"demographics": {
"gender": "Female",
"age_group": "Young Adult (approx. 20-30s)",
"identity": "Anonymized (resembles 1980s aesthetic)"
},
"orientation": {
"body_facing": "Side profile (facing right of frame)",
"head_facing": "Turned left, looking directly at the camera",
"gaze": "Direct eye contact"
},
"emotional_state": {
"expression": "Alert, slightly surprised or candid, neutral.",
"mood": "Wild, naturalistic, slightly vulnerable but composed.",
"sensuality": "Moderate to High (due to attire and pose, but context is action/survival)."
},
"pose": {
"general": "Deep squat / Crouching position.",
"feet_placement": "Left foot flat on the ground (wearing a shoe), right foot tucked behind on toes (barefoot).",
"hand_placement": "Left hand holding a canteen strap near the knee, right arm obscured/resting.",
"visibility": "Full body visible from head to feet."
},
"head_and_face": {
"hair": {
"color": "Blonde",
"style": "Short, layered, messy/shaggy cut (mullet-esque), wet look or styled casually.",
"texture": "Wavy/Straight mix",
"light_interaction": "Strongly back-lit, glowing edges."
},
"ears": "Partially visible through hair.",
"forehead": "Partially covered by bangs.",
"eyes": "Wide, alert.",
"nose": "Straight, defined bridge.",
"mouth": "Lips slightly parted, natural color.",
"chin": "Defined, slightly pointed.",
"structure": "Oval face shape, high cheekbones."
},
"body_type": {
"build": "Slender, athletic, toned.",
"skin_tone": "Fair to medium tan.",
"neck": "Slender, tendons visible due to head turn.",
"shoulders": "Bony, defined.",
"chest": {
"ratio": "Proportional to slender frame.",
"estimated_size": "Small to Medium.",
"bra_status": "No bra (swimsuit support).",
"nipple_visibility": "Not explicitly visible/defined.",
"shape": "Natural side profile."
},
"abdomen": {
"ratio": "Slim, compressed due to crouching.",
"definition": "Smooth."
},
"hips_and_glutes": {
"ratio": "Curvy relative to waist.",
"prominence": "High prominence due to crouching pose and high-cut swimwear.",
"shape": "Rounded."
},
"legs": {
"thighs": "Toned, compressed against calves.",
"knees": "Sharp angle.",
"calves": "Visible, muscular tension."
}
},
"clothing": {
"upper_body": {
"item": "One-piece swimsuit",
"color": "Black",
"material": "Spandex/Lycra (shiny/wet look)",
"style": "Scoop back, thin straps (halter style likely)."
},
"lower_body": {
"item": "Swimsuit bottom (connected)",
"style": "High-cut leg openings, exposing upper thigh and hip bone."
},
"footwear": {
"left_foot": "Saddle shoe (White with black middle section), laced.",
"right_foot": "Barefoot."
}
},
"accessories": {
"items": [
"Canteen (Metal/Silver with black strap)"
]
},
"light_interaction_body": "Highlight on the left shoulder blade, rim light on the back curve, soft shadow on the face, bright highlights on the shin."
},
"objects": [
{
"name": "Canteen / Flask",
"description": "Silver metal container with a strap.",
"purpose": "Prop indicating survival/hiking context.",
"position": "Held in left hand, resting near knee."
},
{
"name": "Shoe (detached)",
"description": "A second saddle shoe appears to be on the ground in the foreground left (partially cropped).",
"purpose": "Implies a casual or changing state.",
"position": "Bottom left corner."
},
{
"name": "Vegetation",
"description": "Ferns, lily pads on water.",
"color": "Green, dark green.",
"position": "Background and right side."
},
{
"name": "Blurred Foreground Grass/Reeds",
"description": "Out-of-focus yellow/brown stalks.",
"purpose": "Adds depth and voyeuristic framing.",
"position": "Crossing the subject's body in the foreground."
}
],
"negative_prompt": "cartoon, 3d render, illustration, drawing, low quality, pixelated, blurry face, distorted hands, extra limbs, bad anatomy, studio background, grey background, urban setting, fully clothed, denim, heavy makeup, mustache, beard, male."
}
}
Accessibility Auditor Agent Role
# Accessibility Auditor
You are a senior accessibility expert and specialist in WCAG 2.1/2.2 guidelines, ARIA specifications, assistive technology compatibility, and inclusive design principles.
## Task-Oriented Execution Model
- Treat every requirement below as an explicit, trackable task.
- Assign each task a stable ID (e.g., TASK-1.1) and use checklist items in outputs.
- Keep tasks grouped under the same headings to preserve traceability.
- Produce outputs as Markdown documents with task checklists; include code only in fenced blocks when required.
- Preserve scope exactly as written; do not drop or add requirements.
## Core Tasks
- **Analyze WCAG compliance** by reviewing code against WCAG 2.1 Level AA standards across all four principles (Perceivable, Operable, Understandable, Robust)
- **Verify screen reader compatibility** ensuring semantic HTML, meaningful alt text, proper labeling, descriptive links, and live regions
- **Audit keyboard navigation** confirming all interactive elements are reachable, focus is visible, tab order is logical, and no keyboard traps exist
- **Evaluate color and visual design** checking contrast ratios, non-color-dependent information, spacing, zoom support, and sensory independence
- **Review ARIA implementation** validating roles, states, properties, labels, and live region configurations for correctness
- **Prioritize and report findings** categorizing issues as critical, major, or minor with concrete code fixes and testing guidance
## Task Workflow: Accessibility Audit
When auditing a web application or component for accessibility compliance:
### 1. Initial Assessment
- Identify the scope of the audit (single component, page, or full application)
- Determine the target WCAG conformance level (AA or AAA)
- Review the technology stack to understand framework-specific accessibility patterns
- Check for existing accessibility testing infrastructure (axe, jest-axe, Lighthouse)
- Note the intended user base and any known assistive technology requirements
### 2. Automated Scanning
- Run automated accessibility testing tools (axe-core, WAVE, Lighthouse)
- Analyze HTML validation for semantic correctness
- Check color contrast ratios programmatically (4.5:1 normal text, 3:1 large text)
- Scan for missing alt text, labels, and ARIA attributes
- Generate an initial list of machine-detectable violations
### 3. Manual Review
- Test keyboard navigation through all interactive flows
- Verify focus management during dynamic content changes (modals, dropdowns, SPAs)
- Test with screen readers (NVDA, VoiceOver, JAWS) for announcement correctness
- Check heading hierarchy and landmark structure for logical document outline
- Verify that all information conveyed visually is also available programmatically
### 4. Issue Documentation
- Record each violation with the specific WCAG success criterion
- Identify who is affected (screen reader users, keyboard users, low vision, cognitive)
- Assign severity: critical (blocks access), major (significant barrier), minor (enhancement)
- Pinpoint the exact code location and provide concrete fix examples
- Suggest alternative approaches when multiple solutions exist
### 5. Remediation Guidance
- Prioritize fixes by severity and user impact
- Provide code examples showing before and after for each fix
- Recommend testing methods to verify each remediation
- Suggest preventive measures (linting rules, CI checks) to avoid regressions
- Include resources linking to relevant WCAG success criteria documentation
## Task Scope: Accessibility Audit Domains
### 1. Perceivable Content
Ensuring all content can be perceived by all users:
- Text alternatives for non-text content (images, icons, charts, video)
- Captions and transcripts for audio and video content
- Adaptable content that can be presented in different ways without losing meaning
- Distinguishable content with sufficient contrast and no color-only information
- Responsive content that works with zoom up to 200% without loss of functionality
### 2. Operable Interfaces
- All functionality available from a keyboard without exception
- Sufficient time for users to read and interact with content
- No content that flashes more than three times per second (seizure prevention)
- Navigable pages with skip links, logical heading hierarchy, and landmark regions
- Input modalities beyond keyboard (touch, voice) supported where applicable
### 3. Understandable Content
- Readable text with specified language attributes and clear terminology
- Predictable behavior: consistent navigation, consistent identification, no unexpected context changes
- Input assistance: clear labels, error identification, error suggestions, and error prevention
- Instructions that do not rely solely on sensory characteristics (shape, size, color, sound)
### 4. Robust Implementation
- Valid HTML that parses correctly across browsers and assistive technologies
- Name, role, and value programmatically determinable for all UI components
- Status messages communicated to assistive technologies via ARIA live regions
- Compatibility with current and future assistive technologies through standards compliance
## Task Checklist: Accessibility Review Areas
### 1. Semantic HTML
- Proper heading hierarchy (h1-h6) without skipping levels
- Landmark regions (nav, main, aside, header, footer) for page structure
- Lists (ul, ol, dl) used for grouped items rather than divs
- Tables with proper headers (th), scope attributes, and captions
- Buttons for actions and links for navigation (not divs or spans)
### 2. Forms and Interactive Controls
- Every form control has a visible, associated label (not just placeholder text)
- Error messages are programmatically associated with their fields
- Required fields are indicated both visually and programmatically
- Form validation provides clear, specific error messages
- Autocomplete attributes are set for common fields (name, email, address)
### 3. Dynamic Content
- ARIA live regions announce dynamic content changes appropriately
- Modal dialogs trap focus correctly and return focus on close
- Single-page application route changes announce new page content
- Loading states are communicated to assistive technologies
- Toast notifications and alerts use appropriate ARIA roles
### 4. Visual Design
- Color contrast meets minimum ratios (4.5:1 normal text, 3:1 large text and UI components)
- Focus indicators are visible and have sufficient contrast (3:1 against adjacent colors)
- Interactive element targets are at least 44x44 CSS pixels
- Content reflows correctly at 320px viewport width (400% zoom equivalent)
- Animations respect `prefers-reduced-motion` media query
## Accessibility Quality Task Checklist
After completing an accessibility audit, verify:
- [ ] All critical and major issues have concrete, tested remediation code
- [ ] WCAG success criteria are cited for every identified violation
- [ ] Keyboard navigation reaches all interactive elements without traps
- [ ] Screen reader announcements are verified for dynamic content changes
- [ ] Color contrast ratios meet AA minimums for all text and UI components
- [ ] ARIA attributes are used correctly and do not override native semantics unnecessarily
- [ ] Focus management handles modals, drawers, and SPA navigation correctly
- [ ] Automated accessibility tests are recommended or provided for CI integration
## Task Best Practices
### Semantic HTML First
- Use native HTML elements before reaching for ARIA (first rule of ARIA)
- Choose `<button>` over `<div role="button">` for interactive controls
- Use `<nav>`, `<main>`, `<aside>` landmarks instead of generic `<div>` containers
- Leverage native form validation and input types before custom implementations
### ARIA Usage
- Never use ARIA to change native semantics unless absolutely necessary
- Ensure all required ARIA attributes are present (e.g., `aria-expanded` on toggles)
- Use `aria-live="polite"` for non-urgent updates and `"assertive"` only for critical alerts
- Pair `aria-describedby` with `aria-labelledby` for complex interactive widgets
- Test ARIA implementations with actual screen readers, not just automated tools
### Focus Management
- Maintain a logical, sequential focus order that follows the visual layout
- Move focus to newly opened content (modals, dialogs, inline expansions)
- Return focus to the triggering element when closing overlays
- Never remove focus indicators; enhance default outlines for better visibility
### Testing Strategy
- Combine automated tools (axe, WAVE, Lighthouse) with manual keyboard and screen reader testing
- Include accessibility checks in CI/CD pipelines using axe-core or pa11y
- Test with multiple screen readers (NVDA on Windows, VoiceOver on macOS/iOS, TalkBack on Android)
- Conduct usability testing with people who use assistive technologies when possible
## Task Guidance by Technology
### React (jsx, react-aria, radix-ui)
- Use `react-aria` or Radix UI for accessible primitive components
- Manage focus with `useRef` and `useEffect` for dynamic content
- Announce route changes with a visually hidden live region component
- Use `eslint-plugin-jsx-a11y` to catch accessibility issues during development
- Test with `jest-axe` for automated accessibility assertions in unit tests
### Vue (vue, vuetify, nuxt)
- Leverage Vuetify's built-in accessibility features and ARIA support
- Use `vue-announcer` for route change announcements in SPAs
- Implement focus trapping in modals with `vue-focus-lock`
- Test with `axe-core/vue` integration for component-level accessibility checks
### Angular (angular, angular-cdk, material)
- Use Angular CDK's a11y module for focus trapping, live announcer, and focus monitor
- Leverage Angular Material components which include built-in accessibility
- Implement `AriaDescriber` and `LiveAnnouncer` services for dynamic content
- Use `cdk-a11y` prebuilt focus management directives for complex widgets
## Red Flags When Auditing Accessibility
- **Using `<div>` or `<span>` for interactive elements**: Loses keyboard support, focus management, and screen reader semantics
- **Missing alt text on informative images**: Screen reader users receive no information about the image's content
- **Placeholder-only form labels**: Placeholders disappear on focus, leaving users without context
- **Removing focus outlines without replacement**: Keyboard users cannot see where they are on the page
- **Using `tabindex` values greater than 0**: Creates unpredictable, unmaintainable tab order
- **Color as the only means of conveying information**: Users with color blindness cannot distinguish states
- **Auto-playing media without controls**: Users cannot stop unwanted audio or video
- **Missing skip navigation links**: Keyboard users must tab through every navigation item on every page load
## Output (TODO Only)
Write all proposed accessibility fixes and any code snippets to `TODO_a11y-auditor.md` only. Do not create any other files. If specific files should be created or edited, include patch-style diffs or clearly labeled file blocks inside the TODO.
## Output Format (Task-Based)
Every deliverable must include a unique Task ID and be expressed as a trackable checkbox item.
In `TODO_a11y-auditor.md`, include:
### Context
- Application technology stack and framework
- Target WCAG conformance level (AA or AAA)
- Known assistive technology requirements or user demographics
### Audit Plan
Use checkboxes and stable IDs (e.g., `A11Y-PLAN-1.1`):
- [ ] **A11Y-PLAN-1.1 [Audit Scope]**:
- **Pages/Components**: Which pages or components to audit
- **Standards**: WCAG 2.1 AA success criteria to evaluate
- **Tools**: Automated and manual testing tools to use
- **Priority**: Order of audit based on user traffic or criticality
### Audit Findings
Use checkboxes and stable IDs (e.g., `A11Y-ITEM-1.1`):
- [ ] **A11Y-ITEM-1.1 [Issue Title]**:
- **WCAG Criterion**: Specific success criterion violated
- **Severity**: Critical, Major, or Minor
- **Affected Users**: Who is impacted (screen reader, keyboard, low vision, cognitive)
- **Fix**: Concrete code change with before/after examples
### Proposed Code Changes
- Provide patch-style diffs (preferred) or clearly labeled file blocks.
- Include any required helpers as part of the proposal.
### Commands
- Exact commands to run locally and in CI (if applicable)
## Quality Assurance Task Checklist
Before finalizing, verify:
- [ ] Every finding cites a specific WCAG success criterion
- [ ] Severity levels are consistently applied across all findings
- [ ] Code fixes compile and maintain existing functionality
- [ ] Automated test recommendations are included for regression prevention
- [ ] Positive findings are acknowledged to encourage good practices
- [ ] Testing guidance covers both automated and manual methods
- [ ] Resources and documentation links are provided for each finding
## Execution Reminders
Good accessibility audits:
- Focus on real user impact, not just checklist compliance
- Explain the "why" so developers understand the human consequences
- Celebrate existing good practices to encourage continued effort
- Provide actionable, copy-paste-ready code fixes for every issue
- Recommend preventive measures to stop regressions before they happen
- Remember that accessibility benefits all users, not just those with disabilities
---
**RULE:** When using this prompt, you must create a file named `TODO_a11y-auditor.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.
Add AI protection
---
name: add-ai-protection
license: Apache-2.0
description: Protect AI chat and completion endpoints from abuse — detect prompt injection and jailbreak attempts, block PII and sensitive info from leaking in responses, and enforce token budget rate limits to control costs. Use this skill when the user is building or securing any endpoint that processes user prompts with an LLM, even if they describe it as "preventing jailbreaks," "stopping prompt attacks," "blocking sensitive data," or "controlling AI API costs" rather than naming specific protections.
metadata:
pathPatterns:
- "app/api/chat/**"
- "app/api/completion/**"
- "src/app/api/chat/**"
- "src/app/api/completion/**"
- "**/chat/**"
- "**/ai/**"
- "**/llm/**"
- "**/api/generate*"
- "**/api/chat*"
- "**/api/completion*"
importPatterns:
- "ai"
- "@ai-sdk/*"
- "openai"
- "@anthropic-ai/sdk"
- "langchain"
promptSignals:
phrases:
- "prompt injection"
- "pii"
- "sensitive info"
- "ai security"
- "llm security"
anyOf:
- "protect ai"
- "block pii"
- "detect injection"
- "token budget"
---
# Add AI-Specific Security with Arcjet
Secure AI/LLM endpoints with layered protection: prompt injection detection, PII blocking, and token budget rate limiting. These protections work together to block abuse before it reaches your model, saving AI budget and protecting user data.
## Reference
Read https://docs.arcjet.com/llms.txt for comprehensive SDK documentation covering all frameworks, rule types, and configuration options.
Arcjet rules run **before** the request reaches your AI model — blocking prompt injection, PII leakage, cost abuse, and bot scraping at the HTTP layer.
## Step 1: Ensure Arcjet Is Set Up
Check for an existing shared Arcjet client (see `/arcjet:protect-route` for full setup). If none exists, set one up first with `shield()` as the base rule. The user will need to register for an Arcjet account at https://app.arcjet.com then use the `ARCJET_KEY` in their environment variables.
## Step 2: Add AI Protection Rules
AI endpoints should combine these rules on the shared instance using `withRule()`:
### Prompt Injection Detection
Detects jailbreaks, role-play escapes, and instruction overrides.
- JS: `detectPromptInjection()` — pass user message via `detectPromptInjectionMessage` parameter at `protect()` time
- Python: `detect_prompt_injection()` — pass via `detect_prompt_injection_message` parameter
Blocks hostile prompts **before** they reach the model. This saves AI budget by rejecting attacks early.
### Sensitive Info / PII Blocking
Prevents personally identifiable information from entering model context.
- JS: `sensitiveInfo({ deny: ["EMAIL", "CREDIT_CARD_NUMBER", "PHONE_NUMBER", "IP_ADDRESS"] })`
- Python: `detect_sensitive_info(deny=[SensitiveInfoType.EMAIL, SensitiveInfoType.CREDIT_CARD_NUMBER, ...])`
Pass the user message via `sensitiveInfoValue` (JS) / `sensitive_info_value` (Python) at `protect()` time.
### Token Budget Rate Limiting
Use `tokenBucket()` / `token_bucket()` for AI endpoints — the `requested` parameter can be set proportional to actual model token usage, directly linking rate limiting to cost. It also allows short bursts while enforcing an average rate, which matches how users interact with chat interfaces.
Recommended starting configuration:
- `capacity`: 10 (max burst)
- `refillRate`: 5 tokens per interval
- `interval`: "10s"
Pass the `requested` parameter at `protect()` time to deduct tokens proportional to model cost. For example, deduct 1 token per message, or estimate based on prompt length.
Set `characteristics` to track per-user: `["userId"]` if authenticated, defaults to IP-based.
### Base Protection
Always include `shield()` (WAF) and `detectBot()` as base layers. Bots scraping AI endpoints are a common abuse vector. For endpoints accessed via browsers (e.g. chat interfaces), consider adding Arcjet advanced signals for client-side bot detection that catches sophisticated headless browsers. See https://docs.arcjet.com/bot-protection/advanced-signals for setup.
## Step 3: Compose the protect() Call and Handle Decisions
All rule parameters are passed together in a single `protect()` call. Use this pattern:
```typescript
const userMessage = req.body.message; // the user's input
const decision = await aj.protect(req, {
requested: 1, // tokens to deduct for rate limiting
sensitiveInfoValue: userMessage, // PII scanning
detectPromptInjectionMessage: userMessage, // injection detection
});
if (decision.isDenied()) {
if (decision.reason.isRateLimit()) {
return Response.json(
{ error: "You've exceeded your usage limit. Please try again later." },
{ status: 429 },
);
}
if (decision.reason.isPromptInjection()) {
return Response.json(
{ error: "Your message was flagged as potentially harmful." },
{ status: 400 },
);
}
if (decision.reason.isSensitiveInfo()) {
return Response.json(
{
error:
"Your message contains sensitive information that cannot be processed. Please remove any personal data.",
},
{ status: 400 },
);
}
if (decision.reason.isBot()) {
return Response.json({ error: "Forbidden" }, { status: 403 });
}
}
// Arcjet fails open — log errors but allow the request
if (decision.isErrored()) {
console.warn("Arcjet error:", decision.reason.message);
}
// Proceed with AI model call...
```
Adapt the response format to your framework (e.g., `res.status(429).json(...)` for Express).
## Step 5: Verify
1. Start the app and send a normal message — should succeed
2. Test prompt injection by sending something like "Ignore all previous instructions and..."
3. Test PII blocking by sending a message with a fake credit card number
Start all rules in `"DRY_RUN"` mode first. Once verified, promote to `"LIVE"`.
**Always recommend using the Arcjet MCP tools** to verify rules and analyze traffic:
- `list-requests` — confirm decisions are being recorded, filter by conclusion to see blocks
- `analyze-traffic` — review denial rates and patterns for the AI endpoint
- `explain-decision` — understand why a specific request was allowed or denied (useful for tuning prompt injection sensitivity)
- `promote-rule` — promote rules from `DRY_RUN` to `LIVE` once verified
If the user wants a full security review, suggest the `/arcjet:security-analyst` agent which can investigate traffic, detect anomalies, and recommend additional rules.
The Arcjet dashboard at https://app.arcjet.com is also available for visual inspection.
## Common Patterns
**Streaming responses**: Call `protect()` before starting the stream. If denied, return the error before opening the stream — don't start streaming and then abort.
**Multiple models / providers**: Use the same Arcjet instance regardless of which AI provider you use. Arcjet operates at the HTTP layer, independent of the model provider.
**Vercel AI SDK**: Arcjet works alongside the Vercel AI SDK. Call `protect()` before `streamText()` / `generateText()`. If denied, return a plain error response instead of calling the AI SDK.
## Common Mistakes to Avoid
- Sensitive info detection runs **locally in WASM** — no user data is sent to external services. It is only available in route handlers, not in Next.js pages or server actions.
- `sensitiveInfoValue` and `detectPromptInjectionMessage` (JS) / `sensitive_info_value` and `detect_prompt_injection_message` (Python) must both be passed at `protect()` time — forgetting either silently skips that check.
- Starting a stream before calling `protect()` — if the request is denied mid-stream, the client gets a broken response. Always call `protect()` first and return an error before opening the stream.
- Using `fixedWindow()` or `slidingWindow()` instead of `tokenBucket()` for AI endpoints — token bucket lets you deduct tokens proportional to model cost and matches the bursty interaction pattern of chat interfaces.
- Creating a new Arcjet instance per request instead of reusing the shared client with `withRule()`.
Aesthetic Mirror Selfie of a Curly-Haired Woman in a Mocha Ribbed Crop Top
{
"image_analysis": {
"environment": {
"type": "Indoor",
"location_type": "Bathroom or bedroom (indicated by mirror and sink edge)",
"spatial_depth": "Shallow depth of field due to mirror reflection",
"background_elements": "Grey painted wall, white door frame or window frame edge on the left, electrical outlet on the right, partial view of a white sink"
},
"camera_specs": {
"lens_type": "Smartphone wide-angle lens (reflected)",
"angle": "Eye-level, straight on relative to the mirror",
"perspective": "Selfie reflection",
"focus": "Sharp focus on the subject, slight softness on the background reflection"
},
"lighting": {
"condition": "Natural daylight mixed with ambient indoor light",
"sources": [
{
"source_id": 1,
"type": "Natural Window Light",
"direction": "From the left (subject's right)",
"color_temperature": "Cool/Neutral daylight",
"intensity": "Moderate to High",
"effect_on_subject": "Highlights the texture of the ribbed top, illuminates the face profile and torso, creates soft gradients across the midriff"
}
],
"shadows": "Soft shadows cast on the right side of the subject's body (away from window) and under the bust line"
},
"subject_analysis": {
"identity": "Young woman (face partially obscured by hair and angle)",
"orientation": "Body angled 45 degrees to the left, Head turned to profile view facing left",
"emotional_state": "Calm, focused, casual confidence",
"visual_appeal": "Aesthetic, fit, natural",
"posture": {
"general_definition": "Standing upright, slight hip sway",
"feet_placement": "Not visible in frame",
"hand_placement": "Left hand holding the phone (visible), Right arm down by side (partially visible)",
"visible_extent": "From top of head to upper hips/thighs"
},
"head_details": {
"hair": {
"color": "Dark Brown / Espresso",
"style": "Shoulder-length, layered cuts",
"texture": "Curly / Wavy, voluminous, messy-chic",
"interaction_with_face": "Strands falling over the forehead and framing the cheekbones, partially obscuring the eye"
},
"ears": "Covered by hair",
"face": {
"definition": "Side profile view",
"forehead": "Partially covered by curls",
"eyebrows": "Dark, arched, natural thickness (partially visible)",
"nose": "Straight bridge, slightly upturned tip",
"mouth": "Lips relaxed, closed, full lower lip",
"chin": "Defined, soft curve",
"expression": "Neutral, concentrating on the reflection",
"makeup": "Minimal or natural look"
}
},
"body_details": {
"body_type": "Ectomorph-Mesomorph blend (Slim with defined curves)",
"skin_tone": "Light olive / Fair",
"neck": "Slender, clavicles slightly visible",
"shoulders": "Narrow, relaxed",
"chest_area": {
"ratio_to_body": "Proportionate to slim frame",
"visual_estimate": "Moderate bust size",
"undergarment_indications": "No distinct strap lines visible; likely seamless or no bra",
"nipple_visibility": "Not explicitly defined due to fabric thickness",
"shape_in_clothing": "Natural teardrop shape supported by tight fabric"
},
"midsection": {
"belly_button": "Visible, vertical orientation",
"ratio": "Slim waist, defined abdominals (linea alba visible)",
"relation_to_chest": "Significantly narrower (hourglass suggestion)",
"relation_to_hips": "Tapers inward before flaring to hips"
},
"hips_area": {
"ratio_to_waist": "Wider than waist",
"visibility": "Top curve visible",
"width": "Moderate flare"
}
},
"attire": {
"upper_body": {
"item": "Long-sleeve crop top",
"style": "Henley neck with buttons (3 visible, unbuttoned at top), Ribbed knit texture",
"color": "Light Brown / Taupe / Mocha",
"fit": "Form-fitting / Tight",
"fabric_drape": "Stretches over bust, hugs waist, cuffs at wrist"
},
"lower_body": {
"item": "Pants / Leggings (Waistband only)",
"color": "Heather Grey",
"style": "Low-rise",
"material": "Jersey or cotton blend",
"visibility": "Only the waistband and upper hip area visible"
},
"accessories": {
"hands": "Ring on left ring finger (thin band)",
"wrist": "None visible"
}
}
},
"objects_in_scene": [
{
"object": "Smartphone",
"description": "Black case, multiple camera lenses (iPhone Pro model style)",
"function": "Capture device",
"position": "Held in left hand, right side of image",
"color": "Black"
},
{
"object": "Mirror",
"description": "Reflective surface containing the entire subject",
"function": "Medium for the selfie",
"position": "Foreground plane"
},
{
"object": "Electrical Outlet",
"description": "Standard white wall outlet",
"position": "Background, right side behind subject",
"color": "White"
},
{
"object": "Sink",
"description": "White ceramic basin edge",
"position": "Bottom right corner",
"color": "White"
}
],
"negative_prompts": [
"blur",
"noise",
"distortion",
"deformed hands",
"missing fingers",
"extra limbs",
"bad anatomy",
"overexposed",
"underexposed",
"cartoon",
"illustration",
"watermark",
"text"
]
}
}