bib-filter
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external project files which constitutes an ingestion surface for potential indirect instructions.
- Ingestion points: Reads content from
.texand.bibfiles to identify citation keys and bibliography entries (SKILL.md). - Boundary markers: The skill does not define specific delimiters for the ingested file content.
- Capability inventory: Authorized to perform file writes, edits, and execute specific shell commands including
uv runfor verification (SKILL.md). - Sanitization: The extraction process uses regular expressions to isolate citation keys, and the final state change is protected by an explicit user approval step.
- [COMMAND_EXECUTION]: The skill utilizes a restricted set of shell utilities to perform administrative tasks.
- Evidence: Uses
shasumto detect concurrent file changes anduv runto execute a shared output verification script at the end of the workflow (SKILL.md).
Audit Metadata