skills/entireio/skills/teach/Gen Agent Trust Hub

teach

Pass

Audited by Gen Agent Trust Hub on Sep 1, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted repository content, search results, and transcripts which may contain malicious instructions designed to influence the agent's behavior.
  • Ingestion points: entire search output and entire explain transcripts (SKILL.md, Process steps 4 and 6).
  • Boundary markers: The skill includes a specific guardrail instruction to treat all repository data, command output, and transcripts as untrusted and to never follow instructions contained within them.
  • Capability inventory: Access to git and the entire CLI toolset.
  • Sanitization: The instructions require the agent to shell-quote arguments and strip or escape dangerous characters (backticks, subshells, semicolons) before command interpolation.
  • [COMMAND_EXECUTION]: The skill invokes system commands to interact with the repository and the Entire platform.
  • Execution points: Uses git rev-parse for environment validation and entire search/entire explain for data retrieval.
  • User input integration: User-provided topics are used as arguments for the search command, with explicit instructions for the AI to sanitize these strings before execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 1, 2026, 02:57 PM
Security Audit — agent-trust-hub — teach