spacetimedb-client-c-sharp
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the SpacetimeDB SDK via the .NET CLI and provide a link to the official SpacetimeDB Unity SDK repository on GitHub.
- [COMMAND_EXECUTION]: The documentation includes instructions for using the
spacetime generateCLI tool to create C# bindings for database modules. - [PROMPT_INJECTION]: The skill documents patterns for handling database event callbacks, which represents a surface for indirect prompt injection.
- Ingestion points:
references/clients-c-sharp.md(callbacks such asOnInsertandOnUpdatethat receive data directly from the database). - Boundary markers: Not present in the provided C# patterns.
- Capability inventory: Ability to establish database connections, query tables, and invoke remote reducers.
- Sanitization: No explicit validation or sanitization of incoming database content is implemented in the provided examples.
Audit Metadata