write-connector
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFE
Full Analysis
- Standard Development Guidelines: The skill provides a set of instructions for implementing source connectors within a specific software architecture (OpenWiki). It focuses on static code generation rather than runtime execution of untrusted logic.
- Security Best Practices: The instructions include explicit rules to prevent common vulnerabilities, such as avoiding the hardcoding or logging of secrets and referencing sensitive information only through environment variables.
- File System Governance: The skill defines specific local paths for configuration and state storage (
~/.openwiki/) and instructs the agent to validate connector IDs and file paths to ensure operations remain within intended directory boundaries. - Input Sanitization and Validation: It includes a requirement to validate connector IDs and raw file paths, which is a proactive measure against path traversal and related injection issues during the ingestion process.
Audit Metadata