letzai-api

Warn

Audited by Runlayer on Feb 26, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
84%
Files
7
Flagged
3
Chunks
14
Flagged Files (3)
letzai-api/examples/polling_pattern.mdMEDIUM
84.5%

Tool passed security scan

Malicious tool definition detected

**Store job IDs** - Save IDs to resume polling after page refresh or app restart ## Webhook Alternative For production systems, consider using webhooks instead of polling: ```javascript // When creating the job, include webhook URL const response = await fetch('https://api.letz.ai/images', { method: 'POST', headers: { 'Authorization': `Bearer ${API_KEY}`, 'Content-Type': 'application/json' }, body: JSON.stringify({ prompt: 'A beautiful landscape', webhookUrl: 'https://your-server.com/api/letzai/

letzai-api/SKILL.mdMEDIUM
79.3%

Malicious tool definition detected

Includes context editing and upscaling. Use for content creation apps and automation." license: MIT dependencies: - node-fetch (npm) - requests (pip) --- # LetzAI API Integration Skill ## Overview This skill enables Claude to help users integrate with the LetzAI API for AI-powered image and video generation, editing, and upscaling. Users can also leverage custom-trained AI models (persons, objects, styles) via the @modelname syntax. ## Authentication - **Base URL:** `https://api.letz.ai` - **Aut

letzai-api/examples/image_generation.jsLOW
51.3%

Tool passed security scan

Passed Files (4)Click to expand
letzai-api/examples/video_generation.pyOK
49.5%

Tool passed security scan

letzai-api/README.mdOK
47.2%

Tool passed security scan

letzai-api/api_reference.mdOK
37.0%

Tool passed security scan

letzai-api/LICENSE.txtOK
18.7%

Tool passed security scan

Audit Metadata
Max File Score
84%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
7
Files Flagged
3
Chunks Analyzed
14
Analyzed
Feb 26, 2026, 05:04 PM
Security Audit — runlayer — letzai-api