pm-skills
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill collection presents a significant surface for indirect prompt injection due to its core functionality of processing external data.
- Ingestion points:
meeting-analyzer/SKILL.mdparses user-uploaded meeting transcripts, whilescrum-master/SKILL.mdandsenior-pm/SKILL.mdprocess JSON exports from external tools. - Capability inventory: The agent is granted extensive administrative capabilities via Atlassian MCP tools, including
create_user,delete_page,delete_issue, andupdate_field_configuration. - Boundary markers: The instructions lack explicit delimiters or "ignore embedded instructions" warnings when processing the contents of transcripts or data files.
- Sanitization: No sanitization logic is described for handling potentially malicious natural language instructions embedded within transcripts.
- [COMMAND_EXECUTION]: The skill suite relies on the execution of 12 internal Python scripts to perform its primary analytical tasks.
- Scripts such as
senior-pm/scripts/project_health_dashboard.pyandscrum-master/scripts/velocity_analyzer.pyare executed via the command line. - These scripts use only Python standard library modules and operate on local data files, which is consistent with the skill's stated purpose.
Audit Metadata