tauri-native-api-integration
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to perform local command execution to maintain context across sessions.
- Evidence: The "Memory Protocol" section in
SKILL.mddirects the agent to executecat .claude/context/memory/learnings.mdto retrieve previously recorded patterns or exceptions. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection (Category 8) because it is designed to ingest and analyze untrusted code snippets provided by users.
- Ingestion points: External code provided by users for the agent to review against Tauri integration guidelines.
- Boundary markers: Absent. The instructions do not specify any delimiters or safety warnings to help the agent distinguish between user data and instructions.
- Capability inventory: The skill is configured with the
Read,Write, andEdittools inSKILL.md, allowing the agent to perform file system operations based on instructions potentially hidden in the ingested code. - Sanitization: Absent. There are no defined mechanisms to sanitize or validate the content of the code snippets before processing.
Audit Metadata