ad-security-reviewer
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill possesses a potential surface for indirect prompt injection as it processes external directory data and incorporates it into agent-accessible reports.
- Ingestion points:
analyze_ad_security.ts(Graph API sign-in and user data),audit_privileged_groups.ps1(Active Directory objects), andreview_delegation.ps1(AD ACL permissions). - Boundary markers: No specific delimiters or instructions to ignore embedded commands are used when presenting external data to the agent.
- Capability inventory: The skill utilizes
bashfor validation commands and requireswriteaccess for reports. It performs file-writing inaudit_privileged_groups.ps1(HTML report viaOut-File) andreview_delegation.ps1(HTML report viaOut-File). It performs network operations via Microsoft Graph inanalyze_ad_security.ts. - Sanitization: No sanitization or escaping of LDAP or Graph API data is performed before interpolation into markdown or HTML outputs.
- [COMMAND_EXECUTION]: Executes administrative PowerShell and TypeScript code to audit Active Directory environments, including group membership enumeration and security descriptor analysis.
- [EXTERNAL_DOWNLOADS]: Utilizes official and trusted administrative libraries from Microsoft and Azure (e.g.,
@azure/identity) as well as native Windows features (RSAT-AD-PowerShell). These references are consistent with the skill's stated purpose and target well-known, trusted services.
Audit Metadata