data-anonymizer
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill ingests untrusted data through its text and CSV processing functions, which is a common surface for indirect prompt injection if the agent later processes the anonymized output as instructions.
- Ingestion points:
anonymize()andanonymize_csv()inSKILL.md. - Boundary markers: Absent; the documentation does not specify delimiters to separate data from instructions.
- Capability inventory: File system read/write operations for CSV processing.
- Sanitization: The tool itself is a PII sanitizer, though it does not explicitly handle instruction-based sanitization.
- [EXTERNAL_DOWNLOADS] (SAFE): The dependencies
pandasandfakerare well-known, trusted libraries from standard package registries.
Audit Metadata