alibi-explainability
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
alibiandalibi-detectlibraries from the Python Package Index (PyPI). These are well-known open-source interpretability and monitoring tools developed by Seldon.- [COMMAND_EXECUTION]: The documentation provides command-line instructions for environment setup usingpip install.- [PROMPT_INJECTION]: The skill exposes an indirect prompt injection surface through a path traversal vulnerability in the provided logging code template inSKILL.md. Theexplain_and_logfunction uses theinstance_idparameter directly to construct a file system path without sanitization or validation. - Ingestion points: The
instance_idargument in theexplain_and_logPython function (Step 6). - Boundary markers: Absent. The code does not use delimiters or instructions to ignore embedded control characters in the identifier.
- Capability inventory: The skill uses
pathlib.Path.write_textto perform file system write operations. - Sanitization: Absent. The provided example does not demonstrate filename validation or path normalization, allowing an attacker-controlled identifier (e.g.,
../../etc/passwd) to potentially overwrite system files.
Audit Metadata