cgenius

Fail

Audited by Socket on Feb 13, 2026

2 alerts found:

Obfuscated FileMalware
Obfuscated FileHIGH
instructions.md

No evidence of active malware (no shells, no obfuscation techniques, no process spawning). The primary security concern is credential and data exposure: hardcoded credentials present in generateEmail and the practice of embedding environment tokens into request bodies risk secret leakage and unauthorized API access. There are also implementation inconsistencies (questionnaire endpoints, missing tokens) and lack of input validation and response checks. Recommend: remove hardcoded secrets, use secure secret management, send tokens in Authorization headers instead of request bodies, add input/output validation and size limits, fix endpoint/logic bugs (questionnaire list/status), and audit the remote service endpoints before use.

Confidence: 98%
MalwareHIGH
SKILL.md

This skill's declared purpose (content generation, questionnaires, proposal pipeline) matches the implemented network calls and behavior, so it is functionally coherent. However, there are security issues that make this skill SUSPICIOUS: (1) hardcoded credentials (user_id/password/project id) in generateEmail — high-risk for secret leakage, (2) inconsistent authentication across endpoints (some calls include EPSIMO_TOKEN/project token, others do not), and (3) configurable API_BASE and multiple documented hostnames which broaden the attack surface and could be used to route tokens and user data to arbitrary endpoints. I assess this as suspicious rather than outright malicious: likely poor secret management and some implementation bugs, but the capability (sending user content and tokens to third-party APIs) inherently requires trust in the remote service. Recommendations: remove hardcoded credentials immediately, standardize use of environment tokens, validate and restrict allowed API_BASE values to trusted hosts, and avoid returning or logging sensitive tokens. Treat any distributed copies of the hardcoded credentials as compromised and rotate them if they are real.

Confidence: 75%Severity: 55%
Audit Metadata
Analyzed At
Feb 13, 2026, 06:17 AM
Package URL
pkg:socket/skills-sh/thierryteisseire%2Fcgenius-skill%2Fcgenius%2F@deb586b030326a90f6c3de4b478bdbd0d563dc7a