knowledge-lint
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or safety bypass attempts were detected in the skill's instructions or workflow.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform file system existence checks and execute local Python scripts (lint_wiki.py,knowledge-binding.py) for knowledge base maintenance. These commands are constrained to the local plugin directory and the user-specified knowledge base root. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it processes content from external knowledge bases for linting (Category 8).
- Ingestion points: Reads files from the directory specified by the
wiki_pathbinding. - Boundary markers: None explicitly defined in the prompt instructions for isolating external content during report generation.
- Capability inventory: The skill has
Read,Write,Bash, andGlobcapabilities, allowing it to modify the knowledge base when the--fixparameter is used. - Sanitization: Logic for handling and validating wiki content is delegated to the
lint_wiki.pyengine.
Audit Metadata