generate-principles
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes potentially untrusted data from external sources which could contain malicious instructions.
- Ingestion points: Processes markdown notes, journal reflections, and transcripts provided by the user (found in
SKILL.md). - Boundary markers: Absent. The instructions do not specify the use of delimiters (like XML tags or triple backticks) or "ignore embedded instructions" warnings for the ingested content.
- Capability inventory: The skill executes shell commands via
uv run pythonand writes files to the local file system (found inSKILL.mdandscripts/generate_principles.py). - Sanitization: Absent. There is no logic provided to sanitize or escape the content of the notes before the agent processes them into a JSON payload.
- [COMMAND_EXECUTION]: The skill uses shell command execution to perform its primary functions.
- Evidence: The
Execution ProtocolinSKILL.mdinstructs the agent to runuv run pythonto execute the bundledgenerate_principles.pyscript for rendering and validating reports. While the scripts are provided within the skill, this pattern utilizes the agent's ability to run local code.
Audit Metadata