wohnungseigentum-teilungserklaerung
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the execution of a project-local Python utility for calculating legal fees and deadlines. Evidence includes instructions to execute
python -m scripts.legal_calc.cliwith arguments like--wertderived from user input. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to how it processes external legal facts. Ingestion points: Data provided for Grundstück, Bauliche Situation, and Miteigentumsanteile sections in SKILL.md. Boundary markers: Absent. The skill does not instruct the agent to use specific delimiters or to disregard instructions embedded within user-provided legal facts. Capability inventory: The skill utilizes subprocess execution via
python -m scripts.legal_calc.clito perform legal arithmetic. Sanitization: There is no requirement for sanitizing or validating user-supplied values before they are used as CLI arguments, which could lead to command argument manipulation.
Audit Metadata