offensive-osint
Fail
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it ingests untrusted data from various external sources (e.g., scraping JS files, GitHub repositories, and OSINT APIs) to analyze for secrets and endpoints. * Ingestion points: Commands such as
curlare used to fetch remote JS bundles, HTML content, and API responses (documented inreferences/probes-and-wordlists.mdandreferences/saas-public-surfaces.md). * Boundary markers: The skill relies on operator judgment and basic confidence scoring, but lacks formal delimiters to prevent the agent from obeying instructions embedded in target data. * Capability inventory: The agent has access to numerous CLI tools (curl, dig, whois) and Python scripts (secret_scan.py,sector_mass_scan.py) capable of file system access and network operations. * Sanitization: External content is processed via regex and string matching without rigorous sanitization or isolation. - [REMOTE_CODE_EXECUTION]: A command in
SKILL.mdpipes remote content fromcrt.shtopython3. Technical review shows this is a diagnostic one-liner using the-cflag to parse JSON data, which is a standard data-processing pattern and does not execute the remote content as code. - [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing various security tools from well-known repositories (e.g., ProjectDiscovery on GitHub) and fetches data from established OSINT services like
crt.sh,hudsonrock.com, andarchive.org. It also references legitimate business domains likethecoffeebean.comas target examples. - [COMMAND_EXECUTION]: The arsenal includes extensive CLI commands for reconnaissance. These are intended for authorized red-team operations and are standard within the security research domain.
Recommendations
- HIGH: Downloads and executes remote code from: https://crt.sh/?q=example.com&output=json - DO NOT USE without thorough review
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata