parashari-judgement
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill directs the agent to execute shell commands (
xdg-openon Linux,openon macOS, orstarton Windows) to open the generated HTML report. While the file path includes a user-provided name, the instructions specifically require sanitizing the name for the filesystem and quoting the absolute path to mitigate command injection risks. - [EXTERNAL_DOWNLOADS]: When generating the optional HTML report, the skill fetches Tailwind CSS from
https://cdn.tailwindcss.comand Mermaid.js fromhttps://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs. These are well-known technology services used for layout and visualization. - [PROMPT_INJECTION]: The skill processes untrusted user-provided life context from
CONTEXT.md. This represents an indirect prompt injection surface as this data is later interpolated into the agent's interpretation and the HTML report. - Ingestion points:
persons/<name>/CONTEXT.md(read inreferences/artifacts.md). - Boundary markers: Not explicitly specified for the content of the context file.
- Capability inventory: The skill can write files and execute shell commands (
xdg-open, etc.) to display results. - Sanitization: Instructions in
references/html-report.mdmandate escaping artifact values before HTML insertion and sanitizing filenames.
Audit Metadata