fluent-community
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill includes a bulk push script that ingests local markdown files and transmits their contents via API calls.
- Ingestion points: The
Bulk Push Patternsection inSKILL.mdprovides a Python script that reads all*.mdfiles from a user-defined directory usingglob.globandopen(). - Capability inventory: The script uses
urllib.requestto performPOSToperations to a remote API endpoint, effectively exporting the content of local files to an external service. - Boundary markers: The script does not utilize boundary markers or instructions to the agent to ignore or isolate potentially malicious instructions that could be embedded within the processed markdown files.
- Sanitization: While the script performs regex transformations to convert markdown tables into lists, it lacks sanitization mechanisms to filter or escape prompt injection patterns or sensitive data before transmission.
Audit Metadata