generate-revision-ux
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPERSISTENCEINDIRECT_PROMPT_INJECTION
Full Analysis
- Background Persistence: The skill initiates a local web server using
setsidandnohup. This design pattern allows the server to remain active in the background, ensuring the generated dashboard URL remains accessible after the agent completes the setup task. - Package Installation: The build process utilizes
npmorpnpmto install standard frontend dependencies. These libraries are required for the React-based UI to function correctly. - Command Execution: The skill environment executes local Python scripts and shell commands to compile data and launch the service. It follows specific resolution steps to locate required helper scripts within the project structure.
- Content Sanitization: To mitigate risks associated with rendering external markdown content, the skill implements logic to filter dangerous URL protocols and prevent path traversal during link resolution within the dashboard.
Audit Metadata