building-storefronts
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill demonstrates patterns for ingesting external data into agent-driven network calls. 1. Ingestion points:
userId,email, andinputvariables inreferences/frontend-integration.md. 2. Boundary markers: Absent; data is interpolated directly into strings. 3. Capability inventory: The skill usessdk.client.fetchinSKILL.mdandreferences/frontend-integration.mdto perform network operations. 4. Sanitization: None shown in the provided examples. This represents a standard surface for indirect prompt injection where malicious data in a user profile or API response could attempt to influence agent behavior. - [Prompt Injection] (SAFE): No malicious instructions, bypass attempts, or behavioral overrides were detected in the skill logic.
- [Credential Safety] (SAFE): No hardcoded API keys, tokens, or sensitive file paths (e.g., .env, .ssh) were found. Placeholders like
userIdare used safely. - [Remote Code Execution] (SAFE): No patterns of downloading and executing remote scripts (e.g., curl|bash) were detected. The skill relies on standard, well-known libraries.
Audit Metadata