YouTrack Project Management
Analysis
This appears to be a coherent YouTrack API helper, but it needs a permanent YouTrack token and can change YouTrack records when used.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
return self._make_request('POST', '/api/issues', data)The API client includes POST operations for creating or updating YouTrack issues and creating articles. These operations are consistent with the stated purpose, but they mutate project-management data.
Source: unknown Homepage: none
The registry metadata does not identify a source repository or homepage. This limits provenance, although the provided artifacts do include the full source and no install-time dependency chain.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
export YOUTRACK_TOKEN=your-permanent-token-here
The skill requires a permanent YouTrack API token. This is purpose-aligned for YouTrack access, but the registry metadata lists no primary credential or env var requirement, so users may not see the credential need until reading the instructions.
