Skip to main content

Security testing framework for repositories and source code.

Project description

Build Codacy Read the Docs Version

What is AtomShields?

Security testing framework for repositories and source code.

This system has different modules that detect different vulnerabilities or files that may expose a risk, and the results obtained can be obtained or sent thanks to the reporting modules.

For developers: There is also the possibility to develop your own vulnerability detection (called checkers) or reporting modules. This tool offers certain facilities for those who want to implement their own modules, publish them and integrate them into the official ElevenPaths tool.


Installation

pip install atomshields

Basic usage

import atomshields

atoms = atomshields.AtomShieldsScanner('./MyRepo/')
atoms.project = "MyRepoName"

issues = atoms.run() # Executes all checkers and all reports

Run tests

# If you are in AtomShields directory
pip install -r requirements-dev.txt
py.test tests/

Generate docs

# If you are in AtomShields directory
pip install -r requirements-dev.txt
cd docs
make html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atomshields-1.2.0.tar.gz (19.8 kB view details)

Uploaded Source

File details

Details for the file atomshields-1.2.0.tar.gz.

File metadata

  • Download URL: atomshields-1.2.0.tar.gz
  • Upload date:
  • Size: 19.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for atomshields-1.2.0.tar.gz
Algorithm Hash digest
SHA256 d2d3872c6b0427904e3e09cba99e350f6d94064993fb09228d7b3db338d5ad9f
MD5 46c4a7b0f63ef3ef5262f977a28440d1
BLAKE2b-256 91ec2aae33c1f2545566c803a9e2246d23ef40feeb84abea172bb27e25cc5995

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page