project-setup
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands for project environment management, including directory creation (
mkdir -p), modifying file permissions to enable script execution (chmod +x), and computing file hashes usinggit hash-object. The configuration allows broadBashtool usage. - [EXTERNAL_DOWNLOADS]: The skill retrieves configuration rules, scripts, and hooks from a local
sd0x-dev-flowplugin installation. It discovers these resources using glob patterns to search system plugin directories and project dependencies. - [REMOTE_CODE_EXECUTION]: The skill installs shell scripts and JavaScript files into the project and configures the agent's
settings.jsonto execute these files automatically as event-based hooks (e.g., pre-tool usage or session start). - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface by ingesting data from manifest files and interpolating it into project documentation.
- Ingestion points: Project manifests including
package.json,pyproject.toml,Cargo.toml,go.mod,build.gradle,pom.xml, andGemfile. - Boundary markers: Absent; values are directly replaced in template files.
- Capability inventory: Broad shell access via
Bash, file creation viaWrite, and configuration editing viaEdit. - Sanitization: Absent; the skill does not explicitly validate or escape data read from manifests before interpolation.
Audit Metadata