sales-ruzuku
Pass
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTIONCREDENTIALS_UNSAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation mentions an installation command for a related skill (
sales-do) usingnpxfrom the vendor's repository (sales-skills/sales). This is a standard extension mechanism within the vendor's ecosystem. - [COMMAND_EXECUTION]: The skill provides templates for
curlcommands to interact with Zapier webhooks and annpxcommand to add related functionality. These are presented as educational examples for the user to implement. - [CREDENTIALS_UNSAFE]: The documentation discusses the Ruzuku API Key and API Secret required for Zapier authentication. No actual credentials are hardcoded; only placeholders and instructions on how to securely retrieve them from the Ruzuku dashboard are provided.
- [PROMPT_INJECTION]: The skill implements an indirect prompt injection surface through its "learnings" mechanism. It reads from and appends to
references/learnings.mdto persist platform knowledge across sessions. - Ingestion points: Reads
references/learnings.mdat the beginning of Step 1 to incorporate previous platform knowledge. - Boundary markers: The instructions do not specify markers to distinguish stored learnings from system prompts.
- Capability inventory: The skill provides instructions for generating
curlandnpxcommands. - Sanitization: There is no explicit sanitization of user-provided "learnings" before they are written to the
references/learnings.mdfile.
Audit Metadata