malaga-embassy-operator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill demonstrates a vulnerability surface where untrusted data is ingested and then reflected back into the agent's context through briefings and dashboards.
- Ingestion points: The
--clientand--notesarguments intrack_revenue.pyand the--descriptionargument incheck_constitutional_cascade.pyaccept arbitrary user-controlled strings. - Boundary markers: The templates used in
generate_daily_briefing.pydo not utilize any delimiters or system-level instructions to differentiate between trusted template content and untrusted data variables. - Capability inventory: The skill scripts have the capability to write to the local filesystem (e.g.,
/srv/janus/03_OPERATIONS/) and execute data-processing logic. - Sanitization: The
_render_markdownfunction ingenerate_daily_briefing.pyuses simple string replacement (.replace()) to build output files, providing no protection against malicious instructions embedded in the revenue or spending logs.
Audit Metadata