skills/mukul975/anthropic-cybersecurity-skills/building-soc-metrics-and-kpi-tracking/Gen Agent Trust Hub
building-soc-metrics-and-kpi-tracking
Warn
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The
agent.pyscript transmits plaintext credentials to a user-controlled endpoint, creating a risk of credential exfiltration. - Evidence: In
scripts/agent.py,requests.postsends a payload withusernameandpasswordto abase_urldefined via command-line arguments. - [DATA_EXFILTRATION]: The script includes an explicit mechanism to disable TLS certificate verification, which facilitates potential man-in-the-middle attacks and unsafe data transmission.
- Evidence: Multiple requests in
scripts/agent.pyuse theverifyparameter conditioned on theSKIP_TLS_VERIFYenvironment variable. - [PROMPT_INJECTION]: The skill ingests data from external security alerts and incorporates them into human-readable reports without sanitization, exposing the agent to indirect prompt injection.
- Ingestion points: Splunk notable event results fetched in
scripts/agent.py. - Boundary markers: None present in the report formatting logic.
- Capability inventory: The agent has network access via the
requestslibrary and file-system write access viajson.dump. - Sanitization: None. No escaping or validation is applied to data fields before inclusion in the output string.
Audit Metadata