skills/mukul975/anthropic-cybersecurity-skills/tracking-threat-actor-infrastructure/Gen Agent Trust Hub
tracking-threat-actor-infrastructure
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill maintains an indirect prompt injection surface by collecting data from untrusted external sources (e.g., Shodan host metadata, HTTP banners, and Certificate Transparency logs) and writing it directly to JSON reports.
- Ingestion points:
scripts/process.pyandscripts/agent.pyfetch data from multiple remote APIs and HTTP responses. - Boundary markers: Data is concatenated or stored in JSON without specific delimiters or warnings to ignore embedded instructions.
- Capability inventory: Scripts have the ability to write files to the local directory and initiate network connections.
- Sanitization: No evidence of escaping or filtering of external content was found before writing to reports.
- [EXTERNAL_DOWNLOADS]: Fetches data from well-known and trusted security services including Shodan, VirusTotal, SecurityTrails, and PassiveTotal. These operations are core to the skill's functionality and target reputable domains.
- [COMMAND_EXECUTION]: The provided scripts perform network operations such as DNS resolution, SSL certificate fingerprinting, and HTTP requests to evaluate infrastructure indicators.
- [SAFE]: Analysis of the source code and metadata revealed no evidence of obfuscation, hardcoded sensitive credentials, privilege escalation, or persistence mechanisms.
Audit Metadata