check-demo-analytics
Warn
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill reads and sources a
.envfile from the local directory to extract sensitive credentials, specificallyCRM_TOKEN_VARandACKEE_TOKEN_VAR. Accessing.envfiles is a high-risk activity as they often contain broad environment secrets. - [COMMAND_EXECUTION]: The skill uses
curlto perform POST requests to external endpoints. While this is necessary for its functionality, direct command execution using environment variables can be leveraged if variables are manipulated. - [PROMPT_INJECTION]: The skill processes data from external APIs and interpolates it into a final report without sanitization, creating an indirect prompt injection surface.
- Ingestion points: Data enters the context via Ackee and CRM GraphQL responses in Step 1 and Step 2.
- Boundary markers: The reporting template in Step 4 does not use delimiters or instructions to ignore instructions embedded in the data.
- Capability inventory: The skill has the ability to execute network commands via
curlbased on retrieved data patterns. - Sanitization: There is no evidence of filtering or validation of the company names or opportunity details retrieved from the CRM before display.
Audit Metadata