gsp-project-build
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Uses the
Bashtool to execute project build commands (such asnpm run build,next build, andvite build) and to verify local network state usinglsof. - [EXTERNAL_DOWNLOADS]: Fetches and executes component libraries from the npm registry using
npx shadcn@latestand@react-native-reusables/cliduring the component implementation phase. - [DATA_EXFILTRATION]: Performs local network requests to
localhostusingcurlto verify that the development server is rendering correctly and that design tokens are resolved. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it ingests and interprets various design and configuration files from the codebase that could contain malicious instructions.
- Ingestion points: Reads screen design chunks (
screen-*.md), project configuration (config.json), and brand guidelines (STYLE.md) into the agent's context. - Boundary markers: Uses internal XML-style tags (
<context>,<objective>) to structure the skill's logic but does not provide explicit delimiters or instructions to ignore embedded commands within the processed data files. - Capability inventory: Accesses powerful tools including shell execution via
Bash, file system modification viaWrite, and sub-agent spawning via theAgenttool. - Sanitization: External file content is processed directly for component extraction and code generation without evidence of sanitization or input validation.
Audit Metadata