manuscript-ingest
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted manuscripts provided as text or PDF files, which are then stored in
output/PAPER.md. This creates a surface for indirect prompt injection, where malicious instructions within the manuscript could influence downstream agents (such asclaims-extractor) that read the generated file. - Ingestion points:
scripts/run.pyreads user-provided manuscript files from the workspace. - Boundary markers: The skill does not implement delimiters or specific "ignore instructions" markers when writing content to
output/PAPER.md. - Capability inventory: The script
scripts/run.pyhas file system write capabilities to theoutputdirectory. - Sanitization: No content sanitization or instruction filtering is performed on the ingested text during extraction or storage.
Audit Metadata