pm
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands via
curland the GitHub CLI (gh) to communicate with project management APIs and retrieve or update project data. - [CREDENTIALS_UNSAFE]: The instructions direct the agent to access sensitive environment variables, including
$NOTION_API_KEY,$PLANE_API_KEY, and$LINEAR_API_KEY, for service authentication. - [EXTERNAL_DOWNLOADS]: The skill performs network operations targeting well-known service providers, specifically
api.notion.com,api.plane.so, andapi.linear.app. - [DATA_EXFILTRATION]: The skill reads local configuration files from
~/.config/makerskills/pm/and local Markdown files (Obsidian vault) to process project metadata and send updates to external tools. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its processing of untrusted data from external sources.
- Ingestion points: Project card titles, descriptions, and comments are fetched from external platforms like Notion and GitHub via
references/adapters.md. - Boundary markers: No explicit delimiters or instructions are provided to the agent to treat external content as untrusted data.
- Capability inventory: The skill has the ability to execute network requests (
curl), CLI tools (gh), and file operations on the local system. - Sanitization: No sanitization or validation logic is present for data retrieved from external project management tools.
Audit Metadata