service-itsm-teams-debug
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [DATA_EXPOSURE]: The skill reads sensitive credentials from the org, specifically the
ConsumerSecretfrom theAuthProviderobject, to validate the integration with Microsoft services. - [COMMAND_EXECUTION]: The skill includes instructions to perform a
DELETEoperation onNamedCredentialrecords via thedispatchtool. This is a state-changing action intended to clear stale authentication tokens and requires explicit user confirmation. - [EXTERNAL_DOWNLOADS]: The skill initiates network requests to well-known Microsoft services (
login.microsoftonline.comandgraph.microsoft.com) to verify that the Azure AD application configuration matches the Salesforce setup. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user inputs, including usernames, Azure Tenant IDs, and Experience Site URLs, which are then interpolated into SOQL queries and API requests.
- Ingestion points: User-provided inputs (username, Tenant ID, Site URL) collected in Step 1 of
SKILL.md. - Boundary markers: None identified in the prompt interpolation logic.
- Capability inventory: The skill uses
dispatch_readonlyfor data retrieval anddispatchfor credential deletion inreferences/report-generation.md. - Sanitization: There is no explicit mention of sanitization or escaping for user-provided identifiers before they are used in queries.
Audit Metadata