jargon-extractor
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands for routine file operations such as
mktempto create a temporary scratch directory andfind/rg/grepto locate existing glossary files. These are standard development workflows. - [DATA_EXPOSURE]: The skill reads project documentation to extract terminology. It specifically excludes non-text assets and known sensitive directories like
.gitornode_modules. It does not access credentials or private keys. - [REMOTE_CODE_EXECUTION]: The skill executes a bundled Python script
merge_jargon.py. This script is local to the skill, performs deterministic string manipulation (sorting and upserting glossary entries), and does not fetch or execute code from external sources. - [PROMPT_INJECTION]: The subagent templates include clear instructions to focus strictly on jargon extraction and to output results in a structured JSON format. It does not attempt to bypass safety filters or override system-level constraints.
- [INDIRECT_PROMPT_INJECTION]: The skill has a surface for indirect injection as it processes untrusted documentation files. However, it mitigates this by using a deterministic script for final file writes and instructing the subagents to only output JSON. The capability is limited to writing to a specific
JARGON.mdfile and adding a reference inAGENTS.md, which is a low-privilege operation. - [PRIVILEGE_ESCALATION]: All operations are performed with the user's current permissions. The skill does not use
sudoor modify system-level configurations.
Audit Metadata