solidjs-expert
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill identifies a potential indirect prompt injection surface through its state management implementation.
- Ingestion points: The skill instructions in
SKILL.mdrequire the agent to read data from.claude/context/memory/learnings.mdvia thecatcommand at the start of every session. - Boundary markers: There are no delimiters, XML tags, or specific instructions to the agent to ignore potentially malicious embedded commands within the ingested file content.
- Capability inventory: The skill grants the agent access to high-impact tools including
Bash,Write,Edit,Read,Grep, andGlobacross all scripts. - Sanitization: The skill lacks any logic to validate, escape, or sanitize the content of the memory file before it is processed by the agent.
- [COMMAND_EXECUTION]: The skill configuration and instructions explicitly require the use of system commands.
- Evidence: The Memory Protocol section in
SKILL.mdcontains a mandatory instruction to executecat .claude/context/memory/learnings.md. - Tools: The skill frontmatter in
SKILL.mdexplicitly enables theBashtool, allowing the agent to perform arbitrary shell operations.
Audit Metadata