plugin-design
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): The instructions in SKILL.md focus on user experience design and do not contain any patterns typical of behavior overrides or safety bypass attempts.
- [DATA_EXFILTRATION] (SAFE): No network operations (curl, wget, fetch) or access to sensitive local paths (~/.ssh, ~/.aws) are present in the scripts or documentation.
- [REMOTE_CODE_EXECUTION] (SAFE): The skill does not involve downloading external scripts or executing code from untrusted remote sources.
- [COMMAND_EXECUTION] (SAFE): The included script (scripts/design_checker.py) uses the pathlib library to count files in specific directories. It does not use os.system, subprocess.run, or any other functions capable of executing arbitrary shell commands.
- [OBFUSCATION] (SAFE): No Base64, zero-width characters, or encoded strings were found across any of the files.
Audit Metadata