YARA rule 'agent_skill_prompt_injection_hidden_instructions': Prompt injection or hidden instructions embedded in AI agent skill text [agent_skills]
High
- Category
- YARA Match
- Content
egisters the `ai8080_*` tools that this skill routes to. ## When this skill applies Only route to `ai8080_*` tools when the user's message contains an explicit 8080.ai signal: - the words "8080" or "8080.ai", OR - an `/ai8080` command prefix, OR - there is already an active 8080.ai project/session in this conversation. Generic requests like "build me a todo app" or "help me build software with AI agents" do **not** qualify on their own — ask the user whether they want to use 8080.ai, or route to nothing, if the 8080.ai context is not already established. ## Tool routing guide The phrases below only apply once the "When this skill applies" condition above is met. | User says (with 8080.ai context established) | Tool to call | |-----------|-------------| | "login to 8080", "connect to 8080.ai" | `ai8080_login` with `action: "login"` | | "set my 8080 api key to X", "my 8080 api-key is X", "use this 8080.ai api key X" | `ai8080_login` with `action: "set-api-key"`, `apiKey: X` | | "
- Confidence
- 80% confidence
- Finding
- YARA rule matched a hack tool or exploit indicator (offensive tools, reconnaissance, privilege escalation, or exploit frameworks).
