recon-property-management
Fail
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill implements a dangerous pattern where data fetched from a remote, untrusted target via
curlis piped directly into apython3command for processing. Examples include piping output fromcrt.shand the target's/wp-json/endpoint directly to Python script blocks inSKILL.md. - [COMMAND_EXECUTION]: The skill is comprised of numerous shell commands that execute network probes, file system operations (using
teeand-o), and various data processing utilities likegrep,jq, andwc. - [DATA_EXFILTRATION]: The skill's primary purpose is to identify and extract sensitive data from property management sites. It contains specific logic to search for PII such as Social Security Numbers, bank account information, and lease agreements within exposed
debug.logfiles or directory listings. - [EXTERNAL_DOWNLOADS]: The skill fetches certificate information from the well-known
crt.shservice and retrieves configuration data from various target-controlled endpoints. - [PROMPT_INJECTION]: The skill is vulnerable to Indirect Prompt Injection because it ingests untrusted data from external targets (e.g., REST API responses and debug logs) without boundary markers or sanitization. This data is then processed by tools with command execution and file-write capabilities.
Recommendations
- HIGH: Downloads and executes remote code from: https://$TARGET/wp-json/, https://crt.sh/?q=%25.$TARGET&output=json - DO NOT USE without thorough review
Audit Metadata