agent-spec-wiki
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
agent-specCLI tool to perform operations likeinit,seed,query, andinventoryon the repository code and wiki directory. It also executes a local shell scriptscripts/docs-lint.shfor documentation linting. - [INDIRECT_PROMPT_INJECTION]: The skill defines a surface for ingesting data from Markdown files located in
.agent-spec/wiki/. These files contain YAML frontmatter with fields such asexternal_sourcesandsource_files. - Ingestion points: Articles and flow descriptions located in
.agent-spec/wiki/projects/and.agent-spec/wiki/flows/are read by the agent to build project maps and perform checks. - Boundary markers: The skill requires strict YAML frontmatter validation and explicitly rejects symlinks during source and article traversal to prevent path traversal or unintended data access.
- Capability inventory: The skill can execute local commands (
agent-spec,bash) and write generated architecture files (JSON and Mermaid formats) to the local.agent-spec/wiki/architecture/directory. - Sanitization: The skill performs field validation (e.g., rejecting empty or duplicate keys) and explicitly states that it does not perform external repository scans for
external_sourcesURLs by default.
Audit Metadata