sdk-feature-implementation
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform standard software development tasks, including cloning repositories, creating git worktrees, running language-specific test suites (e.g., cargo, npm, pytest), and interacting with the GitHub CLI (gh). These actions are necessary for its documented purpose of implementing features and fixing CI failures. - [EXTERNAL_DOWNLOADS]: The skill fetches external content such as feature specifications via
WebFetchand retrieves project metadata using the Linear MCP server. All repository operations are targeted at thegetsentryorganization on GitHub, which is consistent with the skill's authorship. - [SAFE]: The skill incorporates strong 'human-in-the-loop' controls. It specifically uses
AskUserQuestionto require user approval for feature summaries (Step 2), implementation plans (Step 3), and before spawning parallel implementation agents (Step 4). This mitigates the risk of unintended or autonomous actions. - [SAFE]: The implementation agents follow an isolated workflow using
git worktreeand are instructed to read repository-specific safety and contribution guidelines (CLAUDE.md, AGENTS.md) before making any modifications.
Audit Metadata