skills/mukul975/anthropic-cybersecurity-skills/detecting-mimikatz-execution-patterns/Gen Agent Trust Hub
detecting-mimikatz-execution-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it ingests and processes untrusted log data from external sources for analysis.
- Ingestion points: The scripts
scripts/agent.py(which reads.evtxand text logs) andscripts/process.py(which reads.jsonand.csvlogs) take external file paths as input. - Boundary markers: Absent; there are no delimiters or instructions to ignore embedded instructions within the processed log content.
- Capability inventory: The skill's capabilities are limited to reading local log files and writing hunt findings to the local file system (e.g.,
detecting_mimik_output/). No network operations, arbitrary command execution, or dynamic code evaluation patterns were found. - Sanitization: Absent; the ingested log data is processed using regular expressions and included in output reports without escaping or validation.
- [SAFE]: A discrepancy exists between the author name in the
SKILL.mdfrontmatter (mahipal) and the copyright holder in theLICENSEfile (mukul975). This is documented as a metadata inconsistency and does not appear to indicate malicious intent.
Audit Metadata