constraint-driven-development
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the execution of various developer tools for project validation.
- Evidence: Recommendations to run
tsc,eslint,gitleaks, andsemgrep. - Evidence: Provision of a reference script
floor-guard.mjsinreferences/floor-guard.mdthat useschild_process.execFileSyncto rungitcommands. - [EXTERNAL_DOWNLOADS]: The skill recommends installing several well-known developer tools from official registries.
- Evidence: Instructions to install
semgrep,gitleaks,osv-scanner,lighthouse, andaxe-corevia NPM, PyPI, or Homebrew. - [INDIRECT_PROMPT_INJECTION]: The skill processes external file data to guide agent behavior.
- Ingestion points:
CONSTRAINTS.mdandgit diffoutput. - Boundary markers: Not explicitly defined for the file content, but the skill includes instructions to watch for bar-loosening regressions.
- Capability inventory: Shell command execution via
execFileSyncand package manager scripts. - Sanitization: Emphasizes the use of
gitleaks --redactto prevent secret exposure in transcripts. - [DATA_EXFILTRATION]: The skill includes explicit security measures to prevent credential leaks during analysis.
- Evidence: Warning in
SKILL.mdthat--redacton gitleaks is mandatory to avoid secrets landing in the agent's transcript or logs.
Audit Metadata