deep-read
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements document chunking, synthesis, and reporting using only standard Python libraries. All processing occurs locally without network connectivity or external dependencies.
- [COMMAND_EXECUTION]: Subprocess calls found in
test_chunker.pyandtest_deepread.pyare used exclusively for automated testing of the command-line interfaces for the skill's own scripts. - [DYNAMIC_EXECUTION]: The use of
importlib.import_moduleintest_primitives_present.pyis a standard verification step used during testing to ensure local script files are present. - [PROMPT_INJECTION]: The reporting logic in
deepread.pyincludes defensive sanitization via the_escape_cellfunction, which prevents data extracted from processed documents (such as verbatim quotes) from breaking the markdown table structure in the final output.
Audit Metadata