skills/mukul975/anthropic-cybersecurity-skills/performing-insider-threat-investigation/Gen Agent Trust Hub
performing-insider-threat-investigation
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The main script
scripts/agent.pyperforms local analysis of activity logs and generates a report on the filesystem. It does not perform unauthorized network operations, access sensitive credentials, or attempt to persist on the system.- [PROMPT_INJECTION]: The skill exposes an indirect prompt injection surface by processing untrusted data from CSV files and outputting it into reports intended for agent consumption. Evidence: (1) Ingestion points: Theload_events_csvfunction inscripts/agent.pyreads user-supplied CSV files. (2) Boundary markers: Absent; log field data is processed and stored without delimiters or protective framing. (3) Capability inventory: The skill has the capability to write files to the disk as demonstrated inscripts/agent.py. (4) Sanitization: Absent; the script does not validate or escape content from the input CSV fields before inclusion in the final report.
Audit Metadata