archive-reprocessing
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- COMMAND_EXECUTION (LOW): The skill is designed to run local Python scripts (e.g.,
reprocess_qdrant_metadata.py) to perform archive transformations. This is the primary intended use case but involves the execution of code within the agent's environment. - PROMPT_INJECTION (LOW): The skill creates a surface for indirect prompt injection by processing archive metadata using LLM transformers. Ingestion points: Archive data enters via
transformandprocess_archivemethods. Boundary markers: No delimiters or safety instructions for processed content are shown. Capability inventory: The skill has access to script execution and LLM interactions. Sanitization: No sanitization of source data is specified in the provided logic snippets. - DATA_EXFILTRATION (SAFE): No indicators of unauthorized data exposure, network exfiltration, or hardcoded credentials were found in the skill definitions.
Audit Metadata