Skip to content

Security: Startrust/trustcode

SECURITY.md

Security Policy

Reporting a vulnerability

Please report security issues privately, not in a public issue or PR.

Use GitHub's private vulnerability reporting: https://github.com/Startrust/trustcode/security/advisories/new

Include the version, the affected component, and a reproduction if you can. We'll acknowledge the report and work with you on a fix and disclosure timeline.

Scope notes

trustcode is local-first and makes no network calls by default; it reads source files and writes a local SQLite index under .trustcode/. Relevant areas for security review include path handling during scanning, the MCP server's input validation, and any future optional features that shell out to external tools (e.g. a language server).

There aren't any published security advisories