contact-cache
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill possesses an indirect prompt injection attack surface because it ingests data from external CSV files provided by the user.
- Ingestion points: Data is read in
scripts/cache.pyfrom files specified in the--csvargument. - Boundary markers: The skill does not use specific markers or warnings to delimit untrusted data stored in the cache.
- Capability inventory: Includes local file read/write and console output capabilities.
- Sanitization: The skill uses standard CSV parsing without additional sanitization of the values within the CSV fields.
Audit Metadata