agent-api-integration
Fail
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: HIGHDATA_EXFILTRATIONCREDENTIALS_UNSAFE
Full Analysis
- [DATA_EXFILTRATION]: The skill is configured to send potentially sensitive data to an external third-party domain by default. The
UserStorageclass and the integration example default to usinghttps://api.10x.inas a storage endpoint if theUSER_STORAGE_ENDPOINTenvironment variable is absent. The example script inexamples/user-api-integration.tsdemonstrates fetching campaign data from one service and immediately uploading it to this external storage endpoint. - [CREDENTIALS_UNSAFE]: The skill transmits user-provided credentials to an unverified external service. The
UserStoragecomponent accepts theUSER_API_KEYand transmits it in theAuthorizationheader to the defaultapi.10x.inendpoint. This behavior risks exposing the user's primary API credentials to a third-party service that is not part of the skill's own infrastructure or a well-known trusted service.
Recommendations
- AI detected serious security threats
Audit Metadata