jupyter-notebook-best-practices
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill provides benign documentation and guidelines for Jupyter notebook development.
- [COMMAND_EXECUTION]: The skill instructions include a memory protocol that uses
catto read a local file (.claude/context/memory/learnings.md). This is a standard practice for context management in certain agent environments and does not involve sensitive system files, credentials, or network exfiltration. - [PROMPT_INJECTION]: The skill processes external
.ipynbfiles, creating a surface for indirect prompt injection. However, the instructions are focused on structural and documentation review, and the risk of the agent executing malicious instructions from within these files is low. - Ingestion points: The skill reads
.ipynbfiles via theReadtool based on file globs. - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are present.
- Capability inventory: The skill has access to
Read,Write, andEdittools. - Sanitization: No sanitization or validation of the ingested file content is performed.
Audit Metadata