This issue was created automatically after running metadata quality checks. Several warnings or pitfalls were detected and may be worth reviewing.
This automated issue includes:
- Detected metadata pitfalls and warnings
- A suggested codemeta.json when no codemeta.json was detected
- Suggestions for fixing each issue
Context
This analysis is performed by the CodeMetaSoft project to help improve research software metadata quality.
This is a first initiative aimed at identifying and reporting metadata quality issues across research software repositories.
At this stage, we only provide diagnostics and recommendations.
In future iterations, we plan to propose automated fixes for the detected issues to further simplify the improvement process and reduce manual effort.
Each pitfall and warning is identified by a unique code (e.g. P001 for pitfalls, W004 for warnings) that corresponds to specific metadata quality issues.
You can find more details about these checks and how to address them in the RSMetacheck catalog.
Metadata Quality Report
Repository: https://github.com/oeg-upm/Sancus
Analysis Date: 2026-06-28
sw-metadata-bot version: 0.5.0
RSMetacheck version: 0.3.3
⚠️ Warnings (1)
Evidence: W001 detected: pom.xml contains software requirements without versions: spring-boot-starter-web, spring-boot-starter-data-jpa, spring-boot-starter-jersey, spring-boot-starter-test, spring-boot-starter-thymeleaf, h2
Suggestion: Add version numbers to your dependencies. This provides stability for users and allows reproducibility across different environments.
📄 Missing codemeta.json
No root codemeta.json file was detected in the repository. A generated suggestion is provided below.
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": [
"SoftwareSourceCode",
"SoftwareApplication"
],
"license": {
"name": "MIT License",
"url": "https://spdx.org/licenses/MIT",
"identifier": "https://spdx.org/licenses/MIT"
},
"codeRepository": "https://github.com/oeg-upm/Sancus",
"issueTracker": "http://github.com/FortAwesome/Font-Awesome/issues",
"dateCreated": "2022-07-19",
"dateModified": "2026-03-01",
"copyrightHolder": "Ontology Engineering Group (UPM)",
"copyrightYear": "2025",
"downloadUrl": "https://github.com/oeg-upm/Sancus/releases",
"name": "Sancus",
"keywords": [
"ethereum",
"semantic-web",
"smart-contracts",
"font",
"awesome",
"fontawesome",
"icon",
"svg",
"bootstrap"
],
"programmingLanguage": [
"CSS",
"Java",
"HTML"
],
"softwareRequirements": [
{
"name": "spring-boot-starter-web",
"@type": "SoftwareApplication"
},
{
"name": "spring-boot-starter-data-jpa",
"@type": "SoftwareApplication"
},
{
"name": "spring-boot-starter-jersey",
"@type": "SoftwareApplication"
},
{
"name": "spring-boot-starter-test",
"@type": "SoftwareApplication"
},
{
"name": "spring-boot-starter-thymeleaf",
"@type": "SoftwareApplication"
},
{
"name": "h2",
"@type": "SoftwareApplication"
},
{
"name": "springfox-swagger2",
"@type": "SoftwareApplication",
"version": "2.9.2"
},
{
"name": "springfox-swagger-ui",
"@type": "SoftwareApplication",
"version": "2.9.2"
},
{
"name": "core",
"@type": "SoftwareApplication",
"version": "4.10.3"
},
{
"name": "okhttp",
"@type": "SoftwareApplication",
"version": "4.9.1"
},
{
"name": "antlr4-runtime",
"@type": "SoftwareApplication",
"version": "${antlr.version}"
},
{
"name": "gson",
"@type": "SoftwareApplication",
"version": "2.8.7"
},
{
"name": "jackson-databind",
"@type": "SoftwareApplication",
"version": "2.11.1"
},
{
"name": "helio-blueprints",
"@type": "SoftwareApplication",
"version": "0.4.7"
},
{
"name": "slf4j-api",
"@type": "SoftwareApplication",
"version": "${slf4jVersion}"
},
{
"name": "slf4j-simple",
"@type": "SoftwareApplication",
"version": "${slf4jVersion}"
},
{
"name": "titanium-json-ld",
"@type": "SoftwareApplication",
"version": "1.2.0"
},
{
"name": "jena-shacl",
"@type": "SoftwareApplication",
"version": "4.3.2"
},
{
"name": "jena-rdfconnection",
"@type": "SoftwareApplication",
"version": "4.5.0"
},
{
"name": "apache-jena-libs",
"@type": "SoftwareApplication",
"version": "4.5.0"
},
{
"name": "jena-shaded-guava",
"@type": "SoftwareApplication",
"version": "4.5.0"
},
{
"name": "rdf4j-model",
"@type": "SoftwareApplication",
"version": "5.2.0"
},
{
"name": "rdf4j-rio-api",
"@type": "SoftwareApplication",
"version": "5.2.1"
},
{
"name": "rdf4j-rio-jsonld",
"@type": "SoftwareApplication",
"version": "5.2.1"
},
{
"name": "rdf4j-rio-n3",
"@type": "SoftwareApplication",
"version": "5.2.1"
},
{
"name": "json",
"@type": "SoftwareApplication",
"version": "20210307"
}
],
"author": [
{
"@type": "Organization",
"identifier": "oeg-upm",
"@id": "https://github.com/oeg-upm"
},
{
"@type": "Person",
"email": "dave@fontawesome.com",
"name": "Dave Gandy"
}
],
"url": [
"https://fontawesome.com"
],
"readme": "https://raw.githubusercontent.com/oeg-upm/Sancus/main/README.md",
"runtimePlatform": "node: >=6",
"description": [
"The **ABI Contract Retriever** is a component that extracts and provides the Application Binary Interface (ABI) of smart contracts on the Ethereum blockchain. It focuses on retrieving the essential interface information that defines how to interact with these contracts, providing:\n- Contract functions \n- Events \n- Parameter types \n- Structural interaction definitions \n"
]
}
This report was generated automatically by sw-metadata-bot on your main default branch.
If you're not interested in participating, please comment "unsubscribe" and we will remove your repository from our list.
If you would like the pitfalls and warnings to be fixed automatically, please comment "auto-fix" and we will prioritize adding this feature in future iterations.
This issue was created automatically after running metadata quality checks. Several warnings or pitfalls were detected and may be worth reviewing.
This automated issue includes:
Context
This analysis is performed by the CodeMetaSoft project to help improve research software metadata quality.
This is a first initiative aimed at identifying and reporting metadata quality issues across research software repositories.
At this stage, we only provide diagnostics and recommendations.
In future iterations, we plan to propose automated fixes for the detected issues to further simplify the improvement process and reduce manual effort.
Each pitfall and warning is identified by a unique code (e.g. P001 for pitfalls, W004 for warnings) that corresponds to specific metadata quality issues.
You can find more details about these checks and how to address them in the RSMetacheck catalog.
Metadata Quality Report
Repository: https://github.com/oeg-upm/Sancus
Analysis Date: 2026-06-28
sw-metadata-bot version: 0.5.0
RSMetacheck version: 0.3.3
W001
Evidence: W001 detected: pom.xml contains software requirements without versions: spring-boot-starter-web, spring-boot-starter-data-jpa, spring-boot-starter-jersey, spring-boot-starter-test, spring-boot-starter-thymeleaf, h2
Suggestion: Add version numbers to your dependencies. This provides stability for users and allows reproducibility across different environments.
📄 Missing codemeta.json
No root
codemeta.jsonfile was detected in the repository. A generated suggestion is provided below.{ "@context": "https://w3id.org/codemeta/3.0", "@type": [ "SoftwareSourceCode", "SoftwareApplication" ], "license": { "name": "MIT License", "url": "https://spdx.org/licenses/MIT", "identifier": "https://spdx.org/licenses/MIT" }, "codeRepository": "https://github.com/oeg-upm/Sancus", "issueTracker": "http://github.com/FortAwesome/Font-Awesome/issues", "dateCreated": "2022-07-19", "dateModified": "2026-03-01", "copyrightHolder": "Ontology Engineering Group (UPM)", "copyrightYear": "2025", "downloadUrl": "https://github.com/oeg-upm/Sancus/releases", "name": "Sancus", "keywords": [ "ethereum", "semantic-web", "smart-contracts", "font", "awesome", "fontawesome", "icon", "svg", "bootstrap" ], "programmingLanguage": [ "CSS", "Java", "HTML" ], "softwareRequirements": [ { "name": "spring-boot-starter-web", "@type": "SoftwareApplication" }, { "name": "spring-boot-starter-data-jpa", "@type": "SoftwareApplication" }, { "name": "spring-boot-starter-jersey", "@type": "SoftwareApplication" }, { "name": "spring-boot-starter-test", "@type": "SoftwareApplication" }, { "name": "spring-boot-starter-thymeleaf", "@type": "SoftwareApplication" }, { "name": "h2", "@type": "SoftwareApplication" }, { "name": "springfox-swagger2", "@type": "SoftwareApplication", "version": "2.9.2" }, { "name": "springfox-swagger-ui", "@type": "SoftwareApplication", "version": "2.9.2" }, { "name": "core", "@type": "SoftwareApplication", "version": "4.10.3" }, { "name": "okhttp", "@type": "SoftwareApplication", "version": "4.9.1" }, { "name": "antlr4-runtime", "@type": "SoftwareApplication", "version": "${antlr.version}" }, { "name": "gson", "@type": "SoftwareApplication", "version": "2.8.7" }, { "name": "jackson-databind", "@type": "SoftwareApplication", "version": "2.11.1" }, { "name": "helio-blueprints", "@type": "SoftwareApplication", "version": "0.4.7" }, { "name": "slf4j-api", "@type": "SoftwareApplication", "version": "${slf4jVersion}" }, { "name": "slf4j-simple", "@type": "SoftwareApplication", "version": "${slf4jVersion}" }, { "name": "titanium-json-ld", "@type": "SoftwareApplication", "version": "1.2.0" }, { "name": "jena-shacl", "@type": "SoftwareApplication", "version": "4.3.2" }, { "name": "jena-rdfconnection", "@type": "SoftwareApplication", "version": "4.5.0" }, { "name": "apache-jena-libs", "@type": "SoftwareApplication", "version": "4.5.0" }, { "name": "jena-shaded-guava", "@type": "SoftwareApplication", "version": "4.5.0" }, { "name": "rdf4j-model", "@type": "SoftwareApplication", "version": "5.2.0" }, { "name": "rdf4j-rio-api", "@type": "SoftwareApplication", "version": "5.2.1" }, { "name": "rdf4j-rio-jsonld", "@type": "SoftwareApplication", "version": "5.2.1" }, { "name": "rdf4j-rio-n3", "@type": "SoftwareApplication", "version": "5.2.1" }, { "name": "json", "@type": "SoftwareApplication", "version": "20210307" } ], "author": [ { "@type": "Organization", "identifier": "oeg-upm", "@id": "https://github.com/oeg-upm" }, { "@type": "Person", "email": "dave@fontawesome.com", "name": "Dave Gandy" } ], "url": [ "https://fontawesome.com" ], "readme": "https://raw.githubusercontent.com/oeg-upm/Sancus/main/README.md", "runtimePlatform": "node: >=6", "description": [ "The **ABI Contract Retriever** is a component that extracts and provides the Application Binary Interface (ABI) of smart contracts on the Ethereum blockchain. It focuses on retrieving the essential interface information that defines how to interact with these contracts, providing:\n- Contract functions \n- Events \n- Parameter types \n- Structural interaction definitions \n" ] }This report was generated automatically by sw-metadata-bot on your main default branch.
If you're not interested in participating, please comment "unsubscribe" and we will remove your repository from our list.
If you would like the pitfalls and warnings to be fixed automatically, please comment "auto-fix" and we will prioritize adding this feature in future iterations.