intercom-performance-tuning
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill implementation utilizes standard, well-known Node.js packages including
intercom-client,lru-cache, andp-queueto perform its optimization tasks. - [CREDENTIALS_UNSAFE]: The skill follows security best practices by explicitly directing the user to store the
INTERCOM_ACCESS_TOKENin an environment variable and providing code examples that read fromprocess.envrather than hardcoding sensitive credentials. - [INDIRECT_PROMPT_INJECTION]: The skill represents an indirect prompt injection attack surface as it ingests data from external sources.
- Ingestion points: The code in
references/implementation.mdusesclient.contacts.list,client.contacts.find, andclient.contacts.searchto ingest data from the Intercom API into the agent's context. - Boundary markers: No explicit boundary markers or instructions to ignore embedded instructions are present in the processing logic.
- Capability inventory: The skill is scoped to performing network requests to the official Intercom API domain (
api.intercom.io). It does not contain capabilities for file system modification, subprocess execution, or arbitrary network access. - Sanitization: There is no evidence of sanitization or schema validation for the data returned from the API; however, the skill's primary purpose is data retrieval and performance management.
Audit Metadata