validate

Automatedly validates generated project files for correctness and security risks.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill validate-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/validate
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill validate-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that the outputs generated by other AI processes are correct and conform to expected standards, preventing errors and security risks.

Core Features & Use Cases

  • File Validation: Checks for the existence and well-formedness of directories, JSON files, command files, and hook scripts.
  • Security Scanning: Scans for forbidden patterns like hardcoded secrets and absolute paths.
  • Configuration Verification: Validates the settings.json hooks configuration against the specification.
  • Use Case: After an AI agent generates configuration files for a new project, use this Skill to automatically verify that all generated files are present, correctly formatted, and do not contain any sensitive information before deployment.

Quick Start

Run the validate skill to check the integrity of the recently generated project files.

Frequently Asked Questions about validate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate generated project files for hardcoded secrets and absolute paths?

To validate generated project files for hardcoded secrets and absolute paths, use a security scanning process that checks for forbidden patterns, verifies well-formed JSON, and ensures required directories and valid hook scripts are present.

What is the best way to check if AI-generated settings.json hooks configuration conforms to the specification?

Checking if a settings.json hooks configuration conforms to the specification involves verifying the file structure against expected compliance standards to prevent configuration errors before deployment.

How do I automatically verify that required directories and command files exist after code generation?

To automatically verify that required directories and command files exist after code generation, perform file validation checks that confirm the presence and well-formedness of all expected project outputs.

Does file validation for AI-generated outputs detect malformed JSON and invalid hook scripts?

Yes, file validation for AI-generated outputs detects malformed JSON and invalid hook scripts by checking the existence and well-formedness of directories, command files, and configuration files.

When do I need to run compliance and security validation on generated configuration files?

You need to run compliance and security validation on generated configuration files immediately after an AI agent generates them, ensuring all files are correctly formatted and free of sensitive information before deployment.