image-alt-title-filler
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Standard Processing (SAFE): The scripts
01_extract_manifest.pyand02_make_batch_prompts.pyperform routine text processing using Python's standard library (regex, json, pathlib). No external dependencies or risky system calls are utilized. - Data Handling (SAFE): File operations are restricted to reading the target markdown file and writing JSON/Markdown outputs to a specified directory. There is no evidence of data exfiltration or unauthorized network activity.
- Prompt Generation (SAFE): The prompt generation logic in
02_make_batch_prompts.pyuses clear delimiters and instructions for the agent to generate image descriptions. It does not attempt to bypass safety filters or override agent constraints. - No Obfuscation (SAFE): All scripts are written in clear, readable Python with no signs of encoding, zero-width characters, or other obfuscation techniques.
- Indirect Prompt Injection Surface (LOW): While the skill processes untrusted markdown content that is later included in a prompt for an AI agent, the scope of the task (generating alt/title text) and the lack of sensitive tool access minimize the potential impact of any embedded instructions in the source files.
Audit Metadata