pub struct PluginScanner { /* private fields */ }Expand description
Scanner for Claude Code plugin definitions (marketplace.json)
Implementations§
Source§impl PluginScanner
impl PluginScanner
pub fn new() -> Self
pub fn with_skip_comments(self, skip: bool) -> Self
pub fn with_dynamic_rules(self, rules: Vec<DynamicRule>) -> Self
pub fn scan_content( &self, content: &str, file_path: &str, ) -> Result<Vec<Finding>>
Trait Implementations§
Source§impl Default for PluginScanner
impl Default for PluginScanner
Auto Trait Implementations§
impl Freeze for PluginScanner
impl RefUnwindSafe for PluginScanner
impl Send for PluginScanner
impl Sync for PluginScanner
impl Unpin for PluginScanner
impl UnwindSafe for PluginScanner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more