steward
Warn
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill is instructed to access sensitive credentials by reading the
~/.config/catalyst-cloud/customer.jsonfile to extract an authenticationkey. - [DATA_EXFILTRATION]: The skill transmits the extracted authentication
keyvia anAuthorization: Bearerheader duringcurlnetwork operations to a dynamicbaseUrldefined in the configuration file. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from an external issue tracking system, which creates a vulnerability surface for indirect prompt injection.
- Ingestion points: External ticket content and project activity data are retrieved from API endpoints including
/api/v1/issuesand/api/v1/search. - Boundary markers: The instructions do not define any delimiters or provide warnings to the agent to ignore instructions embedded within ticket descriptions or comments.
- Capability inventory: The skill possesses the capability to perform network operations (
curl) and modify the state of tickets in the tenant. - Sanitization: There is no mention of sanitization, validation, or escaping of the ingested ticket content before it is processed by the agent.
Audit Metadata