neo-csharp-interface-generator
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes file system operations (
read_fileandwrite_file) to perform its primary function of generating and updating C# interfaces. It incorporates a human-in-the-loop confirmation step by prompting the user for a relative file path before performing any write operations. This limits the risk of arbitrary file modification. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection as it ingests untrusted code and file content without specific boundary markers or sanitization steps.
- Ingestion points: Reads C# class content from user prompts and existing file content via the
read_filetool. - Boundary markers: Absent. The instructions do not specify the use of delimiters to isolate the processed data from the system instructions.
- Capability inventory: The skill has access to tools for reading and writing files on the local filesystem.
- Sanitization: Absent. No validation or sanitization is performed on the ingested content before it is processed by the internal generation logic.
Audit Metadata