render-check
Fail
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use
sudo -u postgresto manage the PostgreSQL database service, which requires granting the agent elevated system-level permissions. - [COMMAND_EXECUTION]: The verification ritual utilizes
node -eto execute a dynamic JavaScript payload for headless browser automation via Playwright. - [EXTERNAL_DOWNLOADS]: The command
npx next devdownloads and executes packages from the public npm registry at runtime. - [PROMPT_INJECTION]: The skill creates an indirect prompt injection surface by rendering local application pages and instructing the agent to process the visual output. Maliciously crafted data in the application UI (e.g., HTML comments or text content) could influence the agent's reasoning.
- Ingestion points: Headless browser rendering
http://localhost:3112/<page>(SKILL.md). - Boundary markers: None; the agent is instructed to read the screenshots directly.
- Capability inventory:
sudo,node -e,npx, andcurl(SKILL.md). - Sanitization: None; the agent processes the raw visual output of the rendered page.
Recommendations
- AI detected serious security threats
Audit Metadata