context-master
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious activity or security vulnerabilities detected across all files.
- [COMMAND_EXECUTION] (SAFE): The provided scripts (
create_subagent.py,generate_claude_md.py) perform standard local file operations like creating directories and writing boilerplate configuration files. They do not invoke shell commands, spawn subprocesses, or execute arbitrary code. - [DATA_EXFILTRATION] (SAFE): There are no network requests (curl, wget, etc.) or access to sensitive file paths (SSH keys, AWS credentials). The skill operates entirely within the local project directory.
- [PROMPT_INJECTION] (SAFE): The documentation contains instructional patterns for coordinating subagents and managing context. These guidelines are legitimate operational constraints (such as enforcing backslashes for Windows file paths) and do not contain jailbreak attempts or overrides of the base agent's safety protocols.
- [EXTERNAL_DOWNLOADS] (SAFE): The skill does not attempt to download external dependencies or execute remote scripts.
Audit Metadata