pepper-state
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides an interface to ingest data from an external source (Pepper Cloud), which represents a potential attack surface for indirect prompt injection.
- Ingestion points: Data is retrieved from the
$PEPPER_CLOUD_URL/api/stateendpoint via thestate_readfunction inSKILL.md. - Boundary markers: The skill does not define specific delimiters (e.g., XML tags) to wrap retrieved content when it is loaded into the agent's context (e.g., in the
COMPANYorSTRATEGYvariables). - Capability inventory: The skill uses
curlfor network requests andpython3for data processing. It does not perform high-risk actions likeeval()or arbitrary file system writes directly on the ingested content within this file. - Sanitization: The skill correctly utilizes
urllib.parse.quotefor URL parameter safety andjson.dumps/json.loadfor safe JSON handling, preventing basic command injection in the transport layer.
Audit Metadata