confluence-to-nextjs
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates the migration of documentation using standard practices. It provides structured logic for converting Atlassian's storage format into semantic JSX components and includes testing strategies for the generated content.
- [COMMAND_EXECUTION]: Provides shell commands (curl) to fetch documentation content from the Confluence REST API. The example commands target official Atlassian domains (atlassian.net) and use standard placeholder formats for authentication credentials.
- [PROMPT_INJECTION]: The skill describes a workflow that ingests external content from a documentation API to generate code and application structures. While this represents a surface for indirect prompt injection, the instructions focus on structural mapping and do not exhibit malicious behavior.
- Ingestion points: Atlassian Confluence REST API response (page.json) containing documentation content.
- Boundary markers: Absent; the skill relies on the agent to interpret and transform the HTML storage format into JSX.
- Capability inventory: Shell command execution (curl) and filesystem project scaffolding for a Next.js application.
- Sanitization: Conversion rules focus on structural translation (e.g., mapping tags to React components) rather than security-focused sanitization of the input content.
Audit Metadata