skillpack-harvest
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute local CLI tools including
gbrain,bun, andgitto perform file operations and testing. Evidence: Phase 2 and 4 describe runninggbraincommands, while Phase 5 requiresbun test,gbrain skillpack check, andgit diff. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from a user-defined host repository, which could contain malicious instructions or code aimed at the agent.
- Ingestion points: Reads
SKILL.md,routing-eval.jsonl, and paired source files from the user-specified<host-repo-root>directory. - Boundary markers: No automated boundary markers are enforced during ingestion; the skill relies on manual genericization and a privacy linter.
- Capability inventory: The skill can write files to the local filesystem and execute shell commands.
- Sanitization: Includes a privacy linter for specific patterns and requires an editorial genericization pass to scrub personal or internal identifiers.
- [DYNAMIC_EXECUTION]: The skill requires running tests on harvested source code, which could lead to the execution of malicious logic if the source repository is compromised. Evidence: Phase 5 specifies running
bun teston the newly harvested skill files in the local environment.
Audit Metadata