claude-code-design
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local Python scripts and shell wrappers to interface with the NotebookLM system and internal memory managers.
- Evidence:
SKILL.mdandscripts/ask_design.shinvokepython skills/notebooklm/scripts/run.pyandpython3 execution/memory_manager.py. - [EXTERNAL_DOWNLOADS]: The skill is designed to interact with Google's NotebookLM service to retrieve design documentation.
- Evidence:
references/usage_patterns.mdreferences thenotebooklm.google.comdomain for RAG operations. - [PROMPT_INJECTION]: The skill presents a surface for indirect prompt injection as it processes retrieved data from an external RAG source (NotebookLM).
- Ingestion points: User-provided questions and external content retrieved via
ask_question.pyinSKILL.md. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present in the skill body.
- Capability inventory: Command execution capabilities are present via Python and Bash scripts mentioned in
SKILL.md. - Sanitization: No explicit sanitization or filtering of the RAG-sourced content is described in the prompt instructions.
Audit Metadata