bib-search-citation
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The Python script
tests/test_bib_search.pyutilizessubprocess.runto execute the search and preview scripts during the testing phase. This usage is confined to the development/testing environment and is considered benign. - [REMOTE_CODE_EXECUTION]: A dynamic import using
importlib.import_modulewas detected intests/test_bib_search.py. This is used to programmatically load thepreview_bib_searchmodule for unit testing purposes and does not pose a runtime risk to the agent. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it processes external, potentially untrusted
.bibfiles and presents their content (such as abstracts and annotations) to the agent. - Ingestion points: Data enters the system through
.bibfiles read byscripts/search_bib.py. - Boundary markers: The script does not wrap extracted text in explicit markers to distinguish it from instructions, though the
preview_bib_search.pyscript provides a structured human-readable summary. - Capability inventory: The agent is configured with
BashandReadtool access. - Sanitization:
scripts/search_bib.pyperforms basic normalization of LaTeX characters and whitespace, but does not implement specific filtering for malicious natural language instructions within the bibliographic fields.
Audit Metadata