Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security Policy

## Reporting a Vulnerability

If you discover a security issue in onnx-graph-diff (for example, a crafted ONNX
model that causes unsafe file access during parsing, or a prompt-injection path
in the LLM-assisted matching routes), please open a private security advisory or
an issue with a reproduction. Do not include real API keys in reports.

## Notes

- LLM API keys are read from environment variables only and are never logged.
- The tool never executes models; it performs static graph analysis.
Loading