agentic-development-principles
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): No instructions designed to bypass agent safety filters or override system-level constraints were detected. The content focuses on development best practices.
- [DATA_EXFILTRATION] (SAFE): There are no commands or patterns aimed at accessing sensitive local files (e.g., .ssh, .aws) or exfiltrating data to external domains.
- [REMOTE_CODE_EXECUTION] (SAFE): No remote script downloads (curl | bash) or unverified package installations are present in the skill definition.
- [COMMAND_EXECUTION] (SAFE): While the skill lists 'Bash' as an allowed tool, it does not include any automated or dangerous shell commands. In fact, Principle 5 explicitly advocates for a 'Plan Mode' (70-90% of the time) to prevent unsafe execution.
- [OBFUSCATION] (SAFE): The document is written in clear, human-readable Markdown without any hidden characters, Base64 encoding, or homoglyph attacks.
Audit Metadata