skill-factory
Fail
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads code from an external, non-vendor GitHub repository.
- Evidence: The file
scripts/install-skill-seekers.shcontains commands to clone a repository fromhttps://github.com/yusufkaraaslan/Skill_Seekersinto the user's home directory. - Evidence:
SKILL.mdidentifies this repository as a required dependency for the 'automated' creation path. - [REMOTE_CODE_EXECUTION]: The skill executes code and installs dependencies from an untrusted source.
- Evidence:
scripts/install-skill-seekers.shrunspip3 install -r requirements.txton files downloaded from the unverified GitHub repository. - Evidence: The same script prompts the user to execute
./setup_mcp.shfrom the downloaded repository, which allows for arbitrary shell command execution. - [COMMAND_EXECUTION]: The skill programmatically executes downloaded scripts and system commands.
- Evidence:
references/skill-seekers-integration.mddescribes a logic wheresubprocess.Popenis used to runcli/doc_scraper.pyfrom the downloadedSkill_Seekersdirectory. - Evidence: The
scripts/check-skill-seekers.shfile executespython3 -c "import cli.doc_scraper"to verify the state of the downloaded code. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection attacks due to its data ingestion model.
- Ingestion points: The skill ingests untrusted data by scraping documentation from arbitrary URLs provided in the user request (e.g.,
react.dev,docs.rs). - Boundary markers: There are no explicit boundary markers or instructions to ignore malicious embedded commands in the ingested documentation content.
- Capability inventory: The skill has powerful capabilities including writing new skill files to the filesystem (
~/.claude/skills/), executing shell commands via scripts, and downloading external code. - Sanitization: There is no evidence of sanitization, filtering, or escaping of the scraped documentation content before it is used to generate new skill instructions.
Recommendations
- AI detected serious security threats
Audit Metadata