macos-development
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides tools and instructions for fetching and reading external content (URLs, code files) for the purpose of development and UI review. This capability creates an attack surface for indirect prompt injection, where malicious instructions embedded in the external data could attempt to influence the agent's behavior.
- Ingestion points: The skill allows the use of the
WebFetchtool to retrieve external content inSKILL.md,ui-review-tahoe/SKILL.md, andmacos-tahoe-apis/SKILL.md. Additionally, it reads project files usingRead,Glob, andGrep. - Boundary markers: The skill instructions do not explicitly define boundary markers or include warnings for the agent to ignore instructions embedded within the retrieved external content.
- Capability inventory: The skill has access to
Read,Glob,Grep,WebFetch,Write, andAskUserQuestiontools. - Sanitization: There is no mention of sanitization, validation, or filtering of the content ingested from external sources before it is processed by the agent.
Audit Metadata