secdevai-export
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs local file system operations to save security reports to a user-defined or environment-configured directory. This behavior is the core intended purpose of the exporter and involves no unauthorized data transmission.
- [PROMPT_INJECTION]: The skill possesses an ingestion surface for indirect prompt injection because it processes findings data and interpolates it into report templates without generic sanitization of the content fields.
- Ingestion points:
scripts/results_exporter.py(viaexport_resultsfunction) - Boundary markers: None implemented for findings data
- Capability inventory: File system write access (
Path.write_text) - Sanitization: The script specifically redacts a whitelist of sensitive HTTP headers (
authorization,cookie,x-api-key, etc.) but does not sanitize other fields likedescriptionorvulnerable_code.
Audit Metadata