author-codemode-skill
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to perform shell commands including
npm run plugin:syncandnpm run plugin:build. These operations are integral to the stated purpose of managing the lifecycle of CodeModeKit plugins and occur within the local project environment. - [DATA_EXPOSURE]: The instructions in
references/discovery.mdandreferences/plugin-maintenance.mdrequire the agent to audit project files, including.envandpackage.json. The skill demonstrates security best practices by explicitly instructing the agent to ensure secrets are not included in thedist/directory during the build process. - [INDIRECT_PROMPT_INJECTION]: The skill identifies an attack surface where it ingests data from external sources such as repository source code (
src/server.mjs) and documentation to generate agent instructions. While this poses a theoretical risk for indirect prompt injection if the source repository contains malicious strings, the skill incorporates an evaluation step (references/evaluation.md) to verify behavior before deployment.
Audit Metadata