skills/mukul975/anthropic-cybersecurity-skills/analyzing-threat-actor-ttps-with-mitre-navigator/Gen Agent Trust Hub
analyzing-threat-actor-ttps-with-mitre-navigator
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's logic is transparent and focuses on automating the retrieval and visualization of public threat intelligence data. No malicious intent or obfuscation was found in the documentation or the script.
- [EXTERNAL_DOWNLOADS]: The skill utilizes the
attackctiandstix2libraries to query MITRE's official STIX/TAXII data. These are standard industry tools for programmatically accessing ATT&CK data and are used here as intended. - [COMMAND_EXECUTION]: The CLI script
scripts/agent.pyimplements safe input handling via theargparsemodule. It performs local data processing and file writing (JSON layers) without invoking shell commands or dynamic code execution. - [DATA_EXFILTRATION]: Analysis of the Python script shows no access to sensitive system directories (e.g., .ssh, .aws) or hardcoded credentials. Network activity is limited to fetching data from MITRE's repositories.
Audit Metadata