Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 631 Bytes

File metadata and controls

12 lines (9 loc) · 631 Bytes

Security Policy

Reporting a Vulnerability

We prioritize the security of our users. If you find a security vulnerability in Prism, please report it privately.

How to Report

Please do NOT open public issues for security vulnerabilities. Send an email to the project maintainers.

Security Best Practices

  • Read-Only Operations: Prism is a read-only diagnostic tool and never handles private keys or signs transactions.
  • Isolated Sandbox: Transaction replay occurs in an isolated local sandbox with no network access.
  • Validation: All external inputs (XDR, WASM metadata) are validated before processing.