astro-expert
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- PROMPT_INJECTION (HIGH): The skill is highly vulnerable to Indirect Prompt Injection because it ingests untrusted external content (code review of project files) and possesses high-privilege capabilities.
- Ingestion points: The agent is instructed to review code and use tools like
Read,Grep, andGlobto pull project content into its context. - Boundary markers: No boundary markers or 'ignore embedded instructions' delimiters are defined to separate the skill's system instructions from the content being analyzed.
- Capability inventory: The skill has access to
Bash,Write, andEdittools, allowing for file modification and system command execution. - Sanitization: No sanitization or validation of the ingested code is performed before the agent processes it.
- COMMAND_EXECUTION (MEDIUM): The skill explicitly grants the agent the
Bashtool and mandates its use via a 'Memory Protocol' (cat .claude/context/memory/learnings.md). While the specific command listed is for reading, the broad availability of theBashtool in a context where untrusted user input is processed creates a significant attack surface for command injection.
Recommendations
- AI detected serious security threats
Audit Metadata