robius-matrix-integration
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE] (SAFE): The code manages sensitive credentials, including user passwords and session tokens. It includes logic to persist these in a local
session.jsonfile within the application's data directory. This behavior is a standard requirement for session restoration in messaging clients and does not indicate malicious exfiltration. - [COMMAND_EXECUTION] (SAFE): There is no evidence of arbitrary command execution, shell spawning, or subprocess management. All logic is implemented through the Rust
matrix-sdkAPI. - [REMOTE_CODE_EXECUTION] (SAFE): No patterns of downloading and executing remote scripts, piping content to shells, or dynamic code evaluation (eval/exec) were identified.
- [PROMPT_INJECTION] (SAFE): The skill documentation does not contain instructions designed to override agent behavior, bypass safety filters, or extract system prompts.
Audit Metadata