paper-notes
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted research paper data, which can serve as a vector for indirect prompt injection. \n
- Ingestion points: Paper metadata and full text are ingested from
papers/core_set.csv,papers/fulltext_index.jsonl, andpapers/fulltext/*.txtfiles via thescripts/run.pyprocessing script. \n - Boundary markers: None identified; extracted evidence snippets are placed directly into
papers/evidence_bank.jsonlwithout the use of delimiters or 'ignore instructions' warnings. \n - Capability inventory: The skill's primary script
scripts/run.pyis limited to local file system reads and writes using standard library functions and a local helper module. It does not possess network access or arbitrary command execution capabilities. \n - Sanitization: The extraction logic in
scripts/run.pyuses regex-based sentence splitting but does not include any sanitization, validation, or filtering of the content to prevent embedded instructions from influencing downstream agent behavior.
Audit Metadata