cgenius
Fail
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: Hardcoded credentials found in the implementation logic snippets meant to guide the agent's API interactions.
- Files:
SKILL.md,instructions.md. - Evidence: The
generateEmailfunction hardcodesuser_id: 'contact@epsimoai.com',password: 'EpsimoAI184', andprojet: '2e8693e4-9b7b-4fe4-a289-0822b2db3665'in the request body. - [DATA_EXFILTRATION]: The skill transmits user-provided content to external endpoints.
- Endpoints:
https://beta.cgenius.app,backend.epsimoai.io, andapi.qrserver.com. - Purpose: These operations are central to the skill's functionality for content generation, questionnaire creation, and QR code generation. The primary domains are associated with the skill's author/vendor.
- [PROMPT_INJECTION]: Indirect prompt injection surface detected where user-provided content is interpolated into API request bodies.
- Ingestion points: Variables such as
topic,message,client_name, andservicesinSKILL.mdandinstructions.md. - Boundary markers: None present in the implementation logic to separate user-supplied data from the underlying prompt instructions.
- Capability inventory: Network communication via the
fetchAPI to transmit data to remote servers. - Sanitization: No evidence of input validation, escaping, or filtering before the user data is included in the JSON payloads.
Recommendations
- AI detected serious security threats
Audit Metadata