effect-ts-fundamentals
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: LOWSAFE
Full Analysis
- [Security Best Practice] (LOW): The implementation example for 'UserService' contains a classic SQL injection vulnerability. It uses direct string interpolation to build a database query:
db.query("SELECT * FROM users WHERE id = ${id}"). If an agent or developer uses this template to handle user-provided input, it would allow an attacker to manipulate the database query. - [Dependency Awareness] (INFO): The skill references 'effect-ts-errors' and 'effect-ts-resources' as required sub-skills. These are not standard library packages and refer to external instruction sets that must be audited separately for malicious behavior or prompt injection.
- [Instructional Integrity] (SAFE): The core logic correctly describes Effect-TS patterns (generators, services, layers) and does not attempt to obfuscate commands, exfiltrate data, or override agent safety protocols.
Audit Metadata