skills/mukul975/anthropic-cybersecurity-skills/analyzing-slack-space-and-file-system-artifacts/Gen Agent Trust Hub
analyzing-slack-space-and-file-system-artifacts
Fail
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: CRITICAL
Full Analysis
- [SAFE]: The skill is designed for digital forensics and demonstrates no malicious intent or behavior.
- [COMMAND_EXECUTION]: The script
scripts/agent.pyexecutes forensic utilities such asblkls,fls, andicat. These calls usesubprocess.runwith list-based arguments, which is a secure practice to prevent shell injection. - [EXTERNAL_DOWNLOADS]: The skill references well-known forensic Python libraries (
analyzeMFT,pyusn) and standard toolkit utilities (The Sleuth Kit). These are industry-standard tools for the described forensic tasks. - [DATA_EXFILTRATION]: While the skill includes logic to search for sensitive patterns (e.g., credit cards, passwords) within forensic images, this is a core function of its stated purpose. Analysis is conducted locally, and the script lacks any network capabilities to exfiltrate discovered data.
- [PROMPT_INJECTION]: The URLs
https://malicious-site.com/payload.exeandhttps://cdn.malicious-site.com/payload.exeare documented as examples of metadata that may be found inZone.IdentifierAlternate Data Streams. They are not called, downloaded, or executed by the skill's code.
Recommendations
- Contains 2 malicious URL(s) - DO NOT USE
Audit Metadata