ldap-injection
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides an embedded Python script for performing automated blind LDAP extraction. It uses the
requestslibrary to programmatically send injection payloads and interpret server responses. - [DATA_EXFILTRATION]: The skill is designed to identify and extract sensitive directory attributes, including
userPassword,mail,sAMAccountName, anddescription. It instructs the agent to save this harvested data to the local filesystem under theengagement/evidence/directory. - [INDIRECT_PROMPT_INJECTION]: The automated extraction logic processes untrusted data from target application responses to drive its decision-making loop.
- Ingestion points: HTTP response body content returned from the target URL in the
check()function. - Boundary markers: Absent; the script performs a simple substring check for a
SUCCESS_INDICATORwithin the unvalidated response text. - Capability inventory: Use of Python
requestsfor outbound network operations and local file writes for evidence logging. - Sanitization: No sanitization or escaping is performed on the data received from the target before processing.
Audit Metadata