skill-token-budget-linter
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/check.pyfile usessubprocess.runto orchestrate various Python scripts (validate_skill.py,validate_evals.py, andlint_budget.py). These calls usesys.executableto ensure the same Python interpreter is used and point to local skill paths. This is a routine automation pattern for linter orchestration and does not involve user-controllable shell injection. - [SAFE]: The skill uses
yaml.safe_loadinscripts/lint_budget.pyto parse SKILL.md frontmatter, following security best practices to avoid unsafe deserialization. - [SAFE]: File system operations are restricted to reading skill metadata and measuring line/character counts within the local repository scope.
Audit Metadata