wiki-agents-md
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFE
Full Analysis
- File System Interaction: The skill reads project configuration files, such as
package.json,pyproject.toml, andCargo.toml, to extract build and test commands. This is a standard operational requirement for its intended purpose of documenting project workflows. - Security Guardrails: The instructions incorporate explicit security boundaries in the generated templates, specifically advising against committing secrets or credentials. This encourages secure development practices in the target repositories.
- Conditional Logic: The skill employs simple shell commands to check for the existence of files before writing, which prevents the accidental overwriting of existing project documentation.
- Data Handling: The agent is instructed to identify patterns and commands from local files. While this involves processing local project data, the output is restricted to generating markdown documentation files.
Audit Metadata