octocode-skills
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Node.js script
scripts/skill-sync.mjsto create symbolic links between local skill folders and agent-specific directories. This operation is used to integrate skills into various AI platforms. Evidence:scripts/skill-sync.mjsimplementsatomicSymlinkusingnode:fs'ssymlinkSyncandrenameSync. Mitigations: The script includes path safety validation and strictly requires an--approveflag from the user before performing any writes. - [EXTERNAL_DOWNLOADS]: The skill references and interacts with several external registries and marketplaces to discover new skills. It includes instructions for fetching remote content using standard tools. Evidence:
references/search-playbook.mdcontains acurlcommand to a skill registry for discovery. The skill also mentions external registries such asagentskills.io,aiskillstore.io, andclaude-plugins.devinreferences/discovery-surfaces.md. - [REMOTE_CODE_EXECUTION]: The skill facilitates the installation of third-party tools and skills using package managers and specialized CLI installers. Evidence:
references/discovery-manifests.mdlists commands likenpx skills addandnpx octocode skillfor managing skill lifecycles. Mitigations:references/fetch-remote.mdandreferences/install-gates.mdmandate a safety scan of remote content and scripts before installation. - [DATA_EXPOSURE]: The skill identifies and accesses configuration directories for various AI agents within the user's home directory to facilitate skill installation. Evidence:
references/install-destinations.mdlists paths such as~/.claude/skills/and~/.cursor/skills/as valid targets for installation. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process skill definitions from untrusted external sources which could potentially contain malicious instructions. Ingestion points:
references/fetch-remote.mddefines the process for fetching remote skills via GitHub or registry APIs. Boundary markers:references/quality-rubric.mdandreferences/skill-review.mdinstruct the agent to inspect the full content of any candidate skill before execution. Capability inventory: The skill can write to the file system and execute commands via CLI installers. Sanitization: The skill includes a dedicated linterscripts/skill-review.mjsto validate the structure and content of skills against a set of safety rules.
Audit Metadata