skill-feedback
Warn
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill accesses a sensitive private key file at
~/.config/ol-skill-feedback/private-key.pemto authenticate as a GitHub App for issue reporting.\n- [COMMAND_EXECUTION]: The skill executes a local Python script located at~/.config/ol-skill-feedback/get-token.pyto obtain installation tokens for the GitHub App.\n- [COMMAND_EXECUTION]: The skill utilizes theghCLI to create issues. It interpolates user-provided variables including{skill_name},{summary}, and the rendered issue body directly into the shell command parameters.\n- [EXTERNAL_DOWNLOADS]: The skill interacts with GitHub (github.com), which is a well-known service, to create issues in theOntoLedgy/ol_ai_context_libraryrepository.\n- [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it processes untrusted data from conversation history.\n - Ingestion points: The
observed_outputandexpected_outputparameters ingest potentially adversarial text from other skills or user inputs.\n - Boundary markers: No explicit delimiters or instructions are used to wrap the untrusted content when it is interpolated into the GitHub issue body.\n
- Capability inventory: The skill can execute local scripts and perform network operations via the GitHub CLI.\n
- Sanitization: There is no explicit logic described to sanitize or escape the content before it is passed to the shell command for issue creation.
Audit Metadata