convex-feature-spec
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The workflow in
SKILL.mdinstructs the agent to execute a specific binary tool namedconvex-scanlocated at/home/bjorn/.codex/skill-support/bin/convex-scan. This is a vendor-provided tool used for scanning the repository backend.- [EXTERNAL_DOWNLOADS]: Theagents/openai.yamlconfiguration defines dependencies on external Model Context Protocol (MCP) tools, specificallycontext7for API documentation andexafor web-based research.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes untrusted data from the repository's documentation. - Ingestion points: The skill reads
AGENTS.md,README.md, and architecture documentation inSKILL.md(Step 1) andscripts/build_feature_seed.py(line 20). - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are present when reading repository files.
- Capability inventory: The skill has the capability to execute shell commands (
convex-scan) and write files to the disk (scripts/build_feature_seed.py). - Sanitization: No sanitization or validation logic is implemented for the data retrieved from repository files.
Audit Metadata