clawd-code-python-port
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill content is educational and descriptive, providing a template for building an AI agent harness without any obfuscated or malicious code.
- [INDIRECT_PROMPT_INJECTION]: The described architecture includes a surface for indirect prompt injection common to agent frameworks that ingest external data.
- Ingestion points:
src/tools.pydefines aread_file_handlerthat reads content from local file paths into the agent's context. - Boundary markers: The provided implementation snippets lack boundary markers or specific instructions to the agent to ignore potentially malicious instructions within ingested files.
- Capability inventory: The framework includes a
dispatch_toolmechanism insrc/tools.pyand arun_commandmechanism insrc/commands.pyfor executing agent actions. - Sanitization: No input sanitization or content validation is implemented in the provided handler examples.
- [EXTERNAL_DOWNLOADS]: The installation instructions reference an external GitHub repository for the project source code.
- Evidence:
git clone https://github.com/instructkr/clawd-code.gitinSKILL.md.
Audit Metadata