fast-pull-request

Pass

Audited by Gen Agent Trust Hub on Jul 10, 2026

Risk Level: SAFE
Full Analysis
  • Data Ingestion Considerations: The skill analyzes external content including git branch diffs, terminal output, and conversation history to populate the pull request template. Processing untrusted data (such as code within a diff) is a common pattern for development assistants that carries a minor risk of indirect instructions influencing the output. The skill is designed to mitigate this by strictly formatting the results into a markdown code block.
  • Local File Reference: The skill accesses a local file path (../../pull_request_template.md) to retrieve the required PR format. This is standard behavior for maintaining project-specific documentation standards and does not involve accessing sensitive system directories.
  • Terminal Output Analysis: To complete the PR checklist, the skill reviews terminal logs for test results. This allows the agent to verify the status of the local environment before suggesting the PR is ready, which is a functional requirement for automated description generation.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 10, 2026, 02:53 PM
Security Audit — agent-trust-hub — fast-pull-request