atlassian-templates
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [SAFE]: The skill's primary function is to facilitate the creation and management of Atlassian Jira and Confluence templates. Analysis of the instructions and provided scripts shows no evidence of malicious intent or dangerous capabilities.
- [COMMAND_EXECUTION]: The provided Python scripts (template_scaffolder.py, template_usage_analyzer.py, template_validator.py) accept file paths as command-line arguments and read them using open(). While this is a standard pattern for CLI utilities, it allows the agent to read local files designated by the user if instructed. No execution of these files is performed, only JSON parsing.
- [PROMPT_INJECTION]: No attempts to override system prompts, bypass safety guidelines, or extract sensitive instructions were found in the skill content.
- [DATA_EXFILTRATION]: No hardcoded credentials or network operations to external untrusted domains were identified within the skill files or the behavior of the scripts.
Audit Metadata