validate-bib
Warn
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local Python packages and modules via
uv run python, specifically thecli_councilpackage for multi-model verification results. - [COMMAND_EXECUTION]: Fallback verification logic in
references/openalex-verification.mdusesuv run python -cto execute Python code strings and dynamically modifies thesys.pathto import local modules from the.scripts/openalexdirectory. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests and processes untrusted content from
.texand.bibfiles. - Ingestion points: Scans
.texfiles for citations and parses@entrykeys from.bibfiles (SKILL.md). - Boundary markers: None present; the skill lacks delimiters or instructions to ignore embedded agent commands within the bibliography data.
- Capability inventory: The skill has permissions for
Bashoperations (ls, mkdir, rm),Writeoperations, anduv run pythonexecution. - Sanitization: There is no documented sanitization or validation of the extracted citation metadata before it is processed by the agent or sub-agents.
Audit Metadata