Local PDF Index Builder
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and installs the
asta-pluginspackage from the officialallenaiGitHub repository. This is a trusted vendor resource used to provide the core functionality for PDF extraction and document management. - [COMMAND_EXECUTION]: The skill uses various shell commands (
find,wc,du,mkdir,cat) and theastaCLI to manage local PDF and markdown files. These commands are used appropriately to discover files, estimate processing time, and organize the output directory structure. - [DATA_EXFILTRATION]: No unauthorized data exfiltration was detected. The extraction process is performed by the
astatool, which is the intended mechanism for this skill. - [SAFE]: All analyzed scripts (
extract-pdfs.sh,chunk-and-index.py,warm-cache.sh) perform their stated functions using standard libraries and tools without any malicious patterns or obfuscation.
Audit Metadata