sales-handy
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill reads from
references/learnings.mdandreferences/platform-guide.mdto provide context-aware help. It also instructs the agent to append new findings toreferences/learnings.mdto maintain persistent knowledge. This is a standard mechanism for self-improving skills within a local environment. - [EXTERNAL_DOWNLOADS]: The skill mentions installation via well-known package managers (
brew,winget) and the official GitHub repository for the Handy project. These are standard procedures for software distribution and do not involve suspicious or unverified sources. - [INDIRECT_PROMPT_INJECTION]: The skill has a data ingestion surface where it reads a persistent file (
references/learnings.md) that it also modifies. While this creates a theoretical attack surface for indirect prompt injection, the skill lacks dangerous capabilities (such as network operations or arbitrary code execution) that could be exploited via this channel. - Ingestion points:
references/learnings.mdis read in Step 1 of theSKILL.mdfile. - Boundary markers: None are explicitly used when reading the learnings file.
- Capability inventory: The skill provides informational guidance and lacks file-system write (except to its own reference), network, or subprocess execution capabilities.
- Sanitization: Not present, as the data is treated as plain text documentation.
Audit Metadata