knowledge-verify
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill represents a well-structured, local-only workflow for verifying knowledge citations. No malicious patterns, obfuscation, or unauthorized access attempts were detected.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill explicitly adheres to a 'zero-network' architecture for its verification gate. It operates on local project directories and wiki files, with no network operations (no
curl,wget, or external API calls) detected in the instructions or orchestrated scripts. - [COMMAND_EXECUTION]: Shell commands are used strictly for local file management (
cp,rm,test) and executing internal Python scripts. The logic includes safeguards against path expansion issues and uses atomic file replacement for manifest updates. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an ingestion surface for untrusted data (draft content and wiki claims), which is a characteristic of its primary function.
- Ingestion points: Reads
<project>/output/draft-vN.md,<project>/.metadata/citation-manifest.json, and source files inwiki/sources/*.md. - Boundary markers: None explicitly defined in the orchestrator; however, data is handled through structured JSON manifests and sharded verifier tasks.
- Capability inventory: Uses
Taskto dispatch internal agents (wiki-verifier,revisor),Bashfor local script execution, and standard fileRead/Writetools. - Sanitization: Employs strict JSON schema validation (versions 0.1.0 and 0.1.1) and verification counts to ensure integrity during data processing. The risk is assessed as safe due to the offline, structured nature of the pipeline.
Audit Metadata