command_shield 1.1.0 copy "command_shield: ^1.1.0" to clipboard
command_shield: ^1.1.0 copied to clipboard

Security-first command-line analysis: parse, normalize, classify, analyze and policy-validate shell commands into ALLOW / REVIEW / DENY decisions without ever executing them. Built for AI agents and s [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add command_shield

With Flutter:

 $ flutter pub add command_shield

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  command_shield: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:command_shield/command_shield.dart';
1
likes
150
points
48
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Security-first command-line analysis: parse, normalize, classify, analyze and policy-validate shell commands into ALLOW / REVIEW / DENY decisions without ever executing them. Built for AI agents and sandboxed executors.

Repository (GitHub)
View/report issues

Topics

#security #cli #parser #static-analysis #sandbox

License

Apache-2.0 (license)

Dependencies

meta

More

Packages that depend on command_shield