Text-Treesitter-Bash 0.001 Latest
Kwalitee Issues
No Core Issues.
- no_dot_dirs
-
Fix MANIFEST (or MANIFEST.SKIP) to exclude dot directories from a distribution. Use an appropriate tool and avoid archiving your working directory by hand. If you switch your version control system, remove old VCS directories after you migrate.
Error: .claude
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Text::Treesitter::Bash | Parse Bash with Text::Treesitter and extract executable commands | 0.001 | metacpan |
| Text::Treesitter::Bash::Security::Checker | Run security rules against parsed Bash commands | 0.001 | metacpan |
| Text::Treesitter::Bash::Security::Rule | Base class for security rules | 0.001 | metacpan |
| Text::Treesitter::Bash::Security::Rule::DangerousFlags | Detect dangerous flag combinations in commands | 0.001 | metacpan |
| Text::Treesitter::Bash::Security::Rule::EnvDangerousVars | Detect dangerous environment variables in commands | 0.001 | metacpan |
| Text::Treesitter::Bash::Security::Rule::MissingAbsolutePath | Detect commands without absolute paths | 0.001 | metacpan |
| Text::Treesitter::Bash::Security::Rule::PathTraversal | Detect path traversal patterns in commands | 0.001 | metacpan |
| Text::Treesitter::Bash::Security::Rule::SensitiveAccess | Detect access to sensitive files and directories | 0.001 | metacpan |
| Text::Treesitter::Bash::Security::Rule::UnquotedExpansion | Detect unquoted variable expansions that could split | 0.001 | metacpan |
Other Files
| Changes | metacpan |
| MANIFEST | metacpan |
| META.json | metacpan |
| META.yml | metacpan |
| Makefile.PL | metacpan |
| README | metacpan |
| cpanfile | metacpan |
| dist.ini | metacpan |