fixit
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard local shell commands to manage the development environment. These include using
curlto check the status of the local server (http://localhost:3000),npm run devto start the server,npx eslint --fixfor code linting, andnpm run buildto verify project stability. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content by scanning local project files (e.g.,
app/page.tsx,app/layout.tsx) and analyzing imports to perform diagnostics and automated fixes. - Ingestion points: Reads and scans files within the
app/andcomponents/directories. - Boundary markers: No explicit delimiters or boundary instructions are provided for the agent when processing file content.
- Capability inventory: The agent can execute shell commands (
npm,npx) and modify local file content to resolve detected issues. - Sanitization: No specific sanitization or validation logic is defined for the content extracted from project files before it is analyzed by the agent.
Audit Metadata